Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj @ 7146

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

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

File size: 16.4 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>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.SlaveCore-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>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</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\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>AnyCPU</PlatformTarget>
90    <CodeAnalysisLogFile>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.SlaveCore-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>false</CodeAnalysisIgnoreBuiltInRuleSets>
97    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
98    <CodeAnalysisIgnoreBuiltInRules>false</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>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.SlaveCore-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>false</CodeAnalysisIgnoreBuiltInRuleSets>
113    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
114    <CodeAnalysisIgnoreBuiltInRules>false</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>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.SlaveCore-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>false</CodeAnalysisIgnoreBuiltInRuleSets>
129    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
130    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
131  </PropertyGroup>
132  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|AnyCPU'">
133    <DebugSymbols>true</DebugSymbols>
134    <OutputPath>..\..\bin\</OutputPath>
135    <DefineConstants>DEBUG;TRACE</DefineConstants>
136    <DebugType>full</DebugType>
137    <PlatformTarget>AnyCPU</PlatformTarget>
138    <CodeAnalysisLogFile>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.SlaveCore-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>false</CodeAnalysisIgnoreBuiltInRuleSets>
145    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
146    <CodeAnalysisIgnoreBuiltInRules>false</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>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.SlaveCore-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>false</CodeAnalysisIgnoreBuiltInRuleSets>
161    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
162    <CodeAnalysisIgnoreBuiltInRules>false</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>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.SlaveCore-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>false</CodeAnalysisIgnoreBuiltInRuleSets>
177    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
178    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
179  </PropertyGroup>
180  <ItemGroup>
181    <Reference Include="HeuristicLab.Clients.Common-3.3">
182      <HintPath>..\..\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
183      <Private>False</Private>
184    </Reference>
185    <Reference Include="HeuristicLab.Common-3.3">
186      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
187      <Private>False</Private>
188    </Reference>
189    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
190      <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
191      <Private>False</Private>
192    </Reference>
193    <Reference Include="HeuristicLab.Core-3.3">
194      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
195      <Private>False</Private>
196    </Reference>
197    <Reference Include="HeuristicLab.Persistence-3.3">
198      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
199      <Private>False</Private>
200    </Reference>
201    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
202      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
203      <Private>False</Private>
204    </Reference>
205    <Reference Include="HeuristicLab.Clients.Hive-3.3">
206      <HintPath>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
207      <Private>False</Private>
208    </Reference>
209    <Reference Include="HeuristicLab.Hive-3.3">
210      <HintPath>..\..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
211      <Private>False</Private>
212    </Reference>
213    <Reference Include="System" />
214    <Reference Include="System.Core" />
215    <Reference Include="System.Drawing" />
216    <Reference Include="System.Management" />
217    <Reference Include="System.Runtime.Serialization" />
218    <Reference Include="System.ServiceModel" />
219    <Reference Include="System.Xml.Linq" />
220    <Reference Include="System.Data.DataSetExtensions" />
221    <Reference Include="System.Data" />
222    <Reference Include="System.Xml" />
223  </ItemGroup>
224  <ItemGroup>
225    <Compile Include="Exceptions\TaskFailedException.cs" />
226    <Compile Include="IClientCom.cs" />
227    <Compile Include="Manager\ConfigManager.cs" />
228    <Compile Include="Exceptions\SerializationException.cs" />
229    <Compile Include="Exceptions\OutOfMemoryException.cs" />
230    <Compile Include="Exceptions\TaskNotRunningException.cs" />
231    <Compile Include="Exceptions\TaskAlreadyRunningException.cs" />
232    <Compile Include="Exceptions\TaskNotFoundException.cs" />
233    <Compile Include="Exceptions\TaskNotDataFoundException.cs" />
234    <Compile Include="ExecutorMessage.cs" />
235    <Compile Include="ExecutorQueue.cs" />
236    <Compile Include="IPluginProvider.cs" />
237    <Compile Include="Manager\EventLogManager.cs" />
238    <Compile Include="Manager\TaskManager.cs" />
239    <Compile Include="Exceptions\OutOfCoresException.cs" />
240    <Compile Include="Exceptions\AppDomainNotCreatedException.cs" />
241    <Compile Include="PipeCom.cs" />
242    <Compile Include="SlaveClientCom.cs" />
243    <Compile Include="Core.cs" />
244    <Compile Include="DummyListener.cs" />
245    <Compile Include="Executor.cs" />
246    <Compile Include="Manager\HeartbeatManager.cs" />
247    <Compile Include="Exceptions\InvalidStateException.cs" />
248    <Compile Include="TaskStatus.cs" />
249    <Compile Include="MessageQueue.cs" />
250    <Compile Include="NetworkEnum.cs" />
251    <Compile Include="Manager\PluginManager.cs" />
252    <Compile Include="Properties\Settings.Designer.cs">
253      <AutoGen>True</AutoGen>
254      <DesignTimeSharedInput>True</DesignTimeSharedInput>
255      <DependentUpon>Settings.settings</DependentUpon>
256    </Compile>
257    <Compile Include="ServiceContracts\ISlaveCommunication.cs" />
258    <Compile Include="ServiceContracts\ISlaveCommunicationCallbacks.cs" />
259    <Compile Include="SlaveCommunicationService.cs" />
260    <Compile Include="SlaveTask.cs" />
261    <Compile Include="SlaveStatusInfo.cs" />
262    <Compile Include="StatusCommons.cs" />
263    <Compile Include="TraceCom.cs" />
264    <Compile Include="WcfService.cs" />
265    <None Include="app.config" />
266    <None Include="app.config.DebugLocal" />
267    <None Include="app.config.DebugServices" />
268    <None Include="Plugin.cs.frame" />
269    <Compile Include="Plugin.cs" />
270    <Compile Include="Properties\AssemblyInfo.cs" />
271    <None Include="Properties\AssemblyInfo.cs.frame" />
272    <None Include="Properties\Settings.settings">
273      <Generator>PublicSettingsSingleFileGenerator</Generator>
274      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
275    </None>
276  </ItemGroup>
277  <ItemGroup>
278    <None Include="HeuristicLab.snk" />
279  </ItemGroup>
280  <ItemGroup>
281    <Content Include="ICSharpCode.SharpZipLib License.txt">
282      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
283    </Content>
284  </ItemGroup>
285  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
286  <PropertyGroup>
287    <PostBuildEvent>
288    </PostBuildEvent>
289  </PropertyGroup>
290  <PropertyGroup>
291    <PreBuildEvent>"$(SolutionDir)CopyIfNewer.bat" "$(ProjectDir)app.config.$(ConfigurationName)" "$(ProjectDir)app.config"
292
293set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
294set ProjectDir=$(ProjectDir)
295set SolutionDir=$(SolutionDir)
296set Outdir=$(Outdir)
297
298call PreBuildEvent.cmd</PreBuildEvent>
299  </PropertyGroup>
300  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
301       Other similar extension points exist, see Microsoft.Common.targets.
302  <Target Name="BeforeBuild">
303  </Target>
304  <Target Name="AfterBuild">
305  </Target>
306  -->
307</Project>
Note: See TracBrowser for help on using the repository browser.