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