PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/Perrich.RunAsService.Tests/Perrich.RunAsService.Tests.csproj

https://bitbucket.org/perrich/runasservice
MSBuild | 97 lines | 90 code | 0 blank | 7 comment | 0 complexity | 3f112ee741dc66722fed4e9ec47e6edf MD5 | raw file
Possible License(s): Apache-2.0, GPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E161A8D4-DB6D-4305-92DF-F98529237E40}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Perrich.RunAsService.Tests</RootNamespace>
  12. <AssemblyName>Perrich.RunAsService.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Castle.Core">
  36. <HintPath>..\packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll</HintPath>
  37. </Reference>
  38. <Reference Include="FakeItEasy, Version=1.7.4166.27, Culture=neutral, PublicKeyToken=eff28e2146d5fd2c, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\packages\FakeItEasy.1.7.4166.27\lib\NET40\FakeItEasy.dll</HintPath>
  41. </Reference>
  42. <Reference Include="FluentAssertions">
  43. <HintPath>..\packages\FluentAssertions.1.5.0.0\Lib\.NetFramework 3.5\FluentAssertions.dll</HintPath>
  44. </Reference>
  45. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
  48. </Reference>
  49. <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  50. <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="nunit.mocks">
  53. <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
  54. </Reference>
  55. <Reference Include="pnunit.framework">
  56. <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Configuration.Install" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.ServiceProcess" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="CommandTest.cs" />
  69. <Compile Include="CommandBuilderTest.cs" />
  70. <Compile Include="RunAsServiceTest.cs" />
  71. <Compile Include="ExitHook\AbstractExitHookTest.cs" />
  72. <Compile Include="HookRepositoryTest.cs" />
  73. <Compile Include="ExitHook\RestartHookTest.cs" />
  74. <Compile Include="ExitHook\StopHookTest.cs" />
  75. <Compile Include="ExitHook\EmailSenderHookTest.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="XmlConfig\XmlConfigItemTest.cs" />
  78. <Compile Include="XmlConfig\XmlConfigTest.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\Perrich.RunAsService\Perrich.RunAsService.csproj">
  82. <Project>{2994B9C6-125E-4FCB-85BD-5B797DF57871}</Project>
  83. <Name>Perrich.RunAsService</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="packages.config" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>