[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>
|
---|
[574] | 5 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[2] | 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 7 | <ProjectGuid>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Constraints</RootNamespace>
|
---|
[582] | 11 | <AssemblyName>HeuristicLab.Constraints-3.2</AssemblyName>
|
---|
[2] | 12 | <SignAssembly>true</SignAssembly>
|
---|
| 13 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 14 | <FileUpgradeFlags>
|
---|
| 15 | </FileUpgradeFlags>
|
---|
| 16 | <OldToolsVersion>2.0</OldToolsVersion>
|
---|
| 17 | <UpgradeBackupLocation>
|
---|
| 18 | </UpgradeBackupLocation>
|
---|
[2474] | 19 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
[2] | 20 | </PropertyGroup>
|
---|
| 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 22 | <DebugSymbols>true</DebugSymbols>
|
---|
| 23 | <DebugType>full</DebugType>
|
---|
| 24 | <Optimize>false</Optimize>
|
---|
| 25 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 26 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 27 | <ErrorReport>prompt</ErrorReport>
|
---|
| 28 | <WarningLevel>4</WarningLevel>
|
---|
| 29 | </PropertyGroup>
|
---|
| 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 31 | <DebugType>pdbonly</DebugType>
|
---|
| 32 | <Optimize>true</Optimize>
|
---|
| 33 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 34 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 35 | <ErrorReport>prompt</ErrorReport>
|
---|
| 36 | <WarningLevel>4</WarningLevel>
|
---|
[582] | 37 | <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
|
---|
[2] | 38 | </PropertyGroup>
|
---|
[564] | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 48 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 49 | <DefineConstants>TRACE</DefineConstants>
|
---|
[582] | 50 | <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
|
---|
[564] | 51 | <Optimize>true</Optimize>
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | </PropertyGroup>
|
---|
[1474] | 56 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 57 | <DebugSymbols>true</DebugSymbols>
|
---|
| 58 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 59 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 60 | <DebugType>full</DebugType>
|
---|
| 61 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 62 | <ErrorReport>prompt</ErrorReport>
|
---|
| 63 | </PropertyGroup>
|
---|
| 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 65 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 66 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 67 | <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
|
---|
| 68 | <Optimize>true</Optimize>
|
---|
| 69 | <DebugType>pdbonly</DebugType>
|
---|
| 70 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
| 72 | </PropertyGroup>
|
---|
[2] | 73 | <ItemGroup>
|
---|
| 74 | <Reference Include="System" />
|
---|
[2474] | 75 | <Reference Include="System.Core">
|
---|
| 76 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 77 | </Reference>
|
---|
[2] | 78 | <Reference Include="System.Data" />
|
---|
| 79 | <Reference Include="System.Drawing" />
|
---|
| 80 | <Reference Include="System.Windows.Forms" />
|
---|
| 81 | <Reference Include="System.Xml" />
|
---|
| 82 | </ItemGroup>
|
---|
| 83 | <ItemGroup>
|
---|
| 84 | <Compile Include="AndConstraint.cs" />
|
---|
| 85 | <Compile Include="AndConstraintView.cs">
|
---|
| 86 | <SubType>UserControl</SubType>
|
---|
| 87 | </Compile>
|
---|
| 88 | <Compile Include="AndConstraintView.Designer.cs">
|
---|
| 89 | <DependentUpon>AndConstraintView.cs</DependentUpon>
|
---|
| 90 | </Compile>
|
---|
| 91 | <Compile Include="ConstraintBase.cs" />
|
---|
| 92 | <Compile Include="DoubleBoundedConstraint.cs" />
|
---|
| 93 | <Compile Include="DoubleBoundedConstraintView.cs">
|
---|
| 94 | <SubType>UserControl</SubType>
|
---|
| 95 | </Compile>
|
---|
| 96 | <Compile Include="DoubleBoundedConstraintView.Designer.cs">
|
---|
| 97 | <DependentUpon>DoubleBoundedConstraintView.cs</DependentUpon>
|
---|
| 98 | </Compile>
|
---|
| 99 | <Compile Include="IntBoundedConstraint.cs" />
|
---|
| 100 | <Compile Include="IntBoundedConstraintView.cs">
|
---|
| 101 | <SubType>UserControl</SubType>
|
---|
| 102 | </Compile>
|
---|
| 103 | <Compile Include="IntBoundedConstraintView.Designer.cs">
|
---|
| 104 | <DependentUpon>IntBoundedConstraintView.cs</DependentUpon>
|
---|
| 105 | </Compile>
|
---|
| 106 | <Compile Include="IsIntegerConstraint.cs" />
|
---|
| 107 | <Compile Include="ItemTypeConstraint.cs" />
|
---|
| 108 | <Compile Include="ItemTypeConstraintView.cs">
|
---|
| 109 | <SubType>UserControl</SubType>
|
---|
| 110 | </Compile>
|
---|
| 111 | <Compile Include="ItemTypeConstraintView.Designer.cs">
|
---|
| 112 | <DependentUpon>ItemTypeConstraintView.cs</DependentUpon>
|
---|
| 113 | </Compile>
|
---|
| 114 | <Compile Include="NotConstraint.cs" />
|
---|
| 115 | <Compile Include="NotConstraintView.cs">
|
---|
| 116 | <SubType>UserControl</SubType>
|
---|
| 117 | </Compile>
|
---|
| 118 | <Compile Include="NotConstraintView.Designer.cs">
|
---|
| 119 | <DependentUpon>NotConstraintView.cs</DependentUpon>
|
---|
| 120 | </Compile>
|
---|
| 121 | <Compile Include="OrConstraint.cs" />
|
---|
| 122 | <Compile Include="OrConstraintView.cs">
|
---|
| 123 | <SubType>UserControl</SubType>
|
---|
| 124 | </Compile>
|
---|
| 125 | <Compile Include="OrConstraintView.Designer.cs">
|
---|
| 126 | <DependentUpon>OrConstraintView.cs</DependentUpon>
|
---|
| 127 | </Compile>
|
---|
| 128 | <Compile Include="HeuristicLabConstraintsPlugin.cs" />
|
---|
| 129 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 130 | <Compile Include="VariableComparisonConstraint.cs" />
|
---|
| 131 | <Compile Include="VariableComparisonConstraintView.cs">
|
---|
| 132 | <SubType>UserControl</SubType>
|
---|
| 133 | </Compile>
|
---|
| 134 | <Compile Include="VariableComparisonConstraintView.Designer.cs">
|
---|
| 135 | <DependentUpon>VariableComparisonConstraintView.cs</DependentUpon>
|
---|
| 136 | </Compile>
|
---|
| 137 | </ItemGroup>
|
---|
| 138 | <ItemGroup>
|
---|
[1534] | 139 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[2] | 140 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 141 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[2] | 142 | </ProjectReference>
|
---|
[1534] | 143 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
[2] | 144 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
[1534] | 145 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
[2] | 146 | </ProjectReference>
|
---|
[1534] | 147 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[2] | 148 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 149 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 150 | </ProjectReference>
|
---|
| 151 | </ItemGroup>
|
---|
| 152 | <ItemGroup>
|
---|
| 153 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 154 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 155 | </ItemGroup>
|
---|
| 156 | <ItemGroup>
|
---|
| 157 | <EmbeddedResource Include="AndConstraintView.resx">
|
---|
| 158 | <SubType>Designer</SubType>
|
---|
| 159 | <DependentUpon>AndConstraintView.cs</DependentUpon>
|
---|
| 160 | </EmbeddedResource>
|
---|
| 161 | <EmbeddedResource Include="DoubleBoundedConstraintView.resx">
|
---|
| 162 | <SubType>Designer</SubType>
|
---|
| 163 | <DependentUpon>DoubleBoundedConstraintView.cs</DependentUpon>
|
---|
| 164 | </EmbeddedResource>
|
---|
| 165 | <EmbeddedResource Include="IntBoundedConstraintView.resx">
|
---|
| 166 | <SubType>Designer</SubType>
|
---|
| 167 | <DependentUpon>IntBoundedConstraintView.cs</DependentUpon>
|
---|
| 168 | </EmbeddedResource>
|
---|
| 169 | <EmbeddedResource Include="ItemTypeConstraintView.resx">
|
---|
| 170 | <DependentUpon>ItemTypeConstraintView.cs</DependentUpon>
|
---|
| 171 | <SubType>Designer</SubType>
|
---|
| 172 | </EmbeddedResource>
|
---|
| 173 | <EmbeddedResource Include="NotConstraintView.resx">
|
---|
| 174 | <DependentUpon>NotConstraintView.cs</DependentUpon>
|
---|
| 175 | <SubType>Designer</SubType>
|
---|
| 176 | </EmbeddedResource>
|
---|
| 177 | <EmbeddedResource Include="OrConstraintView.resx">
|
---|
| 178 | <SubType>Designer</SubType>
|
---|
| 179 | <DependentUpon>OrConstraintView.cs</DependentUpon>
|
---|
| 180 | </EmbeddedResource>
|
---|
| 181 | <EmbeddedResource Include="VariableComparisonConstraintView.resx">
|
---|
| 182 | <DependentUpon>VariableComparisonConstraintView.cs</DependentUpon>
|
---|
[103] | 183 | <SubType>Designer</SubType>
|
---|
[2] | 184 | </EmbeddedResource>
|
---|
| 185 | </ItemGroup>
|
---|
| 186 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 187 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 188 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 189 | <Target Name="BeforeBuild">
|
---|
| 190 | </Target>
|
---|
| 191 | <Target Name="AfterBuild">
|
---|
| 192 | </Target>
|
---|
| 193 | -->
|
---|
[30] | 194 | <PropertyGroup>
|
---|
[852] | 195 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 196 | set ProjectDir=$(ProjectDir)
|
---|
| 197 | set SolutionDir=$(SolutionDir)
|
---|
| 198 | set Outdir=$(Outdir)
|
---|
| 199 |
|
---|
| 200 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[30] | 201 | </PropertyGroup>
|
---|
[2] | 202 | </Project> |
---|