/source/test/NOS.Registration.Tests/NOS.Registration.Tests.csproj

http://github.com/agross/netopenspace · MSBuild · 126 lines · 119 code · 0 blank · 7 comment · 4 complexity · bb29f551082319e167e3da289267b691 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.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{80B165A7-D9B8-4C03-9B4F-DA17E5209E9B}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>NOS.Registration.Tests</RootNamespace>
  12. <AssemblyName>NOS.Registration.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>..\..\..\build\Tests\Registration\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <PlatformTarget>x86</PlatformTarget>
  44. <NoWarn>169</NoWarn>
  45. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>..\..\..\build\Tests\Registration\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <NoWarn>169</NoWarn>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="Machine.Specifications, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\..\tools\Machine.Specifications\Machine.Specifications.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Rhino.Mocks, Version=3.5.0.1337, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\..\tools\Rhino Mocks\Rhino.Mocks.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ScrewTurn.Wiki.PluginFramework, Version=3.0.2.538, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\app\NOS.Wiki\bin\ScrewTurn.Wiki.PluginFramework.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Core">
  73. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  74. </Reference>
  75. <Reference Include="System.Web" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="..\..\SolutionInfo.cs">
  79. <Link>Properties\SolutionInfo.cs</Link>
  80. </Compile>
  81. <Compile Include="..\..\VersionInfo.cs">
  82. <Link>Properties\VersionInfo.cs</Link>
  83. </Compile>
  84. <Compile Include="AutoRegistrationPluginSpecs.cs" />
  85. <Compile Include="AutoRegistrationPresenterSpecs.cs" />
  86. <Compile Include="EntryPositioning\DefaultOpinionEvaluatorSpecs.cs" />
  87. <Compile Include="NVelocityEntryFormatterSpecs.cs" />
  88. <Compile Include="PageFormatterSpecs.cs" />
  89. <Compile Include="CrossContextSynchronizationSpecs.cs" />
  90. <Compile Include="DefaultPluginConfigurationSpecs.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <Compile Include="RegistrationRepositorySpecs.cs" />
  93. <Compile Include="UserDataSpecs.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ProjectReference Include="..\..\app\NOS.Registration\NOS.Registration.csproj">
  97. <Project>{9C6A19D4-CB96-4599-8D69-0CAF206607D8}</Project>
  98. <Name>NOS.Registration</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  103. <Visible>False</Visible>
  104. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  105. <Install>false</Install>
  106. </BootstrapperPackage>
  107. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  108. <Visible>False</Visible>
  109. <ProductName>.NET Framework 3.5 SP1</ProductName>
  110. <Install>true</Install>
  111. </BootstrapperPackage>
  112. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  113. <Visible>False</Visible>
  114. <ProductName>Windows Installer 3.1</ProductName>
  115. <Install>true</Install>
  116. </BootstrapperPackage>
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  120. Other similar extension points exist, see Microsoft.Common.targets.
  121. <Target Name="BeforeBuild">
  122. </Target>
  123. <Target Name="AfterBuild">
  124. </Target>
  125. -->
  126. </Project>