[4455] | 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>{209FD7A1-DFB2-4B9F-9268-B95E886B2F7A}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Services.OKB.DataTransfer</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Services.OKB.DataTransfer-3.3</AssemblyName>
|
---|
[5269] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[4455] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <TargetFrameworkProfile />
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
| 21 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup>
|
---|
| 35 | <SignAssembly>true</SignAssembly>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup>
|
---|
| 38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 39 | </PropertyGroup>
|
---|
| 40 | <ItemGroup>
|
---|
| 41 | <Reference Include="System" />
|
---|
| 42 | <Reference Include="System.Core" />
|
---|
| 43 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 44 | <Reference Include="System.Xml.Linq" />
|
---|
| 45 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 46 | <Reference Include="System.Data" />
|
---|
| 47 | <Reference Include="System.Xml" />
|
---|
| 48 | </ItemGroup>
|
---|
| 49 | <ItemGroup>
|
---|
| 50 | <Compile Include="AlgorithmClass.cs" />
|
---|
| 51 | <Compile Include="Algorithm.cs" />
|
---|
[4467] | 52 | <Compile Include="AlgorithmData.cs" />
|
---|
[4559] | 53 | <Compile Include="AlgorithmParameter.cs" />
|
---|
[4591] | 54 | <Compile Include="AlgorithmParameterValue.cs" />
|
---|
| 55 | <Compile Include="AlgorithmParameterBlobValue.cs" />
|
---|
| 56 | <Compile Include="AlgorithmParameterBoolValue.cs" />
|
---|
| 57 | <Compile Include="AlgorithmParameterFloatValue.cs" />
|
---|
| 58 | <Compile Include="AlgorithmParameterIntValue.cs" />
|
---|
| 59 | <Compile Include="AlgorithmParameterStringValue.cs" />
|
---|
[5286] | 60 | <Compile Include="Filters\CombinedFilter.cs" />
|
---|
| 61 | <Compile Include="Filters\AndFilter.cs" />
|
---|
| 62 | <Compile Include="Filters\NameSetComparisonStringAvailableValuesFilter.cs" />
|
---|
| 63 | <Compile Include="Filters\SetComparisonStringAvailableValuesFilter.cs" />
|
---|
| 64 | <Compile Include="Filters\OrFilter.cs" />
|
---|
[5269] | 65 | <Compile Include="Filters\OrdinalComparisonFilter.cs" />
|
---|
| 66 | <Compile Include="Filters\SetComparisonFilter.cs" />
|
---|
| 67 | <Compile Include="Filters\EqualityComparisonFilter.cs" />
|
---|
| 68 | <Compile Include="Filters\OrdinalComparisonDateTimeFilter.cs" />
|
---|
| 69 | <Compile Include="Filters\NameEqualityComparisonByteArrayFilter.cs" />
|
---|
| 70 | <Compile Include="Filters\NameSetComparisonStringFilter.cs" />
|
---|
| 71 | <Compile Include="Filters\NameOrdinalComparisonLongFilter.cs" />
|
---|
| 72 | <Compile Include="Filters\NameOrdinalComparisonDoubleFilter.cs" />
|
---|
| 73 | <Compile Include="Filters\NameEqualityComparisonBoolFilter.cs" />
|
---|
| 74 | <Compile Include="Filters\OrdinalComparisonLongFilter.cs" />
|
---|
| 75 | <Compile Include="Filters\SetComparison.cs" />
|
---|
| 76 | <Compile Include="Filters\OrdinalComparison.cs" />
|
---|
| 77 | <Compile Include="Filters\EqualityComparison.cs" />
|
---|
| 78 | <Compile Include="Filters\SetComparisonStringFilter.cs" />
|
---|
| 79 | <Compile Include="Filters\Filter.cs" />
|
---|
[4591] | 80 | <Compile Include="ResultFloatValue.cs" />
|
---|
| 81 | <Compile Include="ResultBoolValue.cs" />
|
---|
| 82 | <Compile Include="ResultIntValue.cs" />
|
---|
| 83 | <Compile Include="ResultStringValue.cs" />
|
---|
| 84 | <Compile Include="ResultBlobValue.cs" />
|
---|
| 85 | <Compile Include="ProblemParameterBoolValue.cs" />
|
---|
| 86 | <Compile Include="ProblemParameterFloatValue.cs" />
|
---|
| 87 | <Compile Include="ProblemParameterIntValue.cs" />
|
---|
| 88 | <Compile Include="ProblemParameterStringValue.cs" />
|
---|
| 89 | <Compile Include="ProblemParameterBlobValue.cs" />
|
---|
| 90 | <Compile Include="ResultValue.cs" />
|
---|
| 91 | <Compile Include="ProblemParameterValue.cs" />
|
---|
[4559] | 92 | <Compile Include="Run.cs" />
|
---|
| 93 | <Compile Include="Experiment.cs" />
|
---|
| 94 | <Compile Include="Result.cs" />
|
---|
| 95 | <Compile Include="ProblemParameter.cs" />
|
---|
[4481] | 96 | <Compile Include="ProblemData.cs" />
|
---|
| 97 | <Compile Include="Problem.cs" />
|
---|
| 98 | <Compile Include="ProblemClass.cs" />
|
---|
[4467] | 99 | <Compile Include="DataType.cs" />
|
---|
| 100 | <Compile Include="User.cs" />
|
---|
[4455] | 101 | <Compile Include="NamedOKBItem.cs" />
|
---|
| 102 | <Compile Include="OKBItem.cs" />
|
---|
| 103 | <Compile Include="Platform.cs" />
|
---|
| 104 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 105 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 106 | </ItemGroup>
|
---|
| 107 | <ItemGroup>
|
---|
| 108 | <None Include="HeuristicLab.snk" />
|
---|
| 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 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 120 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 121 | <Target Name="BeforeBuild">
|
---|
| 122 | </Target>
|
---|
| 123 | <Target Name="AfterBuild">
|
---|
| 124 | </Target>
|
---|
| 125 | -->
|
---|
| 126 | </Project> |
---|