Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj @ 6983

Last change on this file since 6983 was 6983, checked in by ascheibe, 12 years ago

#1672

  • added the Hive Services and Slave projects
  • added missing svn ignores
File size: 8.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>{E3B93D5C-3B6B-4657-9B3E-F4297BAC0AA5}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Slave.App</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.App-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>$(SolutionDir)\bin\</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>$(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  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</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>$(SolutionDir)\bin\</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>
80    <StartupObject />
81  </PropertyGroup>
82  <PropertyGroup>
83    <SignAssembly>true</SignAssembly>
84  </PropertyGroup>
85  <PropertyGroup>
86    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
87  </PropertyGroup>
88  <ItemGroup>
89    <Reference Include="HeuristicLab.Common-3.3">
90      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Core-3.3">
94      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Core.Views-3.3">
98      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.MainForm-3.3">
102      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
106      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
110      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="System" />
114    <Reference Include="System.Core" />
115    <Reference Include="System.Xml.Linq" />
116    <Reference Include="System.Data.DataSetExtensions" />
117    <Reference Include="Microsoft.CSharp" />
118    <Reference Include="System.Data" />
119    <Reference Include="System.Deployment" />
120    <Reference Include="System.Drawing" />
121    <Reference Include="System.Windows.Forms" />
122    <Reference Include="System.Xml" />
123  </ItemGroup>
124  <ItemGroup>
125    <Compile Include="Plugin.cs" />
126    <Compile Include="HiveSlaveApplication.cs" />
127    <Compile Include="MainWindow.cs">
128      <SubType>Form</SubType>
129    </Compile>
130    <Compile Include="MainWindow.Designer.cs">
131      <DependentUpon>MainWindow.cs</DependentUpon>
132    </Compile>
133    <Compile Include="Properties\AssemblyInfo.cs" />
134    <EmbeddedResource Include="MainWindow.resx">
135      <DependentUpon>MainWindow.cs</DependentUpon>
136    </EmbeddedResource>
137    <EmbeddedResource Include="Properties\Resources.resx">
138      <Generator>ResXFileCodeGenerator</Generator>
139      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
140      <SubType>Designer</SubType>
141    </EmbeddedResource>
142    <None Include="HeuristicLab.snk" />
143    <None Include="Plugin.cs.frame" />
144    <None Include="Properties\AssemblyInfo.cs.frame" />
145    <Compile Include="Properties\Resources.Designer.cs">
146      <AutoGen>True</AutoGen>
147      <DependentUpon>Resources.resx</DependentUpon>
148      <DesignTime>True</DesignTime>
149    </Compile>
150    <None Include="Properties\Settings.settings">
151      <Generator>SettingsSingleFileGenerator</Generator>
152      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
153    </None>
154    <Compile Include="Properties\Settings.Designer.cs">
155      <AutoGen>True</AutoGen>
156      <DependentUpon>Settings.settings</DependentUpon>
157      <DesignTimeSharedInput>True</DesignTimeSharedInput>
158    </Compile>
159  </ItemGroup>
160  <ItemGroup>
161    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
162      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
163      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
164      <Private>False</Private>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
167      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
168      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
169      <Private>False</Private>
170    </ProjectReference>
171  </ItemGroup>
172  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
173  <PropertyGroup>
174    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
175set ProjectDir=$(ProjectDir)
176set SolutionDir=$(SolutionDir)
177set Outdir=$(Outdir)
178
179call PreBuildEvent.cmd</PreBuildEvent>
180  </PropertyGroup>
181  <PropertyGroup>
182    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
183set ProjectDir=$(ProjectDir)
184set SolutionDir=$(SolutionDir)
185set Outdir=$(Outdir)
186set Platform=$(PlatformName)
187set Configuration=$(ConfigurationName)
188
189call $(SolutionDir)\HeuristicLab\3.3\MergeConfigs.cmd</PostBuildEvent>
190  </PropertyGroup>
191  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
192       Other similar extension points exist, see Microsoft.Common.targets.
193  <Target Name="BeforeBuild">
194  </Target>
195  <Target Name="AfterBuild">
196  </Target>
197  -->
198</Project>
Note: See TracBrowser for help on using the repository browser.