[2] | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
---|
| 2 | <PropertyGroup>
|
---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[763] | 5 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
[1669] | 7 | <ProjectGuid>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</ProjectGuid>
|
---|
[2] | 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Data</RootNamespace>
|
---|
[1669] | 11 | <AssemblyName>HeuristicLab.Data-3.3</AssemblyName>
|
---|
[2] | 12 | <SignAssembly>true</SignAssembly>
|
---|
| 13 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 14 | <FileUpgradeFlags>
|
---|
| 15 | </FileUpgradeFlags>
|
---|
| 16 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
| 17 | <UpgradeBackupLocation>
|
---|
| 18 | </UpgradeBackupLocation>
|
---|
| 19 | <PublishUrl>http://localhost/HeuristicLab.Data/</PublishUrl>
|
---|
| 20 | <Install>true</Install>
|
---|
| 21 | <InstallFrom>Web</InstallFrom>
|
---|
| 22 | <UpdateEnabled>true</UpdateEnabled>
|
---|
| 23 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 24 | <UpdateInterval>7</UpdateInterval>
|
---|
| 25 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 26 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 27 | <UpdateRequired>false</UpdateRequired>
|
---|
| 28 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 29 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 30 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 31 | <IsWebBootstrapper>true</IsWebBootstrapper>
|
---|
| 32 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 33 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[1669] | 34 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
[2] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 37 | <DebugSymbols>true</DebugSymbols>
|
---|
| 38 | <DebugType>full</DebugType>
|
---|
| 39 | <Optimize>false</Optimize>
|
---|
| 40 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <ErrorReport>prompt</ErrorReport>
|
---|
| 43 | <WarningLevel>4</WarningLevel>
|
---|
| 44 | <DocumentationFile>
|
---|
| 45 | </DocumentationFile>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 48 | <DebugType>pdbonly</DebugType>
|
---|
| 49 | <Optimize>true</Optimize>
|
---|
| 50 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 51 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 52 | <ErrorReport>prompt</ErrorReport>
|
---|
| 53 | <WarningLevel>4</WarningLevel>
|
---|
[1669] | 54 | <DocumentationFile>bin\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
|
---|
[2] | 55 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
---|
| 56 | </PropertyGroup>
|
---|
[564] | 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
| 59 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
| 64 | </PropertyGroup>
|
---|
| 65 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 66 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 67 | <DefineConstants>TRACE</DefineConstants>
|
---|
[2900] | 68 | <DocumentationFile>bin\x86\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
|
---|
[564] | 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
| 73 | </PropertyGroup>
|
---|
[1474] | 74 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 75 | <DebugSymbols>true</DebugSymbols>
|
---|
| 76 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 77 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 78 | <DebugType>full</DebugType>
|
---|
| 79 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 80 | <ErrorReport>prompt</ErrorReport>
|
---|
| 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 83 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 84 | <DefineConstants>TRACE</DefineConstants>
|
---|
[2900] | 85 | <DocumentationFile>bin\x64\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
|
---|
[1474] | 86 | <Optimize>true</Optimize>
|
---|
| 87 | <DebugType>pdbonly</DebugType>
|
---|
| 88 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 89 | <ErrorReport>prompt</ErrorReport>
|
---|
| 90 | </PropertyGroup>
|
---|
[2] | 91 | <ItemGroup>
|
---|
| 92 | <Reference Include="System" />
|
---|
[1669] | 93 | <Reference Include="System.Core">
|
---|
| 94 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 95 | </Reference>
|
---|
[2] | 96 | <Reference Include="System.Data" />
|
---|
| 97 | <Reference Include="System.Xml" />
|
---|
| 98 | </ItemGroup>
|
---|
| 99 | <ItemGroup>
|
---|
[2754] | 100 | <None Include="HeuristicLabDataPlugin.cs.frame" />
|
---|
[3047] | 101 | <Compile Include="BoolArray.cs" />
|
---|
| 102 | <Compile Include="BoolMatrix.cs" />
|
---|
| 103 | <Compile Include="BoolValue.cs" />
|
---|
[2757] | 104 | <Compile Include="Comparison.cs" />
|
---|
[3047] | 105 | <Compile Include="ComparisonType.cs" />
|
---|
[3095] | 106 | <Compile Include="PercentValue.cs" />
|
---|
[3047] | 107 | <Compile Include="DateTimeValue.cs" />
|
---|
| 108 | <Compile Include="DoubleArray.cs" />
|
---|
| 109 | <Compile Include="DoubleMatrix.cs" />
|
---|
| 110 | <Compile Include="DoubleValue.cs" />
|
---|
[2694] | 111 | <Compile Include="FormatPatterns.cs" />
|
---|
[2663] | 112 | <Compile Include="HeuristicLabDataPlugin.cs" />
|
---|
[3047] | 113 | <Compile Include="IntArray.cs" />
|
---|
| 114 | <Compile Include="IntMatrix.cs" />
|
---|
| 115 | <Compile Include="IntValue.cs" />
|
---|
| 116 | <Compile Include="IStringConvertibleArray.cs" />
|
---|
| 117 | <Compile Include="IStringConvertibleMatrix.cs" />
|
---|
| 118 | <Compile Include="IStringConvertibleValue.cs" />
|
---|
[2] | 119 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[3047] | 120 | <Compile Include="StringArray.cs" />
|
---|
| 121 | <Compile Include="StringMatrix.cs" />
|
---|
| 122 | <Compile Include="StringValue.cs" />
|
---|
| 123 | <Compile Include="TimeSpanValue.cs" />
|
---|
| 124 | <Compile Include="ValueTypeArray.cs" />
|
---|
| 125 | <Compile Include="ValueTypeMatrix.cs" />
|
---|
| 126 | <Compile Include="ValueTypeValue.cs" />
|
---|
[2] | 127 | </ItemGroup>
|
---|
| 128 | <ItemGroup>
|
---|
[2663] | 129 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
|
---|
| 130 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 131 | <Name>HeuristicLab.Common.Resources-3.2</Name>
|
---|
[2474] | 132 | </ProjectReference>
|
---|
[2669] | 133 | <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
|
---|
| 134 | <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
|
---|
| 135 | <Name>HeuristicLab.Common-3.2</Name>
|
---|
| 136 | </ProjectReference>
|
---|
[1669] | 137 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 138 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 139 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[2] | 140 | </ProjectReference>
|
---|
[1669] | 141 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 142 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 143 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
| 144 | </ProjectReference>
|
---|
[1534] | 145 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[2] | 146 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 147 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 148 | </ProjectReference>
|
---|
| 149 | </ItemGroup>
|
---|
| 150 | <ItemGroup>
|
---|
| 151 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 152 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 153 | </ItemGroup>
|
---|
| 154 | <ItemGroup>
|
---|
| 155 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
---|
| 156 | <Visible>False</Visible>
|
---|
| 157 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
---|
| 158 | <Install>true</Install>
|
---|
| 159 | </BootstrapperPackage>
|
---|
| 160 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
---|
| 161 | <Visible>False</Visible>
|
---|
| 162 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
---|
| 163 | <Install>false</Install>
|
---|
| 164 | </BootstrapperPackage>
|
---|
| 165 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
---|
| 166 | <Visible>False</Visible>
|
---|
| 167 | <ProductName>.NET Framework 3.5</ProductName>
|
---|
| 168 | <Install>false</Install>
|
---|
| 169 | </BootstrapperPackage>
|
---|
| 170 | </ItemGroup>
|
---|
| 171 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 172 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 173 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 174 | <Target Name="BeforeBuild">
|
---|
| 175 | </Target>
|
---|
| 176 | <Target Name="AfterBuild">
|
---|
| 177 | </Target>
|
---|
| 178 | -->
|
---|
[30] | 179 | <PropertyGroup>
|
---|
[852] | 180 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 181 | set ProjectDir=$(ProjectDir)
|
---|
| 182 | set SolutionDir=$(SolutionDir)
|
---|
| 183 | set Outdir=$(Outdir)
|
---|
| 184 |
|
---|
[2754] | 185 | call PreBuildEvent.cmd
|
---|
| 186 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataPlugin.cs"</PreBuildEvent>
|
---|
[30] | 187 | </PropertyGroup>
|
---|
[2] | 188 | </Project> |
---|