[2] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{74752FCD-9E10-48DB-9AF2-AF5518B62807}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.AdvancedOptimizationFrontend</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.AdvancedOptimizationFrontend</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | <DocumentationFile>bin\Release\HeuristicLab.AdvancedOptimizationFrontend.XML</DocumentationFile>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <ItemGroup>
|
---|
| 37 | <Reference Include="System" />
|
---|
| 38 | <Reference Include="System.Data" />
|
---|
| 39 | <Reference Include="System.Drawing" />
|
---|
| 40 | <Reference Include="System.Windows.Forms" />
|
---|
| 41 | <Reference Include="System.Xml" />
|
---|
| 42 | <Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.2.2864.18696, Culture=neutral, PublicKeyToken=d481317c817cec47, processorArchitecture=MSIL" />
|
---|
| 43 | </ItemGroup>
|
---|
| 44 | <ItemGroup>
|
---|
| 45 | <Compile Include="AboutDialog.cs">
|
---|
| 46 | <SubType>Form</SubType>
|
---|
| 47 | </Compile>
|
---|
| 48 | <Compile Include="AboutDialog.Designer.cs">
|
---|
| 49 | <DependentUpon>AboutDialog.cs</DependentUpon>
|
---|
| 50 | </Compile>
|
---|
| 51 | <Compile Include="AvailableOperatorsForm.cs">
|
---|
| 52 | <SubType>Form</SubType>
|
---|
| 53 | </Compile>
|
---|
| 54 | <Compile Include="AvailableOperatorsForm.Designer.cs">
|
---|
| 55 | <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
|
---|
| 56 | </Compile>
|
---|
| 57 | <Compile Include="EditorForm.cs">
|
---|
| 58 | <SubType>Form</SubType>
|
---|
| 59 | </Compile>
|
---|
| 60 | <Compile Include="EditorForm.Designer.cs">
|
---|
| 61 | <DependentUpon>EditorForm.cs</DependentUpon>
|
---|
| 62 | </Compile>
|
---|
| 63 | <Compile Include="HeuristicLabAdvancedOptimizationFrontendApplication.cs" />
|
---|
| 64 | <Compile Include="HeuristicLabAdvancedOptimizationFrontendPlugin.cs" />
|
---|
| 65 | <Compile Include="MainForm.cs">
|
---|
| 66 | <SubType>Form</SubType>
|
---|
| 67 | </Compile>
|
---|
| 68 | <Compile Include="MainForm.Designer.cs">
|
---|
| 69 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
| 70 | </Compile>
|
---|
| 71 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 72 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 73 | <AutoGen>True</AutoGen>
|
---|
| 74 | <DesignTime>True</DesignTime>
|
---|
| 75 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 76 | </Compile>
|
---|
| 77 | <Compile Include="ViewForm.cs">
|
---|
| 78 | <SubType>Form</SubType>
|
---|
| 79 | </Compile>
|
---|
| 80 | <Compile Include="ViewForm.Designer.cs">
|
---|
| 81 | <DependentUpon>ViewForm.cs</DependentUpon>
|
---|
| 82 | </Compile>
|
---|
| 83 | </ItemGroup>
|
---|
| 84 | <ItemGroup>
|
---|
| 85 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 86 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 87 | <Name>HeuristicLab.Core</Name>
|
---|
| 88 | </ProjectReference>
|
---|
| 89 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 90 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 91 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 92 | </ProjectReference>
|
---|
| 93 | </ItemGroup>
|
---|
| 94 | <ItemGroup>
|
---|
| 95 | <None Include="HeuristicLab.snk" />
|
---|
[30] | 96 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
[2] | 97 | </ItemGroup>
|
---|
| 98 | <ItemGroup>
|
---|
| 99 | <Content Include="Resources\HeuristicLab.ico" />
|
---|
| 100 | <Content Include="Resources\Logo_gray.gif" />
|
---|
| 101 | <Content Include="Resources\New.png" />
|
---|
| 102 | <Content Include="Resources\Open.png" />
|
---|
| 103 | <Content Include="Resources\Save.png" />
|
---|
| 104 | <Content Include="Resources\SaveAll.png" />
|
---|
| 105 | <Content Include="Resources\Tools.ico" />
|
---|
[5] | 106 | <Content Include="WeifenLuo.WinFormsUI.Docking License.txt" />
|
---|
[2] | 107 | <Content Include="WeifenLuo.WinFormsUI.Docking.dll" />
|
---|
| 108 | </ItemGroup>
|
---|
| 109 | <ItemGroup>
|
---|
| 110 | <EmbeddedResource Include="AboutDialog.resx">
|
---|
| 111 | <DependentUpon>AboutDialog.cs</DependentUpon>
|
---|
| 112 | <SubType>Designer</SubType>
|
---|
| 113 | </EmbeddedResource>
|
---|
| 114 | <EmbeddedResource Include="AvailableOperatorsForm.resx">
|
---|
| 115 | <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
|
---|
| 116 | <SubType>Designer</SubType>
|
---|
| 117 | </EmbeddedResource>
|
---|
| 118 | <EmbeddedResource Include="EditorForm.resx">
|
---|
| 119 | <DependentUpon>EditorForm.cs</DependentUpon>
|
---|
| 120 | <SubType>Designer</SubType>
|
---|
| 121 | </EmbeddedResource>
|
---|
| 122 | <EmbeddedResource Include="MainForm.resx">
|
---|
| 123 | <DependentUpon>MainForm.cs</DependentUpon>
|
---|
| 124 | <SubType>Designer</SubType>
|
---|
| 125 | </EmbeddedResource>
|
---|
| 126 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 127 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 128 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 129 | <SubType>Designer</SubType>
|
---|
| 130 | </EmbeddedResource>
|
---|
| 131 | <EmbeddedResource Include="ViewForm.resx">
|
---|
| 132 | <DependentUpon>ViewForm.cs</DependentUpon>
|
---|
| 133 | <SubType>Designer</SubType>
|
---|
| 134 | </EmbeddedResource>
|
---|
| 135 | </ItemGroup>
|
---|
| 136 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 137 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 138 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 139 | <Target Name="BeforeBuild">
|
---|
| 140 | </Target>
|
---|
| 141 | <Target Name="AfterBuild">
|
---|
| 142 | </Target>
|
---|
| 143 | -->
|
---|
[30] | 144 | <PropertyGroup>
|
---|
| 145 | <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 146 | </PropertyGroup>
|
---|
[2] | 147 | </Project> |
---|