[778] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4074] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[778] | 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>
|
---|
[4077] | 12 | <AssemblyName>HeuristicLab.Hive.Server.Console-3.3</AssemblyName>
|
---|
[778] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <StartupObject>
|
---|
| 18 | </StartupObject>
|
---|
[4074] | 19 | <FileUpgradeFlags>
|
---|
| 20 | </FileUpgradeFlags>
|
---|
| 21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 22 | <UpgradeBackupLocation />
|
---|
[778] | 23 | </PropertyGroup>
|
---|
| 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 25 | <DebugSymbols>true</DebugSymbols>
|
---|
| 26 | <DebugType>full</DebugType>
|
---|
| 27 | <Optimize>false</Optimize>
|
---|
| 28 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 29 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
[4074] | 32 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[778] | 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 35 | <DebugType>pdbonly</DebugType>
|
---|
| 36 | <Optimize>true</Optimize>
|
---|
| 37 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 38 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 39 | <ErrorReport>prompt</ErrorReport>
|
---|
| 40 | <WarningLevel>4</WarningLevel>
|
---|
[4074] | 41 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[778] | 42 | </PropertyGroup>
|
---|
[853] | 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 44 | <DebugSymbols>true</DebugSymbols>
|
---|
| 45 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 46 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 47 | <DebugType>full</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
[4074] | 50 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[853] | 51 | </PropertyGroup>
|
---|
| 52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 53 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 54 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 55 | <Optimize>true</Optimize>
|
---|
| 56 | <DebugType>pdbonly</DebugType>
|
---|
| 57 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 58 | <ErrorReport>prompt</ErrorReport>
|
---|
[4074] | 59 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[853] | 60 | </PropertyGroup>
|
---|
[1474] | 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
| 63 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <DebugType>full</DebugType>
|
---|
| 66 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
[4074] | 68 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 71 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 72 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 73 | <Optimize>true</Optimize>
|
---|
| 74 | <DebugType>pdbonly</DebugType>
|
---|
| 75 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 76 | <ErrorReport>prompt</ErrorReport>
|
---|
[4074] | 77 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 78 | </PropertyGroup>
|
---|
[778] | 79 | <ItemGroup>
|
---|
[4078] | 80 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 81 | <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 82 | </Reference>
|
---|
[4107] | 83 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 84 | <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 85 | </Reference>
|
---|
[4077] | 86 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 87 | <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[3022] | 88 | </Reference>
|
---|
[4105] | 89 | <Reference Include="HeuristicLab.Tracing-3.3">
|
---|
| 90 | <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
|
---|
| 91 | </Reference>
|
---|
[778] | 92 | <Reference Include="System" />
|
---|
| 93 | <Reference Include="System.Core">
|
---|
| 94 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 95 | </Reference>
|
---|
[978] | 96 | <Reference Include="System.DirectoryServices" />
|
---|
[799] | 97 | <Reference Include="System.ServiceModel">
|
---|
| 98 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 99 | </Reference>
|
---|
[778] | 100 | <Reference Include="System.Xml.Linq">
|
---|
| 101 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 104 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 105 | </Reference>
|
---|
| 106 | <Reference Include="System.Data" />
|
---|
| 107 | <Reference Include="System.Deployment" />
|
---|
| 108 | <Reference Include="System.Drawing" />
|
---|
| 109 | <Reference Include="System.Windows.Forms" />
|
---|
| 110 | <Reference Include="System.Xml" />
|
---|
| 111 | </ItemGroup>
|
---|
| 112 | <ItemGroup>
|
---|
[1832] | 113 | <Compile Include="AddGroup.cs">
|
---|
| 114 | <SubType>Form</SubType>
|
---|
| 115 | </Compile>
|
---|
| 116 | <Compile Include="AddGroup.Designer.cs">
|
---|
| 117 | <DependentUpon>AddGroup.cs</DependentUpon>
|
---|
| 118 | </Compile>
|
---|
[1018] | 119 | <Compile Include="AddJobForm.cs">
|
---|
| 120 | <SubType>Form</SubType>
|
---|
| 121 | </Compile>
|
---|
| 122 | <Compile Include="AddJobForm.Designer.cs">
|
---|
| 123 | <DependentUpon>AddJobForm.cs</DependentUpon>
|
---|
| 124 | </Compile>
|
---|
[1956] | 125 | <Compile Include="AddProject.cs">
|
---|
| 126 | <SubType>Form</SubType>
|
---|
| 127 | </Compile>
|
---|
| 128 | <Compile Include="AddProject.designer.cs">
|
---|
| 129 | <DependentUpon>AddProject.cs</DependentUpon>
|
---|
| 130 | </Compile>
|
---|
[3022] | 131 | <Compile Include="CgCalendar.cs">
|
---|
| 132 | <SubType>Form</SubType>
|
---|
| 133 | </Compile>
|
---|
| 134 | <Compile Include="CgCalendar.Designer.cs">
|
---|
| 135 | <DependentUpon>CgCalendar.cs</DependentUpon>
|
---|
| 136 | </Compile>
|
---|
[1483] | 137 | <Compile Include="Changes.cs" />
|
---|
[778] | 138 | <Compile Include="HiveServerConsole.cs">
|
---|
| 139 | <SubType>Form</SubType>
|
---|
| 140 | </Compile>
|
---|
| 141 | <Compile Include="HiveServerConsole.Designer.cs">
|
---|
| 142 | <DependentUpon>HiveServerConsole.cs</DependentUpon>
|
---|
| 143 | </Compile>
|
---|
| 144 | <Compile Include="HiveServerConsoleApplication.cs" />
|
---|
[794] | 145 | <Compile Include="HiveServerManagementConsole.cs">
|
---|
[778] | 146 | <SubType>Form</SubType>
|
---|
| 147 | </Compile>
|
---|
[794] | 148 | <Compile Include="HiveServerManagementConsole.Designer.cs">
|
---|
| 149 | <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
|
---|
[778] | 150 | </Compile>
|
---|
| 151 | <Compile Include="HiveServerConsolePlugin.cs" />
|
---|
[4042] | 152 | <Compile Include="JobDataFetcher.cs" />
|
---|
| 153 | <Compile Include="JobListView.cs">
|
---|
| 154 | <SubType>Component</SubType>
|
---|
| 155 | </Compile>
|
---|
| 156 | <Compile Include="JobListViewControl.cs">
|
---|
| 157 | <SubType>UserControl</SubType>
|
---|
| 158 | </Compile>
|
---|
| 159 | <Compile Include="JobListViewControl.Designer.cs">
|
---|
| 160 | <DependentUpon>JobListViewControl.cs</DependentUpon>
|
---|
| 161 | </Compile>
|
---|
[2065] | 162 | <Compile Include="LogonDlg.cs">
|
---|
| 163 | <SubType>Form</SubType>
|
---|
| 164 | </Compile>
|
---|
| 165 | <Compile Include="LogonDlg.Designer.cs">
|
---|
| 166 | <DependentUpon>LogonDlg.cs</DependentUpon>
|
---|
| 167 | </Compile>
|
---|
[778] | 168 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[1832] | 169 | <EmbeddedResource Include="AddGroup.resx">
|
---|
| 170 | <DependentUpon>AddGroup.cs</DependentUpon>
|
---|
| 171 | </EmbeddedResource>
|
---|
[1018] | 172 | <EmbeddedResource Include="AddJobForm.resx">
|
---|
| 173 | <DependentUpon>AddJobForm.cs</DependentUpon>
|
---|
[1506] | 174 | <SubType>Designer</SubType>
|
---|
[1018] | 175 | </EmbeddedResource>
|
---|
[1956] | 176 | <EmbeddedResource Include="AddProject.resx">
|
---|
| 177 | <DependentUpon>AddProject.cs</DependentUpon>
|
---|
| 178 | </EmbeddedResource>
|
---|
[3022] | 179 | <EmbeddedResource Include="CgCalendar.resx">
|
---|
| 180 | <DependentUpon>CgCalendar.cs</DependentUpon>
|
---|
| 181 | </EmbeddedResource>
|
---|
[778] | 182 | <EmbeddedResource Include="HiveServerConsole.resx">
|
---|
| 183 | <DependentUpon>HiveServerConsole.cs</DependentUpon>
|
---|
[855] | 184 | <SubType>Designer</SubType>
|
---|
[778] | 185 | </EmbeddedResource>
|
---|
[794] | 186 | <EmbeddedResource Include="HiveServerManagementConsole.resx">
|
---|
| 187 | <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
|
---|
[855] | 188 | <SubType>Designer</SubType>
|
---|
[778] | 189 | </EmbeddedResource>
|
---|
[4042] | 190 | <EmbeddedResource Include="JobListView.resx">
|
---|
| 191 | <DependentUpon>JobListView.cs</DependentUpon>
|
---|
| 192 | </EmbeddedResource>
|
---|
| 193 | <EmbeddedResource Include="JobListViewControl.resx">
|
---|
| 194 | <DependentUpon>JobListViewControl.cs</DependentUpon>
|
---|
| 195 | </EmbeddedResource>
|
---|
[2065] | 196 | <EmbeddedResource Include="LogonDlg.resx">
|
---|
| 197 | <DependentUpon>LogonDlg.cs</DependentUpon>
|
---|
| 198 | </EmbeddedResource>
|
---|
[778] | 199 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 200 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 201 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 202 | <SubType>Designer</SubType>
|
---|
| 203 | </EmbeddedResource>
|
---|
[3022] | 204 | <EmbeddedResource Include="Recurrence.resx">
|
---|
| 205 | <DependentUpon>Recurrence.cs</DependentUpon>
|
---|
| 206 | <SubType>Designer</SubType>
|
---|
| 207 | </EmbeddedResource>
|
---|
[778] | 208 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 209 | <AutoGen>True</AutoGen>
|
---|
| 210 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 211 | <DesignTime>True</DesignTime>
|
---|
| 212 | </Compile>
|
---|
| 213 | <None Include="HeuristicLab.snk" />
|
---|
| 214 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 215 | <None Include="Properties\Settings.settings">
|
---|
| 216 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 217 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 218 | </None>
|
---|
| 219 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 220 | <AutoGen>True</AutoGen>
|
---|
| 221 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 222 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 223 | </Compile>
|
---|
[3022] | 224 | <Compile Include="Recurrence.cs">
|
---|
| 225 | <SubType>Form</SubType>
|
---|
| 226 | </Compile>
|
---|
| 227 | <Compile Include="Recurrence.Designer.cs">
|
---|
| 228 | <DependentUpon>Recurrence.cs</DependentUpon>
|
---|
| 229 | </Compile>
|
---|
[799] | 230 | <Compile Include="ServiceLocator.cs" />
|
---|
[778] | 231 | </ItemGroup>
|
---|
| 232 | <ItemGroup>
|
---|
[4105] | 233 | <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
|
---|
| 234 | <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
|
---|
| 235 | <Name>HeuristicLab.Calendar-3.3</Name>
|
---|
| 236 | </ProjectReference>
|
---|
| 237 | <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
|
---|
| 238 | <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
|
---|
| 239 | <Name>HeuristicLab.DataAccess-3.3</Name>
|
---|
| 240 | </ProjectReference>
|
---|
[4074] | 241 | <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
|
---|
[799] | 242 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
[4077] | 243 | <Name>HeuristicLab.Hive.Contracts-3.3</Name>
|
---|
[799] | 244 | </ProjectReference>
|
---|
[4078] | 245 | <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
|
---|
| 246 | <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
|
---|
| 247 | <Name>HeuristicLab.Hive.JobBase-3.3</Name>
|
---|
| 248 | </ProjectReference>
|
---|
[778] | 249 | </ItemGroup>
|
---|
| 250 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 251 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 252 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 253 | <Target Name="BeforeBuild">
|
---|
| 254 | </Target>
|
---|
| 255 | <Target Name="AfterBuild">
|
---|
| 256 | </Target>
|
---|
| 257 | -->
|
---|
| 258 | <PropertyGroup>
|
---|
[852] | 259 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 260 | set ProjectDir=$(ProjectDir)
|
---|
| 261 | set SolutionDir=$(SolutionDir)
|
---|
| 262 | set Outdir=$(Outdir)
|
---|
| 263 |
|
---|
| 264 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[778] | 265 | </PropertyGroup>
|
---|
| 266 | </Project> |
---|