Fixed some formatting issues.
[castle.git] / Facilities / AutomaticTransactionManagement / Castle.Facilities.AutomaticTransactionManagement.Tests / Castle.Facilities.AutomaticTransactionManagement.Tests-vs2005.csproj
blob57aef86d8d8a67e4cd8727a4c46066155d61ab4b
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectType>Local</ProjectType>
4     <ProductVersion>8.0.50727</ProductVersion>
5     <SchemaVersion>2.0</SchemaVersion>
6     <ProjectGuid>{8A7E5413-3F2C-4C09-92A7-F5A3AC9F2F93}</ProjectGuid>
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9     <ApplicationIcon>
10     </ApplicationIcon>
11     <AssemblyKeyContainerName>
12     </AssemblyKeyContainerName>
13     <AssemblyName>Castle.Facilities.AutomaticTransactionManagement.Tests</AssemblyName>
14     <AssemblyOriginatorKeyFile>
15     </AssemblyOriginatorKeyFile>
16     <DefaultClientScript>JScript</DefaultClientScript>
17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18     <DefaultTargetSchema>IE50</DefaultTargetSchema>
19     <DelaySign>false</DelaySign>
20     <OutputType>Library</OutputType>
21     <RootNamespace>Castle.Facilities.AutomaticTransactionManagement.Tests</RootNamespace>
22     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23     <StartupObject>
24     </StartupObject>
25     <FileUpgradeFlags>
26     </FileUpgradeFlags>
27     <UpgradeBackupLocation>
28     </UpgradeBackupLocation>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <OutputPath>..\bin\</OutputPath>
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33     <BaseAddress>285212672</BaseAddress>
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35     <ConfigurationOverrideFile>
36     </ConfigurationOverrideFile>
37     <DefineConstants>TRACE;DEBUG</DefineConstants>
38     <DocumentationFile>
39     </DocumentationFile>
40     <DebugSymbols>true</DebugSymbols>
41     <FileAlignment>4096</FileAlignment>
42     <NoStdLib>false</NoStdLib>
43     <NoWarn>
44     </NoWarn>
45     <Optimize>false</Optimize>
46     <RegisterForComInterop>false</RegisterForComInterop>
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>
48     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
49     <WarningLevel>4</WarningLevel>
50     <DebugType>full</DebugType>
51     <ErrorReport>prompt</ErrorReport>
52   </PropertyGroup>
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54     <OutputPath>bin\Release\</OutputPath>
55     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56     <BaseAddress>285212672</BaseAddress>
57     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58     <ConfigurationOverrideFile>
59     </ConfigurationOverrideFile>
60     <DefineConstants>TRACE</DefineConstants>
61     <DocumentationFile>
62     </DocumentationFile>
63     <DebugSymbols>false</DebugSymbols>
64     <FileAlignment>4096</FileAlignment>
65     <NoStdLib>false</NoStdLib>
66     <NoWarn>
67     </NoWarn>
68     <Optimize>true</Optimize>
69     <RegisterForComInterop>false</RegisterForComInterop>
70     <RemoveIntegerChecks>false</RemoveIntegerChecks>
71     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
72     <WarningLevel>4</WarningLevel>
73     <DebugType>none</DebugType>
74     <ErrorReport>prompt</ErrorReport>
75   </PropertyGroup>
76   <ItemGroup>
77     <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
78       <SpecificVersion>False</SpecificVersion>
79       <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
80     </Reference>
81     <Reference Include="Castle.MicroKernel, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
82       <SpecificVersion>False</SpecificVersion>
83       <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
84     </Reference>
85     <Reference Include="Castle.Services.Transaction, Version=0.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
86       <SpecificVersion>False</SpecificVersion>
87       <HintPath>..\..\..\build\net-2.0\debug\Castle.Services.Transaction.dll</HintPath>
88     </Reference>
89     <Reference Include="Castle.Windsor, Version=1.0.0.2, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
90       <SpecificVersion>False</SpecificVersion>
91       <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>
92     </Reference>
93     <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
94       <SpecificVersion>False</SpecificVersion>
95       <HintPath>..\..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>
96     </Reference>
97     <Reference Include="System">
98       <Name>System</Name>
99     </Reference>
100     <Reference Include="System.configuration" />
101     <Reference Include="System.Data">
102       <Name>System.Data</Name>
103     </Reference>
104     <Reference Include="System.Xml">
105       <Name>System.XML</Name>
106     </Reference>
107   </ItemGroup>
108   <ItemGroup>
109     <Compile Include="AnotherCustomerService.cs">
110       <SubType>Code</SubType>
111     </Compile>
112     <Compile Include="BaseTransactionalComp.cs">
113       <SubType>Code</SubType>
114     </Compile>
115     <Compile Include="ConfigHelper.cs">
116       <SubType>Code</SubType>
117     </Compile>
118     <Compile Include="ConfiguredComponents.cs">
119       <SubType>Code</SubType>
120     </Compile>
121     <Compile Include="CustomerService.cs">
122       <SubType>Code</SubType>
123     </Compile>
124     <Compile Include="GenericService.cs" />
125     <Compile Include="ICustomerService.cs">
126       <SubType>Code</SubType>
127     </Compile>
128     <Compile Include="MockTransactionManager.cs">
129       <SubType>Code</SubType>
130     </Compile>
131     <Compile Include="TransactionalComp1.cs">
132       <SubType>Code</SubType>
133     </Compile>
134     <Compile Include="TransactionalComp3.cs">
135       <SubType>Code</SubType>
136     </Compile>
137     <Compile Include="TransactionTestCase.cs">
138       <SubType>Code</SubType>
139     </Compile>
140     <None Include="App.config" />
141   </ItemGroup>
142   <ItemGroup>
143     <ProjectReference Include="..\Castle.Facilities.AutomaticTransactionManagement\Castle.Facilities.AutomaticTransactionManagement-vs2005.csproj">
144       <Project>{9962F772-E75C-4998-A45B-3CD99C2E2903}</Project>
145       <Name>Castle.Facilities.AutomaticTransactionManagement-vs2005</Name>
146     </ProjectReference>
147   </ItemGroup>
148   <ItemGroup>
149     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
150   </ItemGroup>
151   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
152   <PropertyGroup>
153     <PreBuildEvent>
154     </PreBuildEvent>
155     <PostBuildEvent>copy "$(ProjectDir)\App.config" "$(TargetPath).config"</PostBuildEvent>
156   </PropertyGroup>
157 </Project>