Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Clients.Hive.Slave.Views/3.3/HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj @ 17097

Last change on this file since 17097 was 17097, checked in by mkommend, 5 years ago

#2520: Merged 16565 - 16579 into stable.

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