Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

File size: 19.2 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>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.Views-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.Slave.Views-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    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
97  </PropertyGroup>
98  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLocal|x86'">
99    <DebugSymbols>true</DebugSymbols>
100    <OutputPath>bin\x86\DebugLocal\</OutputPath>
101    <DefineConstants>DEBUG;TRACE</DefineConstants>
102    <DebugType>full</DebugType>
103    <PlatformTarget>x86</PlatformTarget>
104    <CodeAnalysisLogFile>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.Slave.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
105    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
106    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
107    <ErrorReport>prompt</ErrorReport>
108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
109    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
110    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
111  </PropertyGroup>
112  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLocal|x64'">
113    <DebugSymbols>true</DebugSymbols>
114    <OutputPath>bin\x64\DebugLocal\</OutputPath>
115    <DefineConstants>DEBUG;TRACE</DefineConstants>
116    <DebugType>full</DebugType>
117    <PlatformTarget>x64</PlatformTarget>
118    <CodeAnalysisLogFile>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.Slave.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
119    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
120    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
121    <ErrorReport>prompt</ErrorReport>
122    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
123    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
124    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
125  </PropertyGroup>
126  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|AnyCPU'">
127    <DebugSymbols>true</DebugSymbols>
128    <OutputPath>..\..\bin\</OutputPath>
129    <DefineConstants>DEBUG;TRACE</DefineConstants>
130    <DebugType>full</DebugType>
131    <PlatformTarget>AnyCPU</PlatformTarget>
132    <CodeAnalysisLogFile>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.Slave.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
133    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
134    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
135    <ErrorReport>prompt</ErrorReport>
136    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
137    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
138    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
139  </PropertyGroup>
140  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|x86'">
141    <DebugSymbols>true</DebugSymbols>
142    <OutputPath>bin\x86\DebugServices\</OutputPath>
143    <DefineConstants>DEBUG;TRACE</DefineConstants>
144    <DebugType>full</DebugType>
145    <PlatformTarget>x86</PlatformTarget>
146    <CodeAnalysisLogFile>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.Slave.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
147    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
148    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
149    <ErrorReport>prompt</ErrorReport>
150    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
151    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
152    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
153    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
154  </PropertyGroup>
155  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|x64'">
156    <DebugSymbols>true</DebugSymbols>
157    <OutputPath>bin\x64\DebugServices\</OutputPath>
158    <DefineConstants>DEBUG;TRACE</DefineConstants>
159    <DebugType>full</DebugType>
160    <PlatformTarget>x64</PlatformTarget>
161    <CodeAnalysisLogFile>C:\dev\HeursticLab.Azure\\bin\HeuristicLab.Clients.Hive.Slave.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
162    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
163    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
164    <ErrorReport>prompt</ErrorReport>
165    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
166    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
167    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
168    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
169    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
170    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
171  </PropertyGroup>
172  <ItemGroup>
173    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
174      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
175      <Private>False</Private>
176    </Reference>
177    <Reference Include="HeuristicLab.Common-3.3">
178      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
179      <Private>False</Private>
180    </Reference>
181    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
182      <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
183      <Private>False</Private>
184    </Reference>
185    <Reference Include="HeuristicLab.Core-3.3">
186      <HintPath>..\..\bin\bin\HeuristicLab.Core-3.3.dll</HintPath>
187      <Private>False</Private>
188    </Reference>
189    <Reference Include="HeuristicLab.Core.Views-3.3">
190      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
191      <Private>False</Private>
192    </Reference>
193    <Reference Include="HeuristicLab.Data-3.3">
194      <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
195      <Private>False</Private>
196    </Reference>
197    <Reference Include="HeuristicLab.Data.Views-3.3">
198      <HintPath>..\..\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
199      <Private>False</Private>
200    </Reference>
201    <Reference Include="HeuristicLab.MainForm-3.3">
202      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
203      <Private>False</Private>
204    </Reference>
205    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
206      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
207      <Private>False</Private>
208    </Reference>
209    <Reference Include="HeuristicLab.Optimization-3.3">
210      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
211      <Private>False</Private>
212    </Reference>
213    <Reference Include="HeuristicLab.Optimizer-3.3">
214      <HintPath>..\..\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
215      <Private>False</Private>
216    </Reference>
217    <Reference Include="HeuristicLab.Persistence-3.3">
218      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
219      <Private>False</Private>
220    </Reference>
221    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
222      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
223      <Private>False</Private>
224    </Reference>
225    <Reference Include="System" />
226    <Reference Include="System.Core" />
227    <Reference Include="System.Drawing" />
228    <Reference Include="System.ServiceModel" />
229    <Reference Include="System.ServiceProcess" />
230    <Reference Include="System.Windows.Forms" />
231    <Reference Include="System.Windows.Forms.DataVisualization" />
232    <Reference Include="System.Xml.Linq" />
233    <Reference Include="System.Data.DataSetExtensions" />
234    <Reference Include="System.Data" />
235    <Reference Include="System.Xml" />
236  </ItemGroup>
237  <ItemGroup>
238    <Compile Include="AboutDialog.cs">
239      <SubType>Form</SubType>
240    </Compile>
241    <Compile Include="AboutDialog.Designer.cs">
242      <DependentUpon>AboutDialog.cs</DependentUpon>
243    </Compile>
244    <Compile Include="AboutView.cs">
245      <SubType>UserControl</SubType>
246    </Compile>
247    <Compile Include="AboutView.Designer.cs">
248      <DependentUpon>AboutView.cs</DependentUpon>
249    </Compile>
250    <Compile Include="SlaveMainViewTray.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="SlaveMainViewTray.Designer.cs">
254      <DependentUpon>SlaveMainViewTray.cs</DependentUpon>
255    </Compile>
256    <Compile Include="SlaveMainView.cs">
257      <SubType>UserControl</SubType>
258    </Compile>
259    <Compile Include="SlaveMainView.Designer.cs">
260      <DependentUpon>SlaveMainView.cs</DependentUpon>
261    </Compile>
262    <Compile Include="SlaveMainViewBase.cs">
263      <SubType>UserControl</SubType>
264    </Compile>
265    <Compile Include="SlaveMainViewBase.Designer.cs">
266      <DependentUpon>SlaveMainViewBase.cs</DependentUpon>
267    </Compile>
268    <Compile Include="SlaveCmdsWithKill.cs">
269      <SubType>UserControl</SubType>
270    </Compile>
271    <Compile Include="SlaveCmdsWithKill.Designer.cs">
272      <DependentUpon>SlaveCmdsWithKill.cs</DependentUpon>
273    </Compile>
274    <Compile Include="SlaveCmdsBase.cs">
275      <SubType>UserControl</SubType>
276    </Compile>
277    <Compile Include="SlaveCmdsBase.Designer.cs">
278      <DependentUpon>SlaveCmdsBase.cs</DependentUpon>
279    </Compile>
280    <Compile Include="SlaveView.cs">
281      <SubType>UserControl</SubType>
282    </Compile>
283    <Compile Include="SlaveView.Designer.cs">
284      <DependentUpon>SlaveView.cs</DependentUpon>
285    </Compile>
286    <Compile Include="SlaveStats.cs">
287      <SubType>UserControl</SubType>
288    </Compile>
289    <Compile Include="SlaveStats.Designer.cs">
290      <DependentUpon>SlaveStats.cs</DependentUpon>
291    </Compile>
292    <Compile Include="TaskView.cs">
293      <SubType>UserControl</SubType>
294    </Compile>
295    <Compile Include="TaskView.Designer.cs">
296      <DependentUpon>TaskView.cs</DependentUpon>
297    </Compile>
298    <Compile Include="LogView.cs">
299      <SubType>UserControl</SubType>
300    </Compile>
301    <Compile Include="LogView.Designer.cs">
302      <DependentUpon>LogView.cs</DependentUpon>
303    </Compile>
304    <Compile Include="Properties\Resources.Designer.cs">
305      <AutoGen>True</AutoGen>
306      <DesignTime>True</DesignTime>
307      <DependentUpon>Resources.resx</DependentUpon>
308    </Compile>
309    <Compile Include="Properties\Settings.Designer.cs">
310      <AutoGen>True</AutoGen>
311      <DesignTimeSharedInput>True</DesignTimeSharedInput>
312      <DependentUpon>Settings.settings</DependentUpon>
313    </Compile>
314    <Compile Include="SlaveItem.cs" />
315    <None Include="app.config" />
316    <None Include="Properties\AssemblyInfo.cs.frame" />
317    <None Include="Plugin.cs.frame" />
318    <Compile Include="Plugin.cs" />
319    <Compile Include="Properties\AssemblyInfo.cs" />
320    <None Include="Properties\Settings.settings">
321      <Generator>PublicSettingsSingleFileGenerator</Generator>
322      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
323    </None>
324  </ItemGroup>
325  <ItemGroup>
326    <None Include="HeuristicLab.snk" />
327  </ItemGroup>
328  <ItemGroup>
329    <EmbeddedResource Include="AboutDialog.resx">
330      <DependentUpon>AboutDialog.cs</DependentUpon>
331    </EmbeddedResource>
332    <EmbeddedResource Include="AboutView.resx">
333      <DependentUpon>AboutView.cs</DependentUpon>
334    </EmbeddedResource>
335    <EmbeddedResource Include="SlaveMainViewTray.resx">
336      <DependentUpon>SlaveMainViewTray.cs</DependentUpon>
337    </EmbeddedResource>
338    <EmbeddedResource Include="SlaveMainView.resx">
339      <DependentUpon>SlaveMainView.cs</DependentUpon>
340    </EmbeddedResource>
341    <EmbeddedResource Include="SlaveMainViewBase.resx">
342      <DependentUpon>SlaveMainViewBase.cs</DependentUpon>
343    </EmbeddedResource>
344    <EmbeddedResource Include="SlaveCmdsWithKill.resx">
345      <DependentUpon>SlaveCmdsWithKill.cs</DependentUpon>
346    </EmbeddedResource>
347    <EmbeddedResource Include="SlaveCmdsBase.resx">
348      <DependentUpon>SlaveCmdsBase.cs</DependentUpon>
349    </EmbeddedResource>
350    <EmbeddedResource Include="SlaveView.resx">
351      <DependentUpon>SlaveView.cs</DependentUpon>
352    </EmbeddedResource>
353    <EmbeddedResource Include="SlaveStats.resx">
354      <DependentUpon>SlaveStats.cs</DependentUpon>
355      <SubType>Designer</SubType>
356    </EmbeddedResource>
357    <EmbeddedResource Include="TaskView.resx">
358      <DependentUpon>TaskView.cs</DependentUpon>
359    </EmbeddedResource>
360    <EmbeddedResource Include="LogView.resx">
361      <DependentUpon>LogView.cs</DependentUpon>
362    </EmbeddedResource>
363    <EmbeddedResource Include="Properties\Resources.resx">
364      <Generator>ResXFileCodeGenerator</Generator>
365      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
366    </EmbeddedResource>
367  </ItemGroup>
368  <ItemGroup>
369    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
370      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
371      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
372      <Private>False</Private>
373    </ProjectReference>
374  </ItemGroup>
375  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
376  <PropertyGroup>
377    <PostBuildEvent>
378    </PostBuildEvent>
379  </PropertyGroup>
380  <PropertyGroup>
381    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
382set ProjectDir=$(ProjectDir)
383set SolutionDir=$(SolutionDir)
384set Outdir=$(Outdir)
385
386call PreBuildEvent.cmd</PreBuildEvent>
387  </PropertyGroup>
388  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
389       Other similar extension points exist, see Microsoft.Common.targets.
390  <Target Name="BeforeBuild">
391  </Target>
392  <Target Name="AfterBuild">
393  </Target>
394  -->
395</Project>
Note: See TracBrowser for help on using the repository browser.