PageRenderTime 58ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Gui.Tests/Gui.Tests.csproj

https://bitbucket.org/EvgenyKotkov/student-trackit-client
MSBuild | 160 lines | 153 code | 0 blank | 7 comment | 0 complexity | 08ea318253553f5e7595adb76e91a724 MD5 | raw file
  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>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F3E04FBB-06F5-4B17-BA2D-F7077D14DD25}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Gui.Tests</RootNamespace>
  12. <AssemblyName>Gui.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. <TargetFrameworkProfile>
  36. </TargetFrameworkProfile>
  37. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  38. <RestorePackages>true</RestorePackages>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <BaseIntermediateOutputPath>$(SolutionDir)\builds_\$(MSBuildProjectName)\$(Configuration)\</BaseIntermediateOutputPath>
  45. <IntermediateOutputPath>$(SolutionDir)\builds_\$(MSBuildProjectName)\$(Configuration)\</IntermediateOutputPath>
  46. <OutDir>$(SolutionDir)\builds\$(Configuration)\</OutDir>
  47. <OutputPath>$(SolutionDir)\builds\$(Configuration)\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <DocumentationFile>
  53. </DocumentationFile>
  54. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  57. <DebugType>pdbonly</DebugType>
  58. <Optimize>true</Optimize>
  59. <BaseIntermediateOutputPath>$(SolutionDir)\builds_\$(MSBuildProjectName)\$(Configuration)\</BaseIntermediateOutputPath>
  60. <IntermediateOutputPath>$(SolutionDir)\builds_\$(MSBuildProjectName)\$(Configuration)\</IntermediateOutputPath>
  61. <OutDir>$(SolutionDir)\builds\$(Configuration)\</OutDir>
  62. <OutputPath>$(SolutionDir)\builds\$(Configuration)\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <ErrorReport>prompt</ErrorReport>
  65. <WarningLevel>4</WarningLevel>
  66. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="FluentAssertions">
  70. <HintPath>..\..\packages\FluentAssertions.1.7.1.1\Lib\net35\FluentAssertions.dll</HintPath>
  71. </Reference>
  72. <Reference Include="log4net">
  73. <HintPath>..\..\packages\log4net.2.0.0\lib\net35-full\log4net.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  76. <HintPath>..\..\packages\Moq.Contrib.0.3\lib\Moq.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Moq.Contrib">
  79. <HintPath>..\..\packages\Moq.Contrib.0.3\lib\Moq.Contrib.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Ninject">
  82. <HintPath>..\..\packages\Ninject.3.0.0.15\lib\net35\Ninject.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Ninject.Extensions.Logging">
  85. <HintPath>..\..\packages\Ninject.Extensions.Logging.3.0.0.7\lib\net35\Ninject.Extensions.Logging.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Ploeh.AutoFixture">
  88. <HintPath>..\..\packages\AutoFixture.2.9.2\lib\Ploeh.AutoFixture.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Ploeh.AutoFixture.AutoMoq">
  91. <HintPath>..\..\packages\AutoFixture.AutoMoq.2.9.2\lib\Ploeh.AutoFixture.AutoMoq.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Ploeh.AutoFixture.Idioms">
  94. <HintPath>..\..\packages\AutoFixture.Idioms.2.9.2\lib\Ploeh.AutoFixture.Idioms.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Ploeh.AutoFixture.Xunit">
  97. <HintPath>..\..\packages\AutoFixture.Xunit.2.9.2\lib\Ploeh.AutoFixture.Xunit.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Ploeh.SemanticComparison">
  100. <HintPath>..\..\packages\AutoFixture.2.9.2\lib\Ploeh.SemanticComparison.dll</HintPath>
  101. </Reference>
  102. <Reference Include="RestSharp">
  103. <HintPath>..\..\packages\RestSharp.103.1\lib\net4\RestSharp.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Core">
  106. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  107. </Reference>
  108. <Reference Include="xunit, Version=1.9.0.1566, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  109. <SpecificVersion>False</SpecificVersion>
  110. <HintPath>..\..\packages\xunit.1.9.0.1566\lib\xunit.dll</HintPath>
  111. </Reference>
  112. <Reference Include="xunit.extensions, Version=1.9.0.1566, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  113. <SpecificVersion>False</SpecificVersion>
  114. <HintPath>..\..\packages\xunit.extensions.1.9.0.1566\lib\xunit.extensions.dll</HintPath>
  115. </Reference>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="Properties\AssemblyInfo.cs" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  124. <Install>false</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1</ProductName>
  129. <Install>true</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  132. <Visible>False</Visible>
  133. <ProductName>Windows Installer 3.1</ProductName>
  134. <Install>true</Install>
  135. </BootstrapperPackage>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="packages.config">
  139. <SubType>Designer</SubType>
  140. </None>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ProjectReference Include="..\Gui\Gui.csproj">
  144. <Project>{1A5FD8C8-606D-4655-B495-CAB1FB2D570F}</Project>
  145. <Name>Gui</Name>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  149. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. <PropertyGroup>
  157. <PostBuildEvent>xcopy "$(SolutionDir)data\*.*" "$(TargetDir)" /S /E /Y</PostBuildEvent>
  158. </PropertyGroup>
  159. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  160. </Project>