Added DictionaryAdapter.build.
[castle.git] / Services / Transaction / Castle.Services.Transaction / Castle.Services.Transaction-vs2005.csproj
blob1e9e2f52f8b1b05704458050cc4a44e173678f63
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectType>Local</ProjectType>\r
4     <ProductVersion>8.0.50727</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
9     <ApplicationIcon>\r
10     </ApplicationIcon>\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
22     <StartupObject>\r
23     </StartupObject>\r
24     <FileUpgradeFlags>\r
25     </FileUpgradeFlags>\r
26     <UpgradeBackupLocation>\r
27     </UpgradeBackupLocation>\r
28     <SignAssembly>true</SignAssembly>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
31     <OutputPath>..\bin\</OutputPath>\r
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
33     <BaseAddress>285212672</BaseAddress>\r
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
35     <ConfigurationOverrideFile>\r
36     </ConfigurationOverrideFile>\r
37     <DefineConstants>TRACE;DEBUG;DOTNET2</DefineConstants>\r
38     <DocumentationFile>\r
39     </DocumentationFile>\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <FileAlignment>4096</FileAlignment>\r
42     <NoStdLib>false</NoStdLib>\r
43     <NoWarn>\r
44     </NoWarn>\r
45     <Optimize>false</Optimize>\r
46     <RegisterForComInterop>false</RegisterForComInterop>\r
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
48     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
49     <WarningLevel>4</WarningLevel>\r
50     <DebugType>full</DebugType>\r
51     <ErrorReport>prompt</ErrorReport>\r
52   </PropertyGroup>\r
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
54     <OutputPath>bin\Release\</OutputPath>\r
55     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
56     <BaseAddress>285212672</BaseAddress>\r
57     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
58     <ConfigurationOverrideFile>\r
59     </ConfigurationOverrideFile>\r
60     <DefineConstants>TRACE;DOTNET2</DefineConstants>\r
61     <DocumentationFile>\r
62     </DocumentationFile>\r
63     <DebugSymbols>false</DebugSymbols>\r
64     <FileAlignment>4096</FileAlignment>\r
65     <NoStdLib>false</NoStdLib>\r
66     <NoWarn>\r
67     </NoWarn>\r
68     <Optimize>true</Optimize>\r
69     <RegisterForComInterop>false</RegisterForComInterop>\r
70     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
71     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
72     <WarningLevel>4</WarningLevel>\r
73     <DebugType>none</DebugType>\r
74     <ErrorReport>prompt</ErrorReport>\r
75   </PropertyGroup>\r
76   <ItemGroup>\r
77     <Reference Include="Castle.Core">\r
78       <Name>Castle.Core</Name>\r
79       <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
80     </Reference>\r
81     <Reference Include="System">\r
82       <Name>System</Name>\r
83     </Reference>\r
84     <Reference Include="System.Data">\r
85       <Name>System.Data</Name>\r
86     </Reference>\r
87     <Reference Include="System.Transactions" />\r
88     <Reference Include="System.Xml">\r
89       <Name>System.XML</Name>\r
90     </Reference>\r
91   </ItemGroup>\r
92   <ItemGroup>\r
93     <Compile Include="AbstractTransaction.cs">\r
94       <SubType>Code</SubType>\r
95     </Compile>\r
96     <Compile Include="AssemblyInfo.cs">\r
97       <SubType>Code</SubType>\r
98     </Compile>\r
99     <Compile Include="Attributes.cs">\r
100       <SubType>Code</SubType>\r
101     </Compile>\r
102     <Compile Include="CallContextActivityManager.cs" />\r
103     <Compile Include="CommitResourceException.cs" />\r
104     <Compile Include="DefaultTransactionManager.cs">\r
105       <SubType>Code</SubType>\r
106     </Compile>\r
107     <Compile Include="Activity.cs" />\r
108     <Compile Include="IActivityManager.cs" />\r
109     <Compile Include="IResource.cs">\r
110       <SubType>Code</SubType>\r
111     </Compile>\r
112     <Compile Include="ISynchronization.cs">\r
113       <SubType>Code</SubType>\r
114     </Compile>\r
115     <Compile Include="ITransaction.cs">\r
116       <SubType>Code</SubType>\r
117     </Compile>\r
118     <Compile Include="ITransactionManager.cs">\r
119       <SubType>Code</SubType>\r
120     </Compile>\r
121     <Compile Include="ResourceException.cs" />\r
122     <Compile Include="RollbackResourceException.cs" />\r
123     <Compile Include="StandardTransaction.cs">\r
124       <SubType>Code</SubType>\r
125     </Compile>\r
126     <Compile Include="TLSActivityManager.cs" />\r
127     <Compile Include="TransactionException.cs">\r
128       <SubType>Code</SubType>\r
129     </Compile>\r
130     <Compile Include="TransactionScopeResourceAdapter.cs" />\r
131   </ItemGroup>\r
132   <ItemGroup>\r
133     <None Include="..\..\..\CastleKey.snk">\r
134       <Link>CastleKey.snk</Link>\r
135     </None>\r
136   </ItemGroup>\r
137   <ItemGroup>\r
138     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
139   </ItemGroup>\r
140   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
141   <PropertyGroup>\r
142     <PreBuildEvent>\r
143     </PreBuildEvent>\r
144     <PostBuildEvent>\r
145     </PostBuildEvent>\r
146   </PropertyGroup>\r
147 </Project>