Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj @ 14124

Last change on this file since 14124 was 14124, checked in by bburlacu, 8 years ago

#1087: Fix PreBuildEvent for Linux in project file

File size: 13.0 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.5</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.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Common-3.3">
96      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
100      <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Core-3.3">
104      <HintPath>..\..\bin\bin\HeuristicLab.Core-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.Core.Views-3.3">
108      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Data-3.3">
112      <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Data.Views-3.3">
116      <HintPath>..\..\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.MainForm-3.3">
120      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
124      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Optimization-3.3">
128      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Optimizer-3.3">
132      <HintPath>..\..\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.Persistence-3.3">
136      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
140      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="System" />
144    <Reference Include="System.Core" />
145    <Reference Include="System.Drawing" />
146    <Reference Include="System.ServiceModel" />
147    <Reference Include="System.ServiceProcess" />
148    <Reference Include="System.Windows.Forms" />
149    <Reference Include="System.Windows.Forms.DataVisualization" >
150 <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath>
151 </Reference>
152    <Reference Include="System.Xml.Linq" />
153    <Reference Include="System.Data.DataSetExtensions" />
154    <Reference Include="System.Data" />
155    <Reference Include="System.Xml" />
156  </ItemGroup>
157  <ItemGroup>
158    <Compile Include="AboutDialog.cs">
159      <SubType>Form</SubType>
160    </Compile>
161    <Compile Include="AboutDialog.Designer.cs">
162      <DependentUpon>AboutDialog.cs</DependentUpon>
163    </Compile>
164    <Compile Include="AboutView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="AboutView.Designer.cs">
168      <DependentUpon>AboutView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="SlaveMainViewTray.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="SlaveMainViewTray.Designer.cs">
174      <DependentUpon>SlaveMainViewTray.cs</DependentUpon>
175    </Compile>
176    <Compile Include="SlaveMainView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="SlaveMainView.Designer.cs">
180      <DependentUpon>SlaveMainView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="SlaveMainViewBase.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="SlaveMainViewBase.Designer.cs">
186      <DependentUpon>SlaveMainViewBase.cs</DependentUpon>
187    </Compile>
188    <Compile Include="SlaveCmdsWithKill.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="SlaveCmdsWithKill.Designer.cs">
192      <DependentUpon>SlaveCmdsWithKill.cs</DependentUpon>
193    </Compile>
194    <Compile Include="SlaveCmdsBase.cs">
195      <SubType>UserControl</SubType>
196    </Compile>
197    <Compile Include="SlaveCmdsBase.Designer.cs">
198      <DependentUpon>SlaveCmdsBase.cs</DependentUpon>
199    </Compile>
200    <Compile Include="SlaveView.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="SlaveView.Designer.cs">
204      <DependentUpon>SlaveView.cs</DependentUpon>
205    </Compile>
206    <Compile Include="SlaveStats.cs">
207      <SubType>UserControl</SubType>
208    </Compile>
209    <Compile Include="SlaveStats.Designer.cs">
210      <DependentUpon>SlaveStats.cs</DependentUpon>
211    </Compile>
212    <Compile Include="TaskView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="TaskView.Designer.cs">
216      <DependentUpon>TaskView.cs</DependentUpon>
217    </Compile>
218    <Compile Include="LogView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="LogView.Designer.cs">
222      <DependentUpon>LogView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="Properties\Resources.Designer.cs">
225      <AutoGen>True</AutoGen>
226      <DesignTime>True</DesignTime>
227      <DependentUpon>Resources.resx</DependentUpon>
228    </Compile>
229    <Compile Include="Properties\Settings.Designer.cs">
230      <AutoGen>True</AutoGen>
231      <DesignTimeSharedInput>True</DesignTimeSharedInput>
232      <DependentUpon>Settings.settings</DependentUpon>
233    </Compile>
234    <Compile Include="SlaveItem.cs" />
235    <None Include="app.config" />
236    <None Include="Properties\AssemblyInfo.cs.frame" />
237    <None Include="Plugin.cs.frame" />
238    <Compile Include="Plugin.cs" />
239    <Compile Include="Properties\AssemblyInfo.cs" />
240    <None Include="Properties\Settings.settings">
241      <Generator>PublicSettingsSingleFileGenerator</Generator>
242      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
243    </None>
244  </ItemGroup>
245  <ItemGroup>
246    <None Include="HeuristicLab.snk" />
247  </ItemGroup>
248  <ItemGroup>
249    <EmbeddedResource Include="AboutDialog.resx">
250      <DependentUpon>AboutDialog.cs</DependentUpon>
251    </EmbeddedResource>
252    <EmbeddedResource Include="AboutView.resx">
253      <DependentUpon>AboutView.cs</DependentUpon>
254    </EmbeddedResource>
255    <EmbeddedResource Include="SlaveMainViewTray.resx">
256      <DependentUpon>SlaveMainViewTray.cs</DependentUpon>
257    </EmbeddedResource>
258    <EmbeddedResource Include="SlaveMainView.resx">
259      <DependentUpon>SlaveMainView.cs</DependentUpon>
260    </EmbeddedResource>
261    <EmbeddedResource Include="SlaveMainViewBase.resx">
262      <DependentUpon>SlaveMainViewBase.cs</DependentUpon>
263    </EmbeddedResource>
264    <EmbeddedResource Include="SlaveCmdsWithKill.resx">
265      <DependentUpon>SlaveCmdsWithKill.cs</DependentUpon>
266    </EmbeddedResource>
267    <EmbeddedResource Include="SlaveCmdsBase.resx">
268      <DependentUpon>SlaveCmdsBase.cs</DependentUpon>
269    </EmbeddedResource>
270    <EmbeddedResource Include="SlaveView.resx">
271      <DependentUpon>SlaveView.cs</DependentUpon>
272    </EmbeddedResource>
273    <EmbeddedResource Include="SlaveStats.resx">
274      <DependentUpon>SlaveStats.cs</DependentUpon>
275      <SubType>Designer</SubType>
276    </EmbeddedResource>
277    <EmbeddedResource Include="TaskView.resx">
278      <DependentUpon>TaskView.cs</DependentUpon>
279    </EmbeddedResource>
280    <EmbeddedResource Include="LogView.resx">
281      <DependentUpon>LogView.cs</DependentUpon>
282    </EmbeddedResource>
283    <EmbeddedResource Include="Properties\Resources.resx">
284      <Generator>ResXFileCodeGenerator</Generator>
285      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
286    </EmbeddedResource>
287  </ItemGroup>
288  <ItemGroup>
289    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
290      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
291      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
292      <Private>False</Private>
293    </ProjectReference>
294  </ItemGroup>
295  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
296  <PropertyGroup>
297    <PostBuildEvent>
298    </PostBuildEvent>
299  </PropertyGroup>
300  <PropertyGroup>
301    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
302set ProjectDir=$(ProjectDir)
303set SolutionDir=$(SolutionDir)
304set Outdir=$(Outdir)
305
306call PreBuildEvent.cmd</PreBuildEvent>
307    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
308export ProjectDir=$(ProjectDir)
309export SolutionDir=$(SolutionDir)
310
311$SolutionDir/PreBuildEvent.sh
312</PreBuildEvent>
313  </PropertyGroup>
314  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
315       Other similar extension points exist, see Microsoft.Common.targets.
316  <Target Name="BeforeBuild">
317  </Target>
318  <Target Name="AfterBuild">
319  </Target>
320  -->
321</Project>
Note: See TracBrowser for help on using the repository browser.