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>..\..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
23 | <ErrorReport>prompt</ErrorReport>
|
---|
24 | <WarningLevel>4</WarningLevel>
|
---|
25 | </PropertyGroup>
|
---|
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
27 | <DebugType>pdbonly</DebugType>
|
---|
28 | <Optimize>true</Optimize>
|
---|
29 | <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
30 | <DefineConstants>TRACE</DefineConstants>
|
---|
31 | <ErrorReport>prompt</ErrorReport>
|
---|
32 | <WarningLevel>4</WarningLevel>
|
---|
33 | </PropertyGroup>
|
---|
34 | <PropertyGroup>
|
---|
35 | <SignAssembly>true</SignAssembly>
|
---|
36 | </PropertyGroup>
|
---|
37 | <PropertyGroup>
|
---|
38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
39 | </PropertyGroup>
|
---|
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
41 | <DebugSymbols>true</DebugSymbols>
|
---|
42 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
44 | <DebugType>full</DebugType>
|
---|
45 | <PlatformTarget>x86</PlatformTarget>
|
---|
46 | <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave.Views-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
47 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
48 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
49 | <ErrorReport>prompt</ErrorReport>
|
---|
50 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
51 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
52 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
53 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
54 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
55 | </PropertyGroup>
|
---|
56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
57 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
58 | <DefineConstants>TRACE</DefineConstants>
|
---|
59 | <Optimize>true</Optimize>
|
---|
60 | <DebugType>pdbonly</DebugType>
|
---|
61 | <PlatformTarget>x86</PlatformTarget>
|
---|
62 | <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive.Slave.Views-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
63 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
64 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
65 | <ErrorReport>prompt</ErrorReport>
|
---|
66 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
67 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
68 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
69 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
70 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
71 | </PropertyGroup>
|
---|
72 | <ItemGroup>
|
---|
73 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
74 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
75 | <Private>False</Private>
|
---|
76 | </Reference>
|
---|
77 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
78 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
79 | <Private>False</Private>
|
---|
80 | </Reference>
|
---|
81 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
82 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
83 | <Private>False</Private>
|
---|
84 | </Reference>
|
---|
85 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
86 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
87 | <Private>False</Private>
|
---|
88 | </Reference>
|
---|
89 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
90 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
91 | <Private>False</Private>
|
---|
92 | </Reference>
|
---|
93 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
94 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
95 | <Private>False</Private>
|
---|
96 | </Reference>
|
---|
97 | <Reference Include="HeuristicLab.Data.Views-3.3">
|
---|
98 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
99 | <Private>False</Private>
|
---|
100 | </Reference>
|
---|
101 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
102 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
103 | <Private>False</Private>
|
---|
104 | </Reference>
|
---|
105 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
106 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
107 | <Private>False</Private>
|
---|
108 | </Reference>
|
---|
109 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
110 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
111 | <Private>False</Private>
|
---|
112 | </Reference>
|
---|
113 | <Reference Include="HeuristicLab.Optimizer-3.3">
|
---|
114 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
|
---|
115 | <Private>False</Private>
|
---|
116 | </Reference>
|
---|
117 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
118 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
119 | <Private>False</Private>
|
---|
120 | </Reference>
|
---|
121 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
122 | <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
123 | <Private>False</Private>
|
---|
124 | </Reference>
|
---|
125 | <Reference Include="System" />
|
---|
126 | <Reference Include="System.Core" />
|
---|
127 | <Reference Include="System.Drawing" />
|
---|
128 | <Reference Include="System.ServiceModel" />
|
---|
129 | <Reference Include="System.ServiceProcess" />
|
---|
130 | <Reference Include="System.Windows.Forms" />
|
---|
131 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
132 | <Reference Include="System.Xml.Linq" />
|
---|
133 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
134 | <Reference Include="System.Data" />
|
---|
135 | <Reference Include="System.Xml" />
|
---|
136 | </ItemGroup>
|
---|
137 | <ItemGroup>
|
---|
138 | <Compile Include="AboutDialog.cs">
|
---|
139 | <SubType>Form</SubType>
|
---|
140 | </Compile>
|
---|
141 | <Compile Include="AboutDialog.Designer.cs">
|
---|
142 | <DependentUpon>AboutDialog.cs</DependentUpon>
|
---|
143 | </Compile>
|
---|
144 | <Compile Include="AboutView.cs">
|
---|
145 | <SubType>UserControl</SubType>
|
---|
146 | </Compile>
|
---|
147 | <Compile Include="AboutView.Designer.cs">
|
---|
148 | <DependentUpon>AboutView.cs</DependentUpon>
|
---|
149 | </Compile>
|
---|
150 | <Compile Include="SlaveMainViewTray.cs">
|
---|
151 | <SubType>UserControl</SubType>
|
---|
152 | </Compile>
|
---|
153 | <Compile Include="SlaveMainViewTray.Designer.cs">
|
---|
154 | <DependentUpon>SlaveMainViewTray.cs</DependentUpon>
|
---|
155 | </Compile>
|
---|
156 | <Compile Include="SlaveMainView.cs">
|
---|
157 | <SubType>UserControl</SubType>
|
---|
158 | </Compile>
|
---|
159 | <Compile Include="SlaveMainView.Designer.cs">
|
---|
160 | <DependentUpon>SlaveMainView.cs</DependentUpon>
|
---|
161 | </Compile>
|
---|
162 | <Compile Include="SlaveMainViewBase.cs">
|
---|
163 | <SubType>UserControl</SubType>
|
---|
164 | </Compile>
|
---|
165 | <Compile Include="SlaveMainViewBase.Designer.cs">
|
---|
166 | <DependentUpon>SlaveMainViewBase.cs</DependentUpon>
|
---|
167 | </Compile>
|
---|
168 | <Compile Include="SlaveCmdsWithKill.cs">
|
---|
169 | <SubType>UserControl</SubType>
|
---|
170 | </Compile>
|
---|
171 | <Compile Include="SlaveCmdsWithKill.Designer.cs">
|
---|
172 | <DependentUpon>SlaveCmdsWithKill.cs</DependentUpon>
|
---|
173 | </Compile>
|
---|
174 | <Compile Include="SlaveCmdsBase.cs">
|
---|
175 | <SubType>UserControl</SubType>
|
---|
176 | </Compile>
|
---|
177 | <Compile Include="SlaveCmdsBase.Designer.cs">
|
---|
178 | <DependentUpon>SlaveCmdsBase.cs</DependentUpon>
|
---|
179 | </Compile>
|
---|
180 | <Compile Include="SlaveView.cs">
|
---|
181 | <SubType>UserControl</SubType>
|
---|
182 | </Compile>
|
---|
183 | <Compile Include="SlaveView.Designer.cs">
|
---|
184 | <DependentUpon>SlaveView.cs</DependentUpon>
|
---|
185 | </Compile>
|
---|
186 | <Compile Include="SlaveStats.cs">
|
---|
187 | <SubType>UserControl</SubType>
|
---|
188 | </Compile>
|
---|
189 | <Compile Include="SlaveStats.Designer.cs">
|
---|
190 | <DependentUpon>SlaveStats.cs</DependentUpon>
|
---|
191 | </Compile>
|
---|
192 | <Compile Include="TaskView.cs">
|
---|
193 | <SubType>UserControl</SubType>
|
---|
194 | </Compile>
|
---|
195 | <Compile Include="TaskView.Designer.cs">
|
---|
196 | <DependentUpon>TaskView.cs</DependentUpon>
|
---|
197 | </Compile>
|
---|
198 | <Compile Include="LogView.cs">
|
---|
199 | <SubType>UserControl</SubType>
|
---|
200 | </Compile>
|
---|
201 | <Compile Include="LogView.Designer.cs">
|
---|
202 | <DependentUpon>LogView.cs</DependentUpon>
|
---|
203 | </Compile>
|
---|
204 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
205 | <AutoGen>True</AutoGen>
|
---|
206 | <DesignTime>True</DesignTime>
|
---|
207 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
208 | </Compile>
|
---|
209 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
210 | <AutoGen>True</AutoGen>
|
---|
211 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
212 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
213 | </Compile>
|
---|
214 | <Compile Include="SlaveItem.cs" />
|
---|
215 | <None Include="app.config" />
|
---|
216 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
217 | <None Include="Plugin.cs.frame" />
|
---|
218 | <Compile Include="Plugin.cs" />
|
---|
219 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
220 | <None Include="Properties\Settings.settings">
|
---|
221 | <Generator>PublicSettingsSingleFileGenerator</Generator>
|
---|
222 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
223 | </None>
|
---|
224 | </ItemGroup>
|
---|
225 | <ItemGroup>
|
---|
226 | <None Include="HeuristicLab.snk" />
|
---|
227 | </ItemGroup>
|
---|
228 | <ItemGroup>
|
---|
229 | <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
|
---|
230 | <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
|
---|
231 | <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
|
---|
232 | <Private>False</Private>
|
---|
233 | </ProjectReference>
|
---|
234 | </ItemGroup>
|
---|
235 | <ItemGroup>
|
---|
236 | <EmbeddedResource Include="AboutDialog.resx">
|
---|
237 | <DependentUpon>AboutDialog.cs</DependentUpon>
|
---|
238 | </EmbeddedResource>
|
---|
239 | <EmbeddedResource Include="AboutView.resx">
|
---|
240 | <DependentUpon>AboutView.cs</DependentUpon>
|
---|
241 | </EmbeddedResource>
|
---|
242 | <EmbeddedResource Include="SlaveMainViewTray.resx">
|
---|
243 | <DependentUpon>SlaveMainViewTray.cs</DependentUpon>
|
---|
244 | </EmbeddedResource>
|
---|
245 | <EmbeddedResource Include="SlaveMainView.resx">
|
---|
246 | <DependentUpon>SlaveMainView.cs</DependentUpon>
|
---|
247 | </EmbeddedResource>
|
---|
248 | <EmbeddedResource Include="SlaveMainViewBase.resx">
|
---|
249 | <DependentUpon>SlaveMainViewBase.cs</DependentUpon>
|
---|
250 | </EmbeddedResource>
|
---|
251 | <EmbeddedResource Include="SlaveCmdsWithKill.resx">
|
---|
252 | <DependentUpon>SlaveCmdsWithKill.cs</DependentUpon>
|
---|
253 | </EmbeddedResource>
|
---|
254 | <EmbeddedResource Include="SlaveCmdsBase.resx">
|
---|
255 | <DependentUpon>SlaveCmdsBase.cs</DependentUpon>
|
---|
256 | </EmbeddedResource>
|
---|
257 | <EmbeddedResource Include="SlaveView.resx">
|
---|
258 | <DependentUpon>SlaveView.cs</DependentUpon>
|
---|
259 | </EmbeddedResource>
|
---|
260 | <EmbeddedResource Include="SlaveStats.resx">
|
---|
261 | <DependentUpon>SlaveStats.cs</DependentUpon>
|
---|
262 | <SubType>Designer</SubType>
|
---|
263 | </EmbeddedResource>
|
---|
264 | <EmbeddedResource Include="TaskView.resx">
|
---|
265 | <DependentUpon>TaskView.cs</DependentUpon>
|
---|
266 | </EmbeddedResource>
|
---|
267 | <EmbeddedResource Include="LogView.resx">
|
---|
268 | <DependentUpon>LogView.cs</DependentUpon>
|
---|
269 | </EmbeddedResource>
|
---|
270 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
271 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
272 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
273 | </EmbeddedResource>
|
---|
274 | </ItemGroup>
|
---|
275 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
276 | <PropertyGroup>
|
---|
277 | <PostBuildEvent>
|
---|
278 | </PostBuildEvent>
|
---|
279 | </PropertyGroup>
|
---|
280 | <PropertyGroup>
|
---|
281 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
282 | set ProjectDir=$(ProjectDir)
|
---|
283 | set SolutionDir=$(SolutionDir)
|
---|
284 | set Outdir=$(Outdir)
|
---|
285 |
|
---|
286 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
287 | </PropertyGroup>
|
---|
288 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
289 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
290 | <Target Name="BeforeBuild">
|
---|
291 | </Target>
|
---|
292 | <Target Name="AfterBuild">
|
---|
293 | </Target>
|
---|
294 | -->
|
---|
295 | </Project> |
---|