Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/HeuristicLab.AdvancedOptimizationFrontend.csproj @ 5

Last change on this file since 5 was 5, checked in by swagner, 16 years ago

Added license information for third party libraries

File size: 6.0 KB
Line 
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" />
96  </ItemGroup>
97  <ItemGroup>
98    <Content Include="Resources\HeuristicLab.ico" />
99    <Content Include="Resources\Logo_gray.gif" />
100    <Content Include="Resources\New.png" />
101    <Content Include="Resources\Open.png" />
102    <Content Include="Resources\Save.png" />
103    <Content Include="Resources\SaveAll.png" />
104    <Content Include="Resources\Tools.ico" />
105    <Content Include="WeifenLuo.WinFormsUI.Docking License.txt" />
106    <Content Include="WeifenLuo.WinFormsUI.Docking.dll" />
107  </ItemGroup>
108  <ItemGroup>
109    <EmbeddedResource Include="AboutDialog.resx">
110      <DependentUpon>AboutDialog.cs</DependentUpon>
111      <SubType>Designer</SubType>
112    </EmbeddedResource>
113    <EmbeddedResource Include="AvailableOperatorsForm.resx">
114      <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
115      <SubType>Designer</SubType>
116    </EmbeddedResource>
117    <EmbeddedResource Include="EditorForm.resx">
118      <DependentUpon>EditorForm.cs</DependentUpon>
119      <SubType>Designer</SubType>
120    </EmbeddedResource>
121    <EmbeddedResource Include="MainForm.resx">
122      <DependentUpon>MainForm.cs</DependentUpon>
123      <SubType>Designer</SubType>
124    </EmbeddedResource>
125    <EmbeddedResource Include="Properties\Resources.resx">
126      <Generator>ResXFileCodeGenerator</Generator>
127      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
128      <SubType>Designer</SubType>
129    </EmbeddedResource>
130    <EmbeddedResource Include="ViewForm.resx">
131      <DependentUpon>ViewForm.cs</DependentUpon>
132      <SubType>Designer</SubType>
133    </EmbeddedResource>
134  </ItemGroup>
135  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137       Other similar extension points exist, see Microsoft.Common.targets.
138  <Target Name="BeforeBuild">
139  </Target>
140  <Target Name="AfterBuild">
141  </Target>
142  -->
143</Project>
Note: See TracBrowser for help on using the repository browser.