Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj @ 7475

Last change on this file since 7475 was 7019, checked in by spimming, 13 years ago

#1680: manage multiple app.config files with pre-build event

File size: 14.0 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>bin\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <DocumentationFile>
51    </DocumentationFile>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>
71    </DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <PropertyGroup>
79    <SignAssembly>true</SignAssembly>
80  </PropertyGroup>
81  <PropertyGroup>
82    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
83  </PropertyGroup>
84  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLocal|AnyCPU'">
85    <DebugSymbols>true</DebugSymbols>
86    <OutputPath>bin\DebugLocal\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>AnyCPU</PlatformTarget>
90    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.DataAccess-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
91    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
92    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
96    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
97    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
98    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
99  </PropertyGroup>
100  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLocal|x86'">
101    <DebugSymbols>true</DebugSymbols>
102    <OutputPath>bin\x86\DebugLocal\</OutputPath>
103    <DefineConstants>DEBUG;TRACE</DefineConstants>
104    <DebugType>full</DebugType>
105    <PlatformTarget>x86</PlatformTarget>
106    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.DataAccess-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
107    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
108    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
109    <ErrorReport>prompt</ErrorReport>
110    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
111    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
112    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
113    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
114    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
115  </PropertyGroup>
116  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLocal|x64'">
117    <DebugSymbols>true</DebugSymbols>
118    <OutputPath>bin\x64\DebugLocal\</OutputPath>
119    <DefineConstants>DEBUG;TRACE</DefineConstants>
120    <DebugType>full</DebugType>
121    <PlatformTarget>x64</PlatformTarget>
122    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.DataAccess-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
123    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
124    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
125    <ErrorReport>prompt</ErrorReport>
126    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
127    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
128    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
129    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
130    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
131  </PropertyGroup>
132  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|AnyCPU'">
133    <DebugSymbols>true</DebugSymbols>
134    <OutputPath>bin\DebugServices\</OutputPath>
135    <DefineConstants>DEBUG;TRACE</DefineConstants>
136    <DebugType>full</DebugType>
137    <PlatformTarget>AnyCPU</PlatformTarget>
138    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.DataAccess-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
139    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
140    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
141    <ErrorReport>prompt</ErrorReport>
142    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
143    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
144    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
145    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
146    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
147  </PropertyGroup>
148  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|x86'">
149    <DebugSymbols>true</DebugSymbols>
150    <OutputPath>bin\x86\DebugServices\</OutputPath>
151    <DefineConstants>DEBUG;TRACE</DefineConstants>
152    <DebugType>full</DebugType>
153    <PlatformTarget>x86</PlatformTarget>
154    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.DataAccess-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
155    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
156    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
157    <ErrorReport>prompt</ErrorReport>
158    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
159    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
160    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
161    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
162    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
163  </PropertyGroup>
164  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|x64'">
165    <DebugSymbols>true</DebugSymbols>
166    <OutputPath>bin\x64\DebugServices\</OutputPath>
167    <DefineConstants>DEBUG;TRACE</DefineConstants>
168    <DebugType>full</DebugType>
169    <PlatformTarget>x64</PlatformTarget>
170    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.DataAccess-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
171    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
172    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
173    <ErrorReport>prompt</ErrorReport>
174    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
175    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
176    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
177    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
178    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
179  </PropertyGroup>
180  <ItemGroup>
181    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
182      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
183    </Reference>
184    <Reference Include="System" />
185    <Reference Include="System.Core" />
186    <Reference Include="System.Data.Linq" />
187    <Reference Include="System.Transactions" />
188    <Reference Include="System.Windows.Forms" />
189    <Reference Include="System.Xml.Linq" />
190    <Reference Include="System.Data.DataSetExtensions" />
191    <Reference Include="System.Data" />
192    <Reference Include="System.Xml" />
193  </ItemGroup>
194  <ItemGroup>
195    <None Include="Plugin.cs.frame" />
196    <Compile Include="Enums\Command.cs" />
197    <Compile Include="Enums\CpuArchitecture.cs" />
198    <Compile Include="Plugin.cs" />
199    <Compile Include="HiveDataContext.cs">
200      <DependentUpon>HiveDataContext.dbml</DependentUpon>
201    </Compile>
202    <Compile Include="HiveDataContext.designer.cs">
203      <AutoGen>True</AutoGen>
204      <DesignTime>True</DesignTime>
205      <DependentUpon>HiveDataContext.dbml</DependentUpon>
206    </Compile>
207    <Compile Include="ITransactionManager.cs" />
208    <Compile Include="Enums\TaskState.cs" />
209    <Compile Include="Logger.cs" />
210    <Compile Include="Enums\Permission.cs" />
211    <Compile Include="Properties\AssemblyInfo.cs" />
212    <None Include="Properties\AssemblyInfo.cs.frame" />
213    <Compile Include="Settings.Designer.cs">
214      <AutoGen>True</AutoGen>
215      <DesignTimeSharedInput>True</DesignTimeSharedInput>
216      <DependentUpon>Settings.settings</DependentUpon>
217    </Compile>
218    <Compile Include="Enums\SlaveState.cs" />
219    <Compile Include="TransactionManager.cs" />
220  </ItemGroup>
221  <ItemGroup>
222    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
223  </ItemGroup>
224  <ItemGroup>
225    <None Include="app.config">
226      <SubType>Designer</SubType>
227    </None>
228    <None Include="HeuristicLab.snk" />
229    <None Include="HiveDataContext.dbml">
230      <Generator>MSLinqToSQLGenerator</Generator>
231      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
232      <SubType>Designer</SubType>
233    </None>
234    <None Include="Settings.settings">
235      <Generator>PublicSettingsSingleFileGenerator</Generator>
236      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
237    </None>
238  </ItemGroup>
239  <ItemGroup>
240    <None Include="HiveDataContext.dbml.layout">
241      <DependentUpon>HiveDataContext.dbml</DependentUpon>
242    </None>
243  </ItemGroup>
244  <ItemGroup>
245    <Content Include="SQL Scripts\Initialize Hive Database.sql" />
246    <Content Include="SQL Scripts\Prepare Hive Database.sql" />
247  </ItemGroup>
248  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
249  <PropertyGroup>
250    <PostBuildEvent>
251    </PostBuildEvent>
252  </PropertyGroup>
253  <PropertyGroup>
254    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
255set ProjectDir=$(ProjectDir)
256set SolutionDir=$(SolutionDir)
257set Outdir=$(Outdir)
258
259call PreBuildEvent.cmd</PreBuildEvent>
260  </PropertyGroup>
261  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
262       Other similar extension points exist, see Microsoft.Common.targets.
263  <Target Name="BeforeBuild">
264  </Target>
265  <Target Name="AfterBuild">
266  </Target>
267  -->
268</Project>
Note: See TracBrowser for help on using the repository browser.