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 @ 6731

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

#1233 updated plugin dependencies and cleaned project references

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>bin\Debug\</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>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Core-3.3">
57      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.Core.Views-3.3">
60      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.MainForm-3.3">
63      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
66      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
69      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="System" />
72    <Reference Include="System.Core" />
73    <Reference Include="System.Xml.Linq" />
74    <Reference Include="System.Data.DataSetExtensions" />
75    <Reference Include="Microsoft.CSharp" />
76    <Reference Include="System.Data" />
77    <Reference Include="System.Deployment" />
78    <Reference Include="System.Drawing" />
79    <Reference Include="System.Windows.Forms" />
80    <Reference Include="System.Xml" />
81  </ItemGroup>
82  <ItemGroup>
83    <Compile Include="HeuristicLabClientsHiveSlaveAppPlugin.cs" />
84    <Compile Include="HiveSlaveApplication.cs" />
85    <Compile Include="MainWindow.cs">
86      <SubType>Form</SubType>
87    </Compile>
88    <Compile Include="MainWindow.Designer.cs">
89      <DependentUpon>MainWindow.cs</DependentUpon>
90    </Compile>
91    <Compile Include="Properties\AssemblyInfo.cs" />
92    <EmbeddedResource Include="MainWindow.resx">
93      <DependentUpon>MainWindow.cs</DependentUpon>
94    </EmbeddedResource>
95    <EmbeddedResource Include="Properties\Resources.resx">
96      <Generator>ResXFileCodeGenerator</Generator>
97      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
98      <SubType>Designer</SubType>
99    </EmbeddedResource>
100    <None Include="HeuristicLab.snk" />
101    <None Include="HeuristicLabClientsHiveSlaveAppPlugin.cs.frame" />
102    <None Include="Properties\AssemblyInfo.cs.frame" />
103    <Compile Include="Properties\Resources.Designer.cs">
104      <AutoGen>True</AutoGen>
105      <DependentUpon>Resources.resx</DependentUpon>
106      <DesignTime>True</DesignTime>
107    </Compile>
108    <None Include="Properties\Settings.settings">
109      <Generator>SettingsSingleFileGenerator</Generator>
110      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111    </None>
112    <Compile Include="Properties\Settings.Designer.cs">
113      <AutoGen>True</AutoGen>
114      <DependentUpon>Settings.settings</DependentUpon>
115      <DesignTimeSharedInput>True</DesignTimeSharedInput>
116    </Compile>
117  </ItemGroup>
118  <ItemGroup>
119    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
120      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
121      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
124      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
125      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
126    </ProjectReference>
127  </ItemGroup>
128  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129  <PropertyGroup>
130    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
131set ProjectDir=$(ProjectDir)
132set SolutionDir=$(SolutionDir)
133set Outdir=$(Outdir)
134
135call PreBuildEvent.cmd</PreBuildEvent>
136  </PropertyGroup>
137  <PropertyGroup>
138    <PostBuildEvent>set ProjectName=$(ProjectName)
139set TargetPath=$(TargetPath)
140call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
141  </PropertyGroup>
142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143       Other similar extension points exist, see Microsoft.Common.targets.
144  <Target Name="BeforeBuild">
145  </Target>
146  <Target Name="AfterBuild">
147  </Target>
148  -->
149</Project>
Note: See TracBrowser for help on using the repository browser.