Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.Problems.Programmable.Views-3.3.csproj @ 11572

Last change on this file since 11572 was 11572, checked in by bburlacu, 9 years ago

#2276: Merged the Programmable problem projects into the branch, adjusted references and build paths.

File size: 7.8 KB
RevLine 
[10753]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{6F023B90-2091-40A9-8AC0-B0338DFF8E5F}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Programmable.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Programmable.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
[11572]20    <OutputPath>..\..\bin\</OutputPath>
[10753]21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
[11572]28    <OutputPath>..\..\bin\</OutputPath>
[10753]29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="Plugin.cs" />
[11397]52    <Compile Include="ProblemDefinitionScriptView.cs">
53      <SubType>UserControl</SubType>
54    </Compile>
55    <Compile Include="ProblemDefinitionScriptView.Designer.cs">
56      <DependentUpon>ProblemDefinitionScriptView.cs</DependentUpon>
57    </Compile>
[11400]58    <Compile Include="MultiObjectiveProgrammableProblemView.cs">
[10753]59      <SubType>UserControl</SubType>
60    </Compile>
[11400]61    <Compile Include="MultiObjectiveProgrammableProblemView.Designer.cs">
62      <DependentUpon>MultiObjectiveProgrammableProblemView.cs</DependentUpon>
[10753]63    </Compile>
[11400]64    <Compile Include="SingleObjectiveProgrammableProblemView.cs">
65      <SubType>UserControl</SubType>
66    </Compile>
67    <Compile Include="SingleObjectiveProgrammableProblemView.Designer.cs">
68      <DependentUpon>SingleObjectiveProgrammableProblemView.cs</DependentUpon>
69    </Compile>
[10753]70    <Compile Include="Properties\AssemblyInfo.cs" />
71  </ItemGroup>
72  <ItemGroup>
73    <None Include="HeuristicLab.snk" />
74    <None Include="Plugin.cs.frame" />
75    <None Include="Properties\AssemblyInfo.cs.frame" />
76  </ItemGroup>
77  <ItemGroup>
[11572]78    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
79      <Project>{489cfe09-fdf7-4c89-bab5-bd09cadd61ad}</Project>
80      <Name>HeuristicLab.CodeEditor-3.3</Name>
81      <Private>False</Private>
82    </ProjectReference>
83    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
84      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
85      <Name>HeuristicLab.Collections-3.3</Name>
86      <Private>False</Private>
87    </ProjectReference>
88    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
89      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
90      <Name>HeuristicLab.Common.Resources-3.3</Name>
91      <Private>False</Private>
92    </ProjectReference>
93    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
94      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
95      <Name>HeuristicLab.Common-3.3</Name>
96      <Private>False</Private>
97    </ProjectReference>
98    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
99      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
100      <Name>HeuristicLab.Core.Views-3.3</Name>
101      <Private>False</Private>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
104      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
105      <Name>HeuristicLab.Core-3.3</Name>
106      <Private>False</Private>
107    </ProjectReference>
108    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
109      <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
110      <Name>HeuristicLab.Data.Views-3.3</Name>
111      <Private>False</Private>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
114      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
115      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
116      <Private>False</Private>
117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
119      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
120      <Name>HeuristicLab.MainForm-3.3</Name>
121      <Private>False</Private>
122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
124      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
125      <Name>HeuristicLab.Optimization-3.3</Name>
126      <Private>False</Private>
127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
129      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
130      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
131      <Private>False</Private>
132    </ProjectReference>
[10753]133    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj">
134      <Project>{ee07bff8-b23d-41f5-8ad7-ac9598d7a2c9}</Project>
135      <Name>HeuristicLab.Problems.Programmable-3.3</Name>
[11572]136      <Private>False</Private>
[10753]137    </ProjectReference>
[11572]138    <ProjectReference Include="..\..\HeuristicLab.Scripting.Views\3.3\HeuristicLab.Scripting.Views-3.3.csproj">
139      <Project>{0c2917c8-7aa8-4e18-800a-c4d064f992ed}</Project>
140      <Name>HeuristicLab.Scripting.Views-3.3</Name>
141      <Private>False</Private>
142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
144      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
145      <Name>HeuristicLab.Scripting-3.3</Name>
146      <Private>False</Private>
147    </ProjectReference>
[10753]148  </ItemGroup>
149  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150  <PropertyGroup>
151    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
152set ProjectDir=$(ProjectDir)
153set SolutionDir=$(SolutionDir)
154set Outdir=$(Outdir)
155
156call PreBuildEvent.cmd</PreBuildEvent>
157  </PropertyGroup>
158  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
159       Other similar extension points exist, see Microsoft.Common.targets.
160  <Target Name="BeforeBuild">
161  </Target>
162  <Target Name="AfterBuild">
163  </Target>
164  -->
165</Project>
Note: See TracBrowser for help on using the repository browser.