Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj @ 6872

Last change on this file since 6872 was 6872, checked in by ascheibe, 13 years ago

#1233

  • updated project settings to work with the trunk restructuring changes
  • added HowToCompile.txt with instructions on how to compile hive
File size: 6.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)' == '' ">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>..\..\..\..\core\sources\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <StartupObject />
37  </PropertyGroup>
38  <PropertyGroup>
39    <SignAssembly>true</SignAssembly>
40  </PropertyGroup>
41  <PropertyGroup>
42    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
45    <PlatformTarget>x86</PlatformTarget>
46    <OutputPath>bin\x86\Debug\</OutputPath>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
49    <PlatformTarget>x86</PlatformTarget>
50    <OutputPath>bin\x86\Release\</OutputPath>
51  </PropertyGroup>
52  <ItemGroup>
53    <Reference Include="HeuristicLab.Common-3.3">
54      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
55      <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Core-3.3">
58      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Core.Views-3.3">
62      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.MainForm-3.3">
66      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
70      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
74      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="System" />
78    <Reference Include="System.Core" />
79    <Reference Include="System.Xml.Linq" />
80    <Reference Include="System.Data.DataSetExtensions" />
81    <Reference Include="Microsoft.CSharp" />
82    <Reference Include="System.Data" />
83    <Reference Include="System.Deployment" />
84    <Reference Include="System.Drawing" />
85    <Reference Include="System.Windows.Forms" />
86    <Reference Include="System.Xml" />
87  </ItemGroup>
88  <ItemGroup>
89    <Compile Include="Plugin.cs" />
90    <Compile Include="HiveSlaveApplication.cs" />
91    <Compile Include="MainWindow.cs">
92      <SubType>Form</SubType>
93    </Compile>
94    <Compile Include="MainWindow.Designer.cs">
95      <DependentUpon>MainWindow.cs</DependentUpon>
96    </Compile>
97    <Compile Include="Properties\AssemblyInfo.cs" />
98    <EmbeddedResource Include="MainWindow.resx">
99      <DependentUpon>MainWindow.cs</DependentUpon>
100    </EmbeddedResource>
101    <EmbeddedResource Include="Properties\Resources.resx">
102      <Generator>ResXFileCodeGenerator</Generator>
103      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
104      <SubType>Designer</SubType>
105    </EmbeddedResource>
106    <None Include="HeuristicLab.snk" />
107    <None Include="Plugin.cs.frame" />
108    <None Include="Properties\AssemblyInfo.cs.frame" />
109    <Compile Include="Properties\Resources.Designer.cs">
110      <AutoGen>True</AutoGen>
111      <DependentUpon>Resources.resx</DependentUpon>
112      <DesignTime>True</DesignTime>
113    </Compile>
114    <None Include="Properties\Settings.settings">
115      <Generator>SettingsSingleFileGenerator</Generator>
116      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
117    </None>
118    <Compile Include="Properties\Settings.Designer.cs">
119      <AutoGen>True</AutoGen>
120      <DependentUpon>Settings.settings</DependentUpon>
121      <DesignTimeSharedInput>True</DesignTimeSharedInput>
122    </Compile>
123  </ItemGroup>
124  <ItemGroup>
125    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
126      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
127      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
128      <Private>False</Private>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
131      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
132      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
133      <Private>False</Private>
134    </ProjectReference>
135  </ItemGroup>
136  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137  <PropertyGroup>
138    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
139set ProjectDir=$(ProjectDir)
140set SolutionDir=$(SolutionDir)
141set Outdir=$(Outdir)
142
143call PreBuildEvent.cmd</PreBuildEvent>
144  </PropertyGroup>
145  <PropertyGroup>
146    <PostBuildEvent>
147    </PostBuildEvent>
148  </PropertyGroup>
149  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
150       Other similar extension points exist, see Microsoft.Common.targets.
151  <Target Name="BeforeBuild">
152  </Target>
153  <Target Name="AfterBuild">
154  </Target>
155  -->
156</Project>
Note: See TracBrowser for help on using the repository browser.