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

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

#1233

  • really removed 3.4 folders
  • added skeleton for a Slave HL App
  • added missing license headers and AssemblyInfo frames
  • fixed merging of config files
File size: 5.3 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)' == '' ">x86</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|x86' ">
19    <PlatformTarget>x86</PlatformTarget>
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29    <PlatformTarget>x86</PlatformTarget>
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup>
38    <StartupObject />
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
41    <PlatformTarget>AnyCPU</PlatformTarget>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
46    <PlatformTarget>AnyCPU</PlatformTarget>
47    <OutputPath>bin\Release\</OutputPath>
48  </PropertyGroup>
49  <PropertyGroup>
50    <SignAssembly>true</SignAssembly>
51  </PropertyGroup>
52  <PropertyGroup>
53    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
54  </PropertyGroup>
55  <ItemGroup>
56    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
57      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="System" />
60    <Reference Include="System.Core" />
61    <Reference Include="System.Xml.Linq" />
62    <Reference Include="System.Data.DataSetExtensions" />
63    <Reference Include="Microsoft.CSharp" />
64    <Reference Include="System.Data" />
65    <Reference Include="System.Deployment" />
66    <Reference Include="System.Drawing" />
67    <Reference Include="System.Windows.Forms" />
68    <Reference Include="System.Xml" />
69  </ItemGroup>
70  <ItemGroup>
71    <Compile Include="HiveSlaveApplication.cs" />
72    <Compile Include="Properties\AssemblyInfo.cs" />
73    <EmbeddedResource Include="Properties\Resources.resx">
74      <Generator>ResXFileCodeGenerator</Generator>
75      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
76      <SubType>Designer</SubType>
77    </EmbeddedResource>
78    <None Include="HeuristicLab.snk" />
79    <None Include="Properties\AssemblyInfo.cs.frame" />
80    <Compile Include="Properties\Resources.Designer.cs">
81      <AutoGen>True</AutoGen>
82      <DependentUpon>Resources.resx</DependentUpon>
83      <DesignTime>True</DesignTime>
84    </Compile>
85    <None Include="Properties\Settings.settings">
86      <Generator>SettingsSingleFileGenerator</Generator>
87      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
88    </None>
89    <Compile Include="Properties\Settings.Designer.cs">
90      <AutoGen>True</AutoGen>
91      <DependentUpon>Settings.settings</DependentUpon>
92      <DesignTimeSharedInput>True</DesignTimeSharedInput>
93    </Compile>
94  </ItemGroup>
95  <ItemGroup>
96    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
97      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
98      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
101      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
102      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
103    </ProjectReference>
104  </ItemGroup>
105  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106  <PropertyGroup>
107    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
108set ProjectDir=$(ProjectDir)
109set SolutionDir=$(SolutionDir)
110set Outdir=$(Outdir)
111
112call PreBuildEvent.cmd</PreBuildEvent>
113  </PropertyGroup>
114  <PropertyGroup>
115    <PostBuildEvent>set ProjectName=$(ProjectName)
116set TargetPath=$(TargetPath)
117call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
118  </PropertyGroup>
119  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120       Other similar extension points exist, see Microsoft.Common.targets.
121  <Target Name="BeforeBuild">
122  </Target>
123  <Target Name="AfterBuild">
124  </Target>
125  -->
126</Project>
Note: See TracBrowser for help on using the repository browser.