1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
\r
3 <ProjectType>Local</ProjectType>
\r
4 <ProductVersion>9.0.21022</ProductVersion>
\r
5 <SchemaVersion>2.0</SchemaVersion>
\r
6 <ProjectGuid>{0F611C1B-EDFD-46E6-9C3A-95420946E9CC}</ProjectGuid>
\r
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
11 <AssemblyKeyContainerName>
\r
12 </AssemblyKeyContainerName>
\r
13 <AssemblyName>Castle.Services.Transaction</AssemblyName>
\r
14 <AssemblyOriginatorKeyFile>..\..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
\r
15 <DefaultClientScript>JScript</DefaultClientScript>
\r
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
\r
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
\r
18 <DelaySign>false</DelaySign>
\r
19 <OutputType>Library</OutputType>
\r
20 <RootNamespace>Castle.Services.Transaction</RootNamespace>
\r
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
\r
26 <UpgradeBackupLocation>
\r
27 </UpgradeBackupLocation>
\r
28 <SignAssembly>true</SignAssembly>
\r
29 <OldToolsVersion>2.0</OldToolsVersion>
\r
30 <PublishUrl>http://localhost/Castle.Services.Transaction/</PublishUrl>
\r
31 <Install>true</Install>
\r
32 <InstallFrom>Web</InstallFrom>
\r
33 <UpdateEnabled>true</UpdateEnabled>
\r
34 <UpdateMode>Foreground</UpdateMode>
\r
35 <UpdateInterval>7</UpdateInterval>
\r
36 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
\r
37 <UpdatePeriodically>false</UpdatePeriodically>
\r
38 <UpdateRequired>false</UpdateRequired>
\r
39 <MapFileExtensions>true</MapFileExtensions>
\r
40 <ApplicationRevision>0</ApplicationRevision>
\r
41 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
\r
42 <IsWebBootstrapper>true</IsWebBootstrapper>
\r
43 <UseApplicationTrust>false</UseApplicationTrust>
\r
44 <BootstrapperEnabled>true</BootstrapperEnabled>
\r
45 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
\r
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
48 <OutputPath>..\bin\</OutputPath>
\r
49 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
50 <BaseAddress>285212672</BaseAddress>
\r
51 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
52 <ConfigurationOverrideFile>
\r
53 </ConfigurationOverrideFile>
\r
54 <DefineConstants>TRACE;DEBUG</DefineConstants>
\r
56 </DocumentationFile>
\r
57 <DebugSymbols>true</DebugSymbols>
\r
58 <FileAlignment>4096</FileAlignment>
\r
59 <NoStdLib>false</NoStdLib>
\r
62 <Optimize>false</Optimize>
\r
63 <RegisterForComInterop>false</RegisterForComInterop>
\r
64 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
65 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
66 <WarningLevel>4</WarningLevel>
\r
67 <DebugType>full</DebugType>
\r
68 <ErrorReport>prompt</ErrorReport>
\r
70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
71 <OutputPath>bin\Release\</OutputPath>
\r
72 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
73 <BaseAddress>285212672</BaseAddress>
\r
74 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
75 <ConfigurationOverrideFile>
\r
76 </ConfigurationOverrideFile>
\r
77 <DefineConstants>TRACE</DefineConstants>
\r
79 </DocumentationFile>
\r
80 <DebugSymbols>false</DebugSymbols>
\r
81 <FileAlignment>4096</FileAlignment>
\r
82 <NoStdLib>false</NoStdLib>
\r
85 <Optimize>true</Optimize>
\r
86 <RegisterForComInterop>false</RegisterForComInterop>
\r
87 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
88 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
89 <WarningLevel>4</WarningLevel>
\r
90 <DebugType>none</DebugType>
\r
91 <ErrorReport>prompt</ErrorReport>
\r
94 <Reference Include="Castle.Core">
\r
95 <Name>Castle.Core</Name>
\r
96 <HintPath>..\..\..\build\net-3.5\debug\Castle.Core.dll</HintPath>
\r
98 <Reference Include="System">
\r
101 <Reference Include="System.Core">
\r
102 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
104 <Reference Include="System.Data">
\r
105 <Name>System.Data</Name>
\r
107 <Reference Include="System.Transactions" />
\r
108 <Reference Include="System.Xml">
\r
109 <Name>System.XML</Name>
\r
113 <Compile Include="AbstractTransaction.cs">
\r
114 <SubType>Code</SubType>
\r
116 <Compile Include="AssemblyInfo.cs">
\r
117 <SubType>Code</SubType>
\r
119 <Compile Include="Attributes.cs">
\r
120 <SubType>Code</SubType>
\r
122 <Compile Include="CallContextActivityManager.cs" />
\r
123 <Compile Include="CommitResourceException.cs" />
\r
124 <Compile Include="DefaultTransactionManager.cs">
\r
125 <SubType>Code</SubType>
\r
127 <Compile Include="Activity.cs" />
\r
128 <Compile Include="IActivityManager.cs" />
\r
129 <Compile Include="IResource.cs">
\r
130 <SubType>Code</SubType>
\r
132 <Compile Include="ISynchronization.cs">
\r
133 <SubType>Code</SubType>
\r
135 <Compile Include="ITransaction.cs">
\r
136 <SubType>Code</SubType>
\r
138 <Compile Include="ITransactionManager.cs">
\r
139 <SubType>Code</SubType>
\r
141 <Compile Include="ResourceException.cs" />
\r
142 <Compile Include="RollbackResourceException.cs" />
\r
143 <Compile Include="StandardTransaction.cs">
\r
144 <SubType>Code</SubType>
\r
146 <Compile Include="TLSActivityManager.cs" />
\r
147 <Compile Include="TransactionException.cs">
\r
148 <SubType>Code</SubType>
\r
150 <Compile Include="TransactionScopeResourceAdapter.cs" />
\r
153 <None Include="..\..\..\CastleKey.snk">
\r
154 <Link>CastleKey.snk</Link>
\r
158 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
161 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
\r
162 <Visible>False</Visible>
\r
163 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
\r
164 <Install>true</Install>
\r
165 </BootstrapperPackage>
\r
166 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
\r
167 <Visible>False</Visible>
\r
168 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
\r
169 <Install>false</Install>
\r
170 </BootstrapperPackage>
\r
171 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
\r
172 <Visible>False</Visible>
\r
173 <ProductName>.NET Framework 3.5</ProductName>
\r
174 <Install>false</Install>
\r
175 </BootstrapperPackage>
\r
177 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r