Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

File size: 14.5 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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{7C4B1DE4-FC9A-4448-BCF8-3CB3FA3CB8FA}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore.TrayIcon</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>
36    </DocumentationFile>
37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <DocumentationFile>
52    </DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
69    <OutputPath>bin\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>
72    </DocumentationFile>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLocal|AnyCPU'">
80    <DebugSymbols>true</DebugSymbols>
81    <OutputPath>bin\DebugLocal\</OutputPath>
82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>AnyCPU</PlatformTarget>
85    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
86    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
87    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
91    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
92    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
93    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
94  </PropertyGroup>
95  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLocal|x86'">
96    <DebugSymbols>true</DebugSymbols>
97    <OutputPath>bin\x86\DebugLocal\</OutputPath>
98    <DefineConstants>DEBUG;TRACE</DefineConstants>
99    <DebugType>full</DebugType>
100    <PlatformTarget>x86</PlatformTarget>
101    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
102    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
103    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
104    <ErrorReport>prompt</ErrorReport>
105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
106    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
107    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
108    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
109    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
110  </PropertyGroup>
111  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLocal|x64'">
112    <DebugSymbols>true</DebugSymbols>
113    <OutputPath>bin\x64\DebugLocal\</OutputPath>
114    <DefineConstants>DEBUG;TRACE</DefineConstants>
115    <DebugType>full</DebugType>
116    <PlatformTarget>x64</PlatformTarget>
117    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
118    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
119    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
120    <ErrorReport>prompt</ErrorReport>
121    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
122    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
123    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
124    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
125    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
126    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
127  </PropertyGroup>
128  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|AnyCPU'">
129    <DebugSymbols>true</DebugSymbols>
130    <OutputPath>bin\DebugServices\</OutputPath>
131    <DefineConstants>DEBUG;TRACE</DefineConstants>
132    <DebugType>full</DebugType>
133    <PlatformTarget>AnyCPU</PlatformTarget>
134    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
135    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
136    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
137    <ErrorReport>prompt</ErrorReport>
138    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
139    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
140    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
141  </PropertyGroup>
142  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|x86'">
143    <DebugSymbols>true</DebugSymbols>
144    <OutputPath>bin\x86\DebugServices\</OutputPath>
145    <DefineConstants>DEBUG;TRACE</DefineConstants>
146    <DebugType>full</DebugType>
147    <PlatformTarget>x86</PlatformTarget>
148    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
149    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
150    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
151    <ErrorReport>prompt</ErrorReport>
152    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
153    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
154    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
155  </PropertyGroup>
156  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugServices|x64'">
157    <DebugSymbols>true</DebugSymbols>
158    <OutputPath>bin\x64\DebugServices\</OutputPath>
159    <DefineConstants>DEBUG;TRACE</DefineConstants>
160    <DebugType>full</DebugType>
161    <PlatformTarget>x64</PlatformTarget>
162    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
163    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
164    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
165    <ErrorReport>prompt</ErrorReport>
166    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
167    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
168    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
169  </PropertyGroup>
170  <ItemGroup>
171    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
172      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
173      <Private>True</Private>
174    </Reference>
175    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
176      <HintPath>..\..\bin\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
177      <Private>True</Private>
178    </Reference>
179    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
180      <HintPath>..\..\bin\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
181      <Private>True</Private>
182    </Reference>
183    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
184      <HintPath>..\..\bin\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
185      <Private>True</Private>
186    </Reference>
187    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
188      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
189      <Private>True</Private>
190    </Reference>
191    <Reference Include="System" />
192    <Reference Include="System.Configuration.Install" />
193    <Reference Include="System.Core" />
194    <Reference Include="System.Management" />
195    <Reference Include="System.Xml.Linq" />
196    <Reference Include="System.Data.DataSetExtensions" />
197    <Reference Include="Microsoft.CSharp" />
198    <Reference Include="System.Data" />
199    <Reference Include="System.Deployment" />
200    <Reference Include="System.Drawing" />
201    <Reference Include="System.Windows.Forms" />
202    <Reference Include="System.Xml" />
203  </ItemGroup>
204  <ItemGroup>
205    <Compile Include="MainWindow.cs">
206      <SubType>Form</SubType>
207    </Compile>
208    <Compile Include="MainWindow.designer.cs">
209      <DependentUpon>MainWindow.cs</DependentUpon>
210    </Compile>
211    <Compile Include="Program.cs" />
212    <Compile Include="Properties\AssemblyInfo.cs" />
213    <None Include="Properties\AssemblyInfo.cs.frame" />
214    <Compile Include="TrayIconInstaller.cs">
215      <SubType>Component</SubType>
216    </Compile>
217    <Compile Include="TrayIconInstaller.Designer.cs">
218      <DependentUpon>TrayIconInstaller.cs</DependentUpon>
219    </Compile>
220    <EmbeddedResource Include="MainWindow.resx">
221      <DependentUpon>MainWindow.cs</DependentUpon>
222    </EmbeddedResource>
223    <EmbeddedResource Include="Properties\Resources.resx">
224      <Generator>ResXFileCodeGenerator</Generator>
225      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
226      <SubType>Designer</SubType>
227    </EmbeddedResource>
228    <Compile Include="Properties\Resources.Designer.cs">
229      <AutoGen>True</AutoGen>
230      <DependentUpon>Resources.resx</DependentUpon>
231      <DesignTime>True</DesignTime>
232    </Compile>
233    <None Include="app.config" />
234  </ItemGroup>
235  <ItemGroup>
236    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
237      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
238      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
239      <Private>True</Private>
240    </ProjectReference>
241    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
242      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
243      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
244    </ProjectReference>
245  </ItemGroup>
246  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
247  <PropertyGroup>
248    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
249set ProjectDir=$(ProjectDir)
250set SolutionDir=$(SolutionDir)
251set Outdir=$(Outdir)
252
253call PreBuildEvent.cmd</PreBuildEvent>
254  </PropertyGroup>
255  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
256       Other similar extension points exist, see Microsoft.Common.targets.
257  <Target Name="BeforeBuild">
258  </Target>
259  <Target Name="AfterBuild">
260  </Target>
261  -->
262</Project>
Note: See TracBrowser for help on using the repository browser.