[4311] | 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 Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 4 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 5 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 6 | <Optimize>true</Optimize>
|
---|
| 7 | <DebugType>pdbonly</DebugType>
|
---|
| 8 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 9 | <ErrorReport>prompt</ErrorReport>
|
---|
| 10 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 11 | </PropertyGroup>
|
---|
| 12 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 13 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 14 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 15 | <Optimize>true</Optimize>
|
---|
| 16 | <DebugType>pdbonly</DebugType>
|
---|
| 17 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 18 | <ErrorReport>prompt</ErrorReport>
|
---|
| 19 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 20 | </PropertyGroup>
|
---|
| 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 22 | <DebugSymbols>true</DebugSymbols>
|
---|
| 23 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 24 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 25 | <DebugType>full</DebugType>
|
---|
| 26 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 27 | <ErrorReport>prompt</ErrorReport>
|
---|
| 28 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 29 | </PropertyGroup>
|
---|
| 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 31 | <DebugSymbols>true</DebugSymbols>
|
---|
| 32 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 33 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 34 | <DebugType>full</DebugType>
|
---|
| 35 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 36 | <ErrorReport>prompt</ErrorReport>
|
---|
| 37 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 41 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 42 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 43 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 44 | <ProjectGuid>{7B60CBDC-E7E3-4610-91E2-7CE831A02D35}</ProjectGuid>
|
---|
| 45 | <OutputType>Library</OutputType>
|
---|
| 46 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 47 | <RootNamespace>HeuristicLab.OKB.AlgorithmHost</RootNamespace>
|
---|
| 48 | <AssemblyName>HeuristicLab.OKB.AlgorithmHost-3.3</AssemblyName>
|
---|
| 49 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 50 | <FileAlignment>512</FileAlignment>
|
---|
| 51 | <FileUpgradeFlags>
|
---|
| 52 | </FileUpgradeFlags>
|
---|
| 53 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 54 | <UpgradeBackupLocation />
|
---|
| 55 | <PublishUrl>publish\</PublishUrl>
|
---|
| 56 | <Install>true</Install>
|
---|
| 57 | <InstallFrom>Disk</InstallFrom>
|
---|
| 58 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 59 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 60 | <UpdateInterval>7</UpdateInterval>
|
---|
| 61 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 62 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 63 | <UpdateRequired>false</UpdateRequired>
|
---|
| 64 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 65 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 66 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 67 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 68 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 69 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
| 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 72 | <DebugSymbols>true</DebugSymbols>
|
---|
| 73 | <DebugType>full</DebugType>
|
---|
| 74 | <Optimize>false</Optimize>
|
---|
| 75 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 76 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 77 | <ErrorReport>prompt</ErrorReport>
|
---|
| 78 | <WarningLevel>4</WarningLevel>
|
---|
| 79 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 80 | </PropertyGroup>
|
---|
| 81 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 82 | <DebugType>pdbonly</DebugType>
|
---|
| 83 | <Optimize>true</Optimize>
|
---|
| 84 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 85 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 86 | <ErrorReport>prompt</ErrorReport>
|
---|
| 87 | <WarningLevel>4</WarningLevel>
|
---|
| 88 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 89 | </PropertyGroup>
|
---|
| 90 | <ItemGroup>
|
---|
| 91 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 92 | <SpecificVersion>False</SpecificVersion>
|
---|
| 93 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 94 | </Reference>
|
---|
| 95 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
| 97 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 98 | </Reference>
|
---|
| 99 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 100 | <SpecificVersion>False</SpecificVersion>
|
---|
| 101 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 104 | <SpecificVersion>False</SpecificVersion>
|
---|
| 105 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 106 | </Reference>
|
---|
| 107 | <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 108 | <SpecificVersion>False</SpecificVersion>
|
---|
| 109 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
| 110 | </Reference>
|
---|
| 111 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 112 | <SpecificVersion>False</SpecificVersion>
|
---|
| 113 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 114 | </Reference>
|
---|
| 115 | <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 116 | <SpecificVersion>False</SpecificVersion>
|
---|
| 117 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 118 | </Reference>
|
---|
| 119 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 120 | <SpecificVersion>False</SpecificVersion>
|
---|
| 121 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 122 | </Reference>
|
---|
| 123 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 124 | <SpecificVersion>False</SpecificVersion>
|
---|
| 125 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 126 | </Reference>
|
---|
| 127 | <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 128 | <SpecificVersion>False</SpecificVersion>
|
---|
| 129 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 130 | </Reference>
|
---|
| 131 | <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 132 | <SpecificVersion>False</SpecificVersion>
|
---|
| 133 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
|
---|
| 134 | </Reference>
|
---|
| 135 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 136 | <SpecificVersion>False</SpecificVersion>
|
---|
| 137 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 138 | </Reference>
|
---|
| 139 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 140 | <SpecificVersion>False</SpecificVersion>
|
---|
| 141 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 142 | </Reference>
|
---|
| 143 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 144 | <SpecificVersion>False</SpecificVersion>
|
---|
| 145 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 146 | </Reference>
|
---|
| 147 | <Reference Include="System" />
|
---|
| 148 | <Reference Include="System.Core">
|
---|
| 149 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 150 | </Reference>
|
---|
| 151 | <Reference Include="System.Drawing" />
|
---|
| 152 | <Reference Include="System.Runtime.Serialization">
|
---|
| 153 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 154 | </Reference>
|
---|
| 155 | <Reference Include="System.ServiceModel">
|
---|
| 156 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 157 | </Reference>
|
---|
| 158 | <Reference Include="System.Windows.Forms" />
|
---|
| 159 | <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
---|
| 160 | <Reference Include="System.Xml.Linq">
|
---|
| 161 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 162 | </Reference>
|
---|
| 163 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 164 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 165 | </Reference>
|
---|
| 166 | <Reference Include="System.Data" />
|
---|
| 167 | <Reference Include="System.Xml" />
|
---|
| 168 | <Reference Include="WindowsBase">
|
---|
| 169 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 170 | </Reference>
|
---|
| 171 | </ItemGroup>
|
---|
| 172 | <ItemGroup>
|
---|
| 173 | <Compile Include="AlgorithmContainerView.cs">
|
---|
| 174 | <SubType>UserControl</SubType>
|
---|
| 175 | </Compile>
|
---|
| 176 | <Compile Include="AlgorithmContainerView.Designer.cs">
|
---|
| 177 | <DependentUpon>AlgorithmContainerView.cs</DependentUpon>
|
---|
| 178 | </Compile>
|
---|
| 179 | <Compile Include="AlgorithmHost.cs" />
|
---|
| 180 | <Compile Include="AlgorithmHostView.cs">
|
---|
| 181 | <SubType>UserControl</SubType>
|
---|
| 182 | </Compile>
|
---|
| 183 | <Compile Include="AlgorithmHostView.Designer.cs">
|
---|
| 184 | <DependentUpon>AlgorithmHostView.cs</DependentUpon>
|
---|
| 185 | </Compile>
|
---|
| 186 | <Compile Include="Service References\OKBData\Reference.cs">
|
---|
| 187 | <AutoGen>True</AutoGen>
|
---|
| 188 | <DesignTime>True</DesignTime>
|
---|
| 189 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 190 | </Compile>
|
---|
| 191 | <Compile Include="Service References\OKBRunner\Reference.cs">
|
---|
| 192 | <AutoGen>True</AutoGen>
|
---|
| 193 | <DesignTime>True</DesignTime>
|
---|
| 194 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 195 | </Compile>
|
---|
| 196 | <Compile Include="Service References\OKBTables\Reference.cs">
|
---|
| 197 | <AutoGen>True</AutoGen>
|
---|
| 198 | <DesignTime>True</DesignTime>
|
---|
| 199 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 200 | </Compile>
|
---|
| 201 | <None Include="app.config" />
|
---|
| 202 | <None Include="HeuristicLabOKBAlgorithmHostPlugin.cs.frame" />
|
---|
| 203 | <Compile Include="Mapping.cs" />
|
---|
| 204 | <Compile Include="MappingView.cs">
|
---|
| 205 | <SubType>UserControl</SubType>
|
---|
| 206 | </Compile>
|
---|
| 207 | <Compile Include="MappingView.Designer.cs">
|
---|
| 208 | <DependentUpon>MappingView.cs</DependentUpon>
|
---|
| 209 | </Compile>
|
---|
| 210 | <Compile Include="ParameterizedNamedItemContainer.cs" />
|
---|
| 211 | <Compile Include="ParameterizedNamedItemContainerView.cs">
|
---|
| 212 | <SubType>UserControl</SubType>
|
---|
| 213 | </Compile>
|
---|
| 214 | <Compile Include="ParameterizedNamedItemContainerView.Designer.cs">
|
---|
| 215 | <DependentUpon>ParameterizedNamedItemContainerView.cs</DependentUpon>
|
---|
| 216 | </Compile>
|
---|
| 217 | <Compile Include="ProblemContainer.cs" />
|
---|
| 218 | <Compile Include="HeuristicLabOKBAlgorithmHostPlugin.cs" />
|
---|
| 219 | <Compile Include="AlgorithmContainer.cs" />
|
---|
| 220 | <Compile Include="OKBRunnerExtensions.cs" />
|
---|
| 221 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 222 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 223 | <AutoGen>True</AutoGen>
|
---|
| 224 | <DesignTime>True</DesignTime>
|
---|
| 225 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 226 | </Compile>
|
---|
| 227 | <Compile Include="SelectItemDialog.cs">
|
---|
| 228 | <SubType>Form</SubType>
|
---|
| 229 | </Compile>
|
---|
| 230 | <Compile Include="SelectItemDialog.Designer.cs">
|
---|
| 231 | <DependentUpon>SelectItemDialog.cs</DependentUpon>
|
---|
| 232 | </Compile>
|
---|
| 233 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 234 | </ItemGroup>
|
---|
| 235 | <ItemGroup>
|
---|
| 236 | <EmbeddedResource Include="AlgorithmContainerView.resx">
|
---|
| 237 | <DependentUpon>AlgorithmContainerView.cs</DependentUpon>
|
---|
| 238 | </EmbeddedResource>
|
---|
| 239 | <EmbeddedResource Include="AlgorithmHostView.resx">
|
---|
| 240 | <DependentUpon>AlgorithmHostView.cs</DependentUpon>
|
---|
| 241 | </EmbeddedResource>
|
---|
| 242 | <EmbeddedResource Include="MappingView.resx">
|
---|
| 243 | <DependentUpon>MappingView.cs</DependentUpon>
|
---|
| 244 | </EmbeddedResource>
|
---|
| 245 | <EmbeddedResource Include="ParameterizedNamedItemContainerView.resx">
|
---|
| 246 | <DependentUpon>ParameterizedNamedItemContainerView.cs</DependentUpon>
|
---|
| 247 | </EmbeddedResource>
|
---|
| 248 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 249 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 250 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 251 | </EmbeddedResource>
|
---|
| 252 | <EmbeddedResource Include="SelectItemDialog.resx">
|
---|
| 253 | <DependentUpon>SelectItemDialog.cs</DependentUpon>
|
---|
| 254 | </EmbeddedResource>
|
---|
| 255 | </ItemGroup>
|
---|
| 256 | <ItemGroup>
|
---|
| 257 | <None Include="Service References\OKBData\HeuristicLab.Services.OKB.xsd">
|
---|
| 258 | <SubType>Designer</SubType>
|
---|
| 259 | </None>
|
---|
| 260 | <None Include="Service References\OKBData\service.wsdl" />
|
---|
| 261 | <None Include="Service References\OKBData\service.xsd">
|
---|
| 262 | <SubType>Designer</SubType>
|
---|
| 263 | </None>
|
---|
| 264 | <None Include="Service References\OKBData\service1.xsd">
|
---|
| 265 | <SubType>Designer</SubType>
|
---|
| 266 | </None>
|
---|
| 267 | <None Include="Service References\OKBRunner\HeuristicLab.OKB.AlgorithmHost.OKBRunner.ExperimentKit.datasource">
|
---|
| 268 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 269 | </None>
|
---|
| 270 | <None Include="Service References\OKBRunner\HeuristicLab.OKB.AlgorithmHost.OKBRunner.StarterKit.datasource">
|
---|
| 271 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 272 | </None>
|
---|
| 273 | <None Include="Service References\OKBRunner\HeuristicLab.Services.OKB.DataAccess.xsd">
|
---|
| 274 | <SubType>Designer</SubType>
|
---|
| 275 | </None>
|
---|
| 276 | <None Include="Service References\OKBRunner\HeuristicLab.Services.OKB.xsd">
|
---|
| 277 | <SubType>Designer</SubType>
|
---|
| 278 | </None>
|
---|
| 279 | <None Include="Service References\OKBRunner\service.wsdl" />
|
---|
| 280 | <None Include="Service References\OKBRunner\service.xsd">
|
---|
| 281 | <SubType>Designer</SubType>
|
---|
| 282 | </None>
|
---|
| 283 | <None Include="Service References\OKBRunner\service1.xsd">
|
---|
| 284 | <SubType>Designer</SubType>
|
---|
| 285 | </None>
|
---|
| 286 | <None Include="Service References\OKBRunner\System.Data.Linq.xsd">
|
---|
| 287 | <SubType>Designer</SubType>
|
---|
| 288 | </None>
|
---|
| 289 | <None Include="Service References\OKBTables\Arrays.xsd">
|
---|
| 290 | <SubType>Designer</SubType>
|
---|
| 291 | </None>
|
---|
| 292 | <None Include="Service References\OKBTables\service.wsdl" />
|
---|
| 293 | <None Include="Service References\OKBTables\service.xsd">
|
---|
| 294 | <SubType>Designer</SubType>
|
---|
| 295 | </None>
|
---|
| 296 | <None Include="Service References\OKBTables\service1.xsd">
|
---|
| 297 | <SubType>Designer</SubType>
|
---|
| 298 | </None>
|
---|
| 299 | <None Include="Service References\OKBTables\System.Data.xsd">
|
---|
| 300 | <SubType>Designer</SubType>
|
---|
| 301 | </None>
|
---|
| 302 | <None Include="UpdateLocalInstallation.cmd" />
|
---|
| 303 | </ItemGroup>
|
---|
| 304 | <ItemGroup>
|
---|
| 305 | <WCFMetadata Include="Service References\" />
|
---|
| 306 | </ItemGroup>
|
---|
| 307 | <ItemGroup>
|
---|
| 308 | <ProjectReference Include="..\HeuristicLab.BackgroundProcessing\HeuristicLab.BackgroundProcessing-3.3.csproj">
|
---|
| 309 | <Project>{589BECAE-69B0-4EB1-8C06-C073531762B7}</Project>
|
---|
| 310 | <Name>HeuristicLab.BackgroundProcessing-3.3</Name>
|
---|
| 311 | </ProjectReference>
|
---|
| 312 | <ProjectReference Include="..\HeuristicLab.OKB.Client\HeuristicLab.OKB.Client-3.3.csproj">
|
---|
| 313 | <Project>{B157FAB7-9B6D-4BAE-ACF2-C6FB7D22EBBD}</Project>
|
---|
| 314 | <Name>HeuristicLab.OKB.Client-3.3</Name>
|
---|
| 315 | </ProjectReference>
|
---|
| 316 | </ItemGroup>
|
---|
| 317 | <ItemGroup>
|
---|
| 318 | <None Include="Properties\DataSources\System.Data.DataTable.datasource" />
|
---|
| 319 | </ItemGroup>
|
---|
| 320 | <ItemGroup>
|
---|
| 321 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 322 | <Visible>False</Visible>
|
---|
| 323 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 324 | <Install>false</Install>
|
---|
| 325 | </BootstrapperPackage>
|
---|
| 326 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 327 | <Visible>False</Visible>
|
---|
| 328 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 329 | <Install>true</Install>
|
---|
| 330 | </BootstrapperPackage>
|
---|
| 331 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 332 | <Visible>False</Visible>
|
---|
| 333 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 334 | <Install>true</Install>
|
---|
| 335 | </BootstrapperPackage>
|
---|
| 336 | </ItemGroup>
|
---|
| 337 | <ItemGroup>
|
---|
| 338 | <WCFMetadataStorage Include="Service References\OKBData\" />
|
---|
| 339 | <WCFMetadataStorage Include="Service References\OKBRunner\" />
|
---|
| 340 | <WCFMetadataStorage Include="Service References\OKBTables\" />
|
---|
| 341 | </ItemGroup>
|
---|
| 342 | <ItemGroup>
|
---|
| 343 | <None Include="Service References\OKBData\configuration91.svcinfo" />
|
---|
| 344 | </ItemGroup>
|
---|
| 345 | <ItemGroup>
|
---|
| 346 | <None Include="Service References\OKBData\configuration.svcinfo" />
|
---|
| 347 | </ItemGroup>
|
---|
| 348 | <ItemGroup>
|
---|
| 349 | <None Include="Service References\OKBData\Reference.svcmap">
|
---|
| 350 | <Generator>WCF Proxy Generator</Generator>
|
---|
| 351 | <LastGenOutput>Reference.cs</LastGenOutput>
|
---|
| 352 | </None>
|
---|
| 353 | </ItemGroup>
|
---|
| 354 | <ItemGroup>
|
---|
| 355 | <None Include="Service References\OKBRunner\configuration91.svcinfo" />
|
---|
| 356 | </ItemGroup>
|
---|
| 357 | <ItemGroup>
|
---|
| 358 | <None Include="Service References\OKBRunner\configuration.svcinfo" />
|
---|
| 359 | </ItemGroup>
|
---|
| 360 | <ItemGroup>
|
---|
| 361 | <None Include="Service References\OKBRunner\Reference.svcmap">
|
---|
| 362 | <Generator>WCF Proxy Generator</Generator>
|
---|
| 363 | <LastGenOutput>Reference.cs</LastGenOutput>
|
---|
| 364 | </None>
|
---|
| 365 | </ItemGroup>
|
---|
| 366 | <ItemGroup>
|
---|
| 367 | <None Include="Service References\OKBTables\configuration91.svcinfo" />
|
---|
| 368 | </ItemGroup>
|
---|
| 369 | <ItemGroup>
|
---|
| 370 | <None Include="Service References\OKBTables\configuration.svcinfo" />
|
---|
| 371 | </ItemGroup>
|
---|
| 372 | <ItemGroup>
|
---|
| 373 | <None Include="Service References\OKBTables\Reference.svcmap">
|
---|
| 374 | <Generator>WCF Proxy Generator</Generator>
|
---|
| 375 | <LastGenOutput>Reference.cs</LastGenOutput>
|
---|
| 376 | </None>
|
---|
| 377 | </ItemGroup>
|
---|
| 378 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 379 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 380 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 381 | <Target Name="BeforeBuild">
|
---|
| 382 | </Target>
|
---|
| 383 | <Target Name="AfterBuild">
|
---|
| 384 | </Target>
|
---|
| 385 | -->
|
---|
| 386 | <PropertyGroup>
|
---|
| 387 | <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 388 | set ProjectDir=$(ProjectDir)
|
---|
| 389 | set SolutionDir=$(SolutionDir)
|
---|
| 390 | set Outdir=$(Outdir)
|
---|
| 391 | set TargetPath=$(TargetPath)
|
---|
| 392 |
|
---|
| 393 | call UpdateLocalInstallation.cmd</PostBuildEvent>
|
---|
| 394 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 395 | set ProjectDir=$(ProjectDir)
|
---|
| 396 | set SolutionDir=$(SolutionDir)
|
---|
| 397 | set Outdir=$(Outdir)
|
---|
| 398 |
|
---|
| 399 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
|
---|
| 400 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOKBAlgorithmHostPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOKBAlgorithmHostPlugin.cs"</PreBuildEvent>
|
---|
| 401 | </PropertyGroup>
|
---|
| 402 | </Project> |
---|