Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Administration.Tests/Administration.Tests.csproj @ 4476

Last change on this file since 4476 was 4476, checked in by cfleisch, 14 years ago

Create repository (#1198)

File size: 4.9 KB
Line 
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>{50A9E7D2-30CA-4F84-8272-547ECF0F45FF}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <RootNamespace>OKB.Administration.Tests</RootNamespace>
11    <AssemblyName>Administration.Tests</AssemblyName>
12    <WarningLevel>4</WarningLevel>
13    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
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>.\bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44    <DebugSymbols>false</DebugSymbols>
45    <Optimize>true</Optimize>
46    <OutputPath>.\bin\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <ItemGroup>
51    <Reference Include="Microsoft.Practices.CompositeWeb">
52      <HintPath>..\Library\Microsoft.Practices.CompositeWeb.dll</HintPath>
53    </Reference>
54    <Reference Include="Microsoft.Practices.ObjectBuilder">
55      <HintPath>..\Library\Microsoft.Practices.ObjectBuilder.dll</HintPath>
56    </Reference>
57    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
58      <SpecificVersion>False</SpecificVersion>
59    </Reference>
60    <Reference Include="System" />
61  </ItemGroup>
62  <ItemGroup>
63    <Compile Include="Views\DefaultViewPresenterFixture.cs" />
64    <Compile Include="AdministrationModuleControllerFixture.cs" />
65    <Compile Include="AdministrationModuleInitializerFixture.cs" />
66    <Compile Include="Properties\AssemblyInfo.cs" />
67    <Compile Include="Mocks\MockAdministrationController.cs" />
68  </ItemGroup>
69  <ItemGroup>
70    <ProjectReference Include="..\Administration\Administration.csproj">
71      <Project>{BEF45305-5E6D-4C7D-BF61-5CB7E9EEAB87}</Project>
72      <Name>Administration</Name>
73    </ProjectReference>
74  </ItemGroup>
75  <ItemGroup>
76    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
77      <Visible>False</Visible>
78      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
79      <Install>true</Install>
80    </BootstrapperPackage>
81    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
82      <Visible>False</Visible>
83      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
84      <Install>false</Install>
85    </BootstrapperPackage>
86    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
87      <Visible>False</Visible>
88      <ProductName>.NET Framework 3.5 SP1</ProductName>
89      <Install>false</Install>
90    </BootstrapperPackage>
91    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
92      <Visible>False</Visible>
93      <ProductName>Windows Installer 3.1</ProductName>
94      <Install>true</Install>
95    </BootstrapperPackage>
96  </ItemGroup>
97  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99       Other similar extension points exist, see Microsoft.Common.targets.
100  <Target Name="BeforeBuild">
101  </Target>
102  <Target Name="AfterBuild">
103  </Target>
104  -->
105  <ProjectExtensions>
106    <VisualStudio>
107      <UserProperties IsModuleTestProject="True" />
108    </VisualStudio>
109  </ProjectExtensions>
110</Project>
Note: See TracBrowser for help on using the repository browser.