[778] | 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>
|
---|
[1534] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[778] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[1089] | 11 | <RootNamespace>HeuristicLab.Hive.Server.ServerConsole</RootNamespace>
|
---|
[778] | 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>
|
---|
[853] | 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>
|
---|
[1474] | 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>
|
---|
[778] | 69 | <ItemGroup>
|
---|
[3022] | 70 | <Reference Include="Calendar.DayView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 71 | <SpecificVersion>False</SpecificVersion>
|
---|
| 72 | <HintPath>..\..\HeuristicLab.Hive.Contracts\3.2\Calendar.DayView.dll</HintPath>
|
---|
| 73 | </Reference>
|
---|
[778] | 74 | <Reference Include="System" />
|
---|
| 75 | <Reference Include="System.Core">
|
---|
| 76 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 77 | </Reference>
|
---|
[978] | 78 | <Reference Include="System.DirectoryServices" />
|
---|
[799] | 79 | <Reference Include="System.ServiceModel">
|
---|
| 80 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 81 | </Reference>
|
---|
[778] | 82 | <Reference Include="System.Xml.Linq">
|
---|
| 83 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 86 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 87 | </Reference>
|
---|
| 88 | <Reference Include="System.Data" />
|
---|
| 89 | <Reference Include="System.Deployment" />
|
---|
| 90 | <Reference Include="System.Drawing" />
|
---|
| 91 | <Reference Include="System.Windows.Forms" />
|
---|
| 92 | <Reference Include="System.Xml" />
|
---|
| 93 | </ItemGroup>
|
---|
| 94 | <ItemGroup>
|
---|
[1832] | 95 | <Compile Include="AddGroup.cs">
|
---|
| 96 | <SubType>Form</SubType>
|
---|
| 97 | </Compile>
|
---|
| 98 | <Compile Include="AddGroup.Designer.cs">
|
---|
| 99 | <DependentUpon>AddGroup.cs</DependentUpon>
|
---|
| 100 | </Compile>
|
---|
[1018] | 101 | <Compile Include="AddJobForm.cs">
|
---|
| 102 | <SubType>Form</SubType>
|
---|
| 103 | </Compile>
|
---|
| 104 | <Compile Include="AddJobForm.Designer.cs">
|
---|
| 105 | <DependentUpon>AddJobForm.cs</DependentUpon>
|
---|
| 106 | </Compile>
|
---|
[1956] | 107 | <Compile Include="AddProject.cs">
|
---|
| 108 | <SubType>Form</SubType>
|
---|
| 109 | </Compile>
|
---|
| 110 | <Compile Include="AddProject.designer.cs">
|
---|
| 111 | <DependentUpon>AddProject.cs</DependentUpon>
|
---|
| 112 | </Compile>
|
---|
[3022] | 113 | <Compile Include="CgCalendar.cs">
|
---|
| 114 | <SubType>Form</SubType>
|
---|
| 115 | </Compile>
|
---|
| 116 | <Compile Include="CgCalendar.Designer.cs">
|
---|
| 117 | <DependentUpon>CgCalendar.cs</DependentUpon>
|
---|
| 118 | </Compile>
|
---|
[1483] | 119 | <Compile Include="Changes.cs" />
|
---|
[778] | 120 | <Compile Include="HiveServerConsole.cs">
|
---|
| 121 | <SubType>Form</SubType>
|
---|
| 122 | </Compile>
|
---|
| 123 | <Compile Include="HiveServerConsole.Designer.cs">
|
---|
| 124 | <DependentUpon>HiveServerConsole.cs</DependentUpon>
|
---|
| 125 | </Compile>
|
---|
| 126 | <Compile Include="HiveServerConsoleApplication.cs" />
|
---|
[794] | 127 | <Compile Include="HiveServerManagementConsole.cs">
|
---|
[778] | 128 | <SubType>Form</SubType>
|
---|
| 129 | </Compile>
|
---|
[794] | 130 | <Compile Include="HiveServerManagementConsole.Designer.cs">
|
---|
| 131 | <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
|
---|
[778] | 132 | </Compile>
|
---|
| 133 | <Compile Include="HiveServerConsolePlugin.cs" />
|
---|
[2065] | 134 | <Compile Include="LogonDlg.cs">
|
---|
| 135 | <SubType>Form</SubType>
|
---|
| 136 | </Compile>
|
---|
| 137 | <Compile Include="LogonDlg.Designer.cs">
|
---|
| 138 | <DependentUpon>LogonDlg.cs</DependentUpon>
|
---|
| 139 | </Compile>
|
---|
[778] | 140 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[1832] | 141 | <EmbeddedResource Include="AddGroup.resx">
|
---|
| 142 | <DependentUpon>AddGroup.cs</DependentUpon>
|
---|
| 143 | </EmbeddedResource>
|
---|
[1018] | 144 | <EmbeddedResource Include="AddJobForm.resx">
|
---|
| 145 | <DependentUpon>AddJobForm.cs</DependentUpon>
|
---|
[1506] | 146 | <SubType>Designer</SubType>
|
---|
[1018] | 147 | </EmbeddedResource>
|
---|
[1956] | 148 | <EmbeddedResource Include="AddProject.resx">
|
---|
| 149 | <DependentUpon>AddProject.cs</DependentUpon>
|
---|
| 150 | </EmbeddedResource>
|
---|
[3022] | 151 | <EmbeddedResource Include="CgCalendar.resx">
|
---|
| 152 | <DependentUpon>CgCalendar.cs</DependentUpon>
|
---|
| 153 | </EmbeddedResource>
|
---|
[778] | 154 | <EmbeddedResource Include="HiveServerConsole.resx">
|
---|
| 155 | <DependentUpon>HiveServerConsole.cs</DependentUpon>
|
---|
[855] | 156 | <SubType>Designer</SubType>
|
---|
[778] | 157 | </EmbeddedResource>
|
---|
[794] | 158 | <EmbeddedResource Include="HiveServerManagementConsole.resx">
|
---|
| 159 | <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
|
---|
[855] | 160 | <SubType>Designer</SubType>
|
---|
[778] | 161 | </EmbeddedResource>
|
---|
[2065] | 162 | <EmbeddedResource Include="LogonDlg.resx">
|
---|
| 163 | <DependentUpon>LogonDlg.cs</DependentUpon>
|
---|
| 164 | </EmbeddedResource>
|
---|
[778] | 165 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 166 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 167 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 168 | <SubType>Designer</SubType>
|
---|
| 169 | </EmbeddedResource>
|
---|
[3022] | 170 | <EmbeddedResource Include="Recurrence.resx">
|
---|
| 171 | <DependentUpon>Recurrence.cs</DependentUpon>
|
---|
| 172 | <SubType>Designer</SubType>
|
---|
| 173 | </EmbeddedResource>
|
---|
[778] | 174 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 175 | <AutoGen>True</AutoGen>
|
---|
| 176 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 177 | <DesignTime>True</DesignTime>
|
---|
| 178 | </Compile>
|
---|
| 179 | <None Include="HeuristicLab.snk" />
|
---|
| 180 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 181 | <None Include="Properties\Settings.settings">
|
---|
| 182 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 183 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 184 | </None>
|
---|
| 185 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 186 | <AutoGen>True</AutoGen>
|
---|
| 187 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 188 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 189 | </Compile>
|
---|
[3022] | 190 | <Compile Include="Recurrence.cs">
|
---|
| 191 | <SubType>Form</SubType>
|
---|
| 192 | </Compile>
|
---|
| 193 | <Compile Include="Recurrence.Designer.cs">
|
---|
| 194 | <DependentUpon>Recurrence.cs</DependentUpon>
|
---|
| 195 | </Compile>
|
---|
[799] | 196 | <Compile Include="ServiceLocator.cs" />
|
---|
[778] | 197 | </ItemGroup>
|
---|
| 198 | <ItemGroup>
|
---|
[1534] | 199 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[1120] | 200 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 201 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[1120] | 202 | </ProjectReference>
|
---|
[1534] | 203 | <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
|
---|
[1377] | 204 | <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
|
---|
[1534] | 205 | <Name>HeuristicLab.DataAccess-3.2</Name>
|
---|
[1377] | 206 | </ProjectReference>
|
---|
[1534] | 207 | <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">
|
---|
[799] | 208 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
[1534] | 209 | <Name>HeuristicLab.Hive.Contracts-3.2</Name>
|
---|
[799] | 210 | </ProjectReference>
|
---|
[1534] | 211 | <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.2\HeuristicLab.Hive.JobBase-3.2.csproj">
|
---|
[1120] | 212 | <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
|
---|
[1534] | 213 | <Name>HeuristicLab.Hive.JobBase-3.2</Name>
|
---|
[1120] | 214 | </ProjectReference>
|
---|
[1534] | 215 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[778] | 216 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 217 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 218 | </ProjectReference>
|
---|
| 219 | </ItemGroup>
|
---|
| 220 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 221 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 222 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 223 | <Target Name="BeforeBuild">
|
---|
| 224 | </Target>
|
---|
| 225 | <Target Name="AfterBuild">
|
---|
| 226 | </Target>
|
---|
| 227 | -->
|
---|
| 228 | <PropertyGroup>
|
---|
[852] | 229 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 230 | set ProjectDir=$(ProjectDir)
|
---|
| 231 | set SolutionDir=$(SolutionDir)
|
---|
| 232 | set Outdir=$(Outdir)
|
---|
| 233 |
|
---|
| 234 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[778] | 235 | </PropertyGroup>
|
---|
| 236 | </Project> |
---|