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