1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Hive.Server.ServerConsole</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Hive.Server.Console-3.2</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <SignAssembly>true</SignAssembly>
|
---|
16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
17 | <StartupObject>
|
---|
18 | </StartupObject>
|
---|
19 | </PropertyGroup>
|
---|
20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
21 | <DebugSymbols>true</DebugSymbols>
|
---|
22 | <DebugType>full</DebugType>
|
---|
23 | <Optimize>false</Optimize>
|
---|
24 | <OutputPath>bin\Debug\</OutputPath>
|
---|
25 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
26 | <ErrorReport>prompt</ErrorReport>
|
---|
27 | <WarningLevel>4</WarningLevel>
|
---|
28 | </PropertyGroup>
|
---|
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
38 | <DebugSymbols>true</DebugSymbols>
|
---|
39 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
41 | <DebugType>full</DebugType>
|
---|
42 | <PlatformTarget>x86</PlatformTarget>
|
---|
43 | <ErrorReport>prompt</ErrorReport>
|
---|
44 | </PropertyGroup>
|
---|
45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
46 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
47 | <DefineConstants>TRACE</DefineConstants>
|
---|
48 | <Optimize>true</Optimize>
|
---|
49 | <DebugType>pdbonly</DebugType>
|
---|
50 | <PlatformTarget>x86</PlatformTarget>
|
---|
51 | <ErrorReport>prompt</ErrorReport>
|
---|
52 | </PropertyGroup>
|
---|
53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
54 | <DebugSymbols>true</DebugSymbols>
|
---|
55 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
56 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
57 | <DebugType>full</DebugType>
|
---|
58 | <PlatformTarget>x64</PlatformTarget>
|
---|
59 | <ErrorReport>prompt</ErrorReport>
|
---|
60 | </PropertyGroup>
|
---|
61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
62 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
63 | <DefineConstants>TRACE</DefineConstants>
|
---|
64 | <Optimize>true</Optimize>
|
---|
65 | <DebugType>pdbonly</DebugType>
|
---|
66 | <PlatformTarget>x64</PlatformTarget>
|
---|
67 | <ErrorReport>prompt</ErrorReport>
|
---|
68 | </PropertyGroup>
|
---|
69 | <ItemGroup>
|
---|
70 | <Reference Include="System" />
|
---|
71 | <Reference Include="System.Core">
|
---|
72 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
73 | </Reference>
|
---|
74 | <Reference Include="System.DirectoryServices" />
|
---|
75 | <Reference Include="System.ServiceModel">
|
---|
76 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
77 | </Reference>
|
---|
78 | <Reference Include="System.Xml.Linq">
|
---|
79 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
80 | </Reference>
|
---|
81 | <Reference Include="System.Data.DataSetExtensions">
|
---|
82 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
83 | </Reference>
|
---|
84 | <Reference Include="System.Data" />
|
---|
85 | <Reference Include="System.Deployment" />
|
---|
86 | <Reference Include="System.Drawing" />
|
---|
87 | <Reference Include="System.Windows.Forms" />
|
---|
88 | <Reference Include="System.Xml" />
|
---|
89 | </ItemGroup>
|
---|
90 | <ItemGroup>
|
---|
91 | <Compile Include="AddGroup.cs">
|
---|
92 | <SubType>Form</SubType>
|
---|
93 | </Compile>
|
---|
94 | <Compile Include="AddGroup.Designer.cs">
|
---|
95 | <DependentUpon>AddGroup.cs</DependentUpon>
|
---|
96 | </Compile>
|
---|
97 | <Compile Include="AddJobForm.cs">
|
---|
98 | <SubType>Form</SubType>
|
---|
99 | </Compile>
|
---|
100 | <Compile Include="AddJobForm.Designer.cs">
|
---|
101 | <DependentUpon>AddJobForm.cs</DependentUpon>
|
---|
102 | </Compile>
|
---|
103 | <Compile Include="AddProject.cs">
|
---|
104 | <SubType>Form</SubType>
|
---|
105 | </Compile>
|
---|
106 | <Compile Include="AddProject.designer.cs">
|
---|
107 | <DependentUpon>AddProject.cs</DependentUpon>
|
---|
108 | </Compile>
|
---|
109 | <Compile Include="Changes.cs" />
|
---|
110 | <Compile Include="HiveServerConsole.cs">
|
---|
111 | <SubType>Form</SubType>
|
---|
112 | </Compile>
|
---|
113 | <Compile Include="HiveServerConsole.Designer.cs">
|
---|
114 | <DependentUpon>HiveServerConsole.cs</DependentUpon>
|
---|
115 | </Compile>
|
---|
116 | <Compile Include="HiveServerConsoleApplication.cs" />
|
---|
117 | <Compile Include="HiveServerManagementConsole.cs">
|
---|
118 | <SubType>Form</SubType>
|
---|
119 | </Compile>
|
---|
120 | <Compile Include="HiveServerManagementConsole.Designer.cs">
|
---|
121 | <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
|
---|
122 | </Compile>
|
---|
123 | <Compile Include="HiveServerConsolePlugin.cs" />
|
---|
124 | <Compile Include="LogonDlg.cs">
|
---|
125 | <SubType>Form</SubType>
|
---|
126 | </Compile>
|
---|
127 | <Compile Include="LogonDlg.Designer.cs">
|
---|
128 | <DependentUpon>LogonDlg.cs</DependentUpon>
|
---|
129 | </Compile>
|
---|
130 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
131 | <EmbeddedResource Include="AddGroup.resx">
|
---|
132 | <DependentUpon>AddGroup.cs</DependentUpon>
|
---|
133 | </EmbeddedResource>
|
---|
134 | <EmbeddedResource Include="AddJobForm.resx">
|
---|
135 | <DependentUpon>AddJobForm.cs</DependentUpon>
|
---|
136 | <SubType>Designer</SubType>
|
---|
137 | </EmbeddedResource>
|
---|
138 | <EmbeddedResource Include="AddProject.resx">
|
---|
139 | <DependentUpon>AddProject.cs</DependentUpon>
|
---|
140 | </EmbeddedResource>
|
---|
141 | <EmbeddedResource Include="HiveServerConsole.resx">
|
---|
142 | <DependentUpon>HiveServerConsole.cs</DependentUpon>
|
---|
143 | <SubType>Designer</SubType>
|
---|
144 | </EmbeddedResource>
|
---|
145 | <EmbeddedResource Include="HiveServerManagementConsole.resx">
|
---|
146 | <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
|
---|
147 | <SubType>Designer</SubType>
|
---|
148 | </EmbeddedResource>
|
---|
149 | <EmbeddedResource Include="LogonDlg.resx">
|
---|
150 | <DependentUpon>LogonDlg.cs</DependentUpon>
|
---|
151 | </EmbeddedResource>
|
---|
152 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
153 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
154 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
155 | <SubType>Designer</SubType>
|
---|
156 | </EmbeddedResource>
|
---|
157 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
158 | <AutoGen>True</AutoGen>
|
---|
159 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
160 | <DesignTime>True</DesignTime>
|
---|
161 | </Compile>
|
---|
162 | <None Include="HeuristicLab.snk" />
|
---|
163 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
164 | <None Include="Properties\Settings.settings">
|
---|
165 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
166 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
167 | </None>
|
---|
168 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
169 | <AutoGen>True</AutoGen>
|
---|
170 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
171 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
172 | </Compile>
|
---|
173 | <Compile Include="ServiceLocator.cs" />
|
---|
174 | </ItemGroup>
|
---|
175 | <ItemGroup>
|
---|
176 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
177 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
178 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
179 | </ProjectReference>
|
---|
180 | <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
|
---|
181 | <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
|
---|
182 | <Name>HeuristicLab.DataAccess-3.2</Name>
|
---|
183 | </ProjectReference>
|
---|
184 | <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">
|
---|
185 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
186 | <Name>HeuristicLab.Hive.Contracts-3.2</Name>
|
---|
187 | </ProjectReference>
|
---|
188 | <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.2\HeuristicLab.Hive.JobBase-3.2.csproj">
|
---|
189 | <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
|
---|
190 | <Name>HeuristicLab.Hive.JobBase-3.2</Name>
|
---|
191 | </ProjectReference>
|
---|
192 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
193 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
194 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
195 | </ProjectReference>
|
---|
196 | </ItemGroup>
|
---|
197 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
198 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
199 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
200 | <Target Name="BeforeBuild">
|
---|
201 | </Target>
|
---|
202 | <Target Name="AfterBuild">
|
---|
203 | </Target>
|
---|
204 | -->
|
---|
205 | <PropertyGroup>
|
---|
206 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
207 | set ProjectDir=$(ProjectDir)
|
---|
208 | set SolutionDir=$(SolutionDir)
|
---|
209 | set Outdir=$(Outdir)
|
---|
210 |
|
---|
211 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
212 | </PropertyGroup>
|
---|
213 | </Project> |
---|