Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GPDL.Backend/HeuristicLab.Problems.GPDL.Views/3.4/HeuristicLab.Problems.GPDL.Views-3.4.csproj

Last change on this file was 10059, checked in by gkronber, 11 years ago

#2026 fixed references in HL specific GPDL plugin (backend), set svn:ignore

File size: 14.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{3F9E665A-3DCB-49C3-8806-0E47FC48EA52}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.GPDL.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.GPDL.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
86    <OutputPath>bin\x86\Release\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <ItemGroup>
95    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
98    </Reference>
99    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
100      <SpecificVersion>False</SpecificVersion>
101      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <SpecificVersion>False</SpecificVersion>
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
109      <SpecificVersion>False</SpecificVersion>
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
114      <SpecificVersion>False</SpecificVersion>
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
116      <Private>False</Private>
117    </Reference>
118    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
124      <SpecificVersion>False</SpecificVersion>
125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
134      <SpecificVersion>False</SpecificVersion>
135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
136      <Private>False</Private>
137    </Reference>
138    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.Problems.GPDL-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
144      <SpecificVersion>False</SpecificVersion>
145      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.GPDL-3.4.dll</HintPath>
146    </Reference>
147    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
148      <SpecificVersion>False</SpecificVersion>
149      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
150      <Private>False</Private>
151    </Reference>
152    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
153      <SpecificVersion>False</SpecificVersion>
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.SequentialEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
158      <SpecificVersion>False</SpecificVersion>
159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
160    </Reference>
161    <Reference Include="ICSharpCode.AvalonEdit, Version=4.3.1.9430, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
162      <SpecificVersion>False</SpecificVersion>
163      <HintPath>.\ICSharpCode.AvalonEdit.dll</HintPath>
164      <Private>False</Private>
165    </Reference>
166    <Reference Include="PresentationCore" />
167    <Reference Include="PresentationFramework" />
168    <Reference Include="System" />
169    <Reference Include="System.Core">
170      <RequiredTargetFramework>3.5</RequiredTargetFramework>
171    </Reference>
172    <Reference Include="System.Drawing" />
173    <Reference Include="System.Windows.Forms" />
174    <Reference Include="System.Windows.Forms.DataVisualization" />
175    <Reference Include="System.Xaml" />
176    <Reference Include="System.Xml.Linq">
177      <RequiredTargetFramework>3.5</RequiredTargetFramework>
178    </Reference>
179    <Reference Include="System.Data.DataSetExtensions">
180      <RequiredTargetFramework>3.5</RequiredTargetFramework>
181    </Reference>
182    <Reference Include="System.Data" />
183    <Reference Include="System.Xml" />
184    <Reference Include="WindowsBase" />
185    <Reference Include="WindowsFormsIntegration" />
186  </ItemGroup>
187  <ItemGroup>
188    <Compile Include="CodeEditor.xaml.cs">
189      <DependentUpon>CodeEditor.xaml</DependentUpon>
190    </Compile>
191    <Compile Include="ColorizeErrors.cs" />
192    <Compile Include="GpdlCompletionData.cs" />
193    <Compile Include="GpdlProblemInstanceConsumerView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="Properties\Resources.Designer.cs">
197      <AutoGen>True</AutoGen>
198      <DesignTime>True</DesignTime>
199      <DependentUpon>Resources.resx</DependentUpon>
200    </Compile>
201    <None Include="HeuristicLab.snk" />
202    <Compile Include="GpdlExampleDataDescriptor.cs" />
203    <Compile Include="CreateProblemMenuItem.cs" />
204    <Compile Include="GpdlEditor.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="GpdlEditor.Designer.cs">
208      <DependentUpon>GpdlEditor.cs</DependentUpon>
209    </Compile>
210    <Compile Include="GpdlExampleProvider.cs" />
211    <Compile Include="Plugin.cs" />
212    <Compile Include="Properties\AssemblyInfo.cs" />
213    <None Include="Plugin.cs.frame" />
214    <None Include="Properties\AssemblyInfo.cs.frame" />
215    <None Include="SyntaxDefinition.xsd">
216      <SubType>Designer</SubType>
217    </None>
218  </ItemGroup>
219  <ItemGroup>
220    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
221      <Visible>False</Visible>
222      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
223      <Install>false</Install>
224    </BootstrapperPackage>
225    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
226      <Visible>False</Visible>
227      <ProductName>.NET Framework 3.5 SP1</ProductName>
228      <Install>true</Install>
229    </BootstrapperPackage>
230    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
231      <Visible>False</Visible>
232      <ProductName>Windows Installer 3.1</ProductName>
233      <Install>true</Install>
234    </BootstrapperPackage>
235  </ItemGroup>
236  <ItemGroup>
237    <EmbeddedResource Include="GpdlEditor.resx">
238      <DependentUpon>GpdlEditor.cs</DependentUpon>
239    </EmbeddedResource>
240    <EmbeddedResource Include="Properties\Resources.resx">
241      <Generator>ResXFileCodeGenerator</Generator>
242      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
243    </EmbeddedResource>
244  </ItemGroup>
245  <ItemGroup>
246    <None Include="Resources\Artificial Ant.txt" />
247  </ItemGroup>
248  <ItemGroup>
249    <None Include="Resources\Factorial.txt" />
250  </ItemGroup>
251  <ItemGroup>
252    <None Include="Resources\Fib.txt" />
253  </ItemGroup>
254  <ItemGroup>
255    <None Include="Resources\GPDL.xshd" />
256    <None Include="Resources\multi-output-multiplier.txt" />
257  </ItemGroup>
258  <ItemGroup>
259    <None Include="Resources\symbreg HEAL.txt" />
260  </ItemGroup>
261  <ItemGroup>
262    <None Include="Resources\symbreg Koza.txt" />
263  </ItemGroup>
264  <ItemGroup>
265    <Page Include="CodeEditor.xaml">
266      <SubType>Designer</SubType>
267      <Generator>MSBuild:Compile</Generator>
268    </Page>
269  </ItemGroup>
270  <ItemGroup>
271    <Content Include="ICSharpCode.AvalonEdit.dll">
272      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
273    </Content>
274    <None Include="Resources\LawnMower.txt" />
275    <None Include="Resources\Multiplexer.txt" />
276    <None Include="Resources\EvenParity.txt" />
277  </ItemGroup>
278  <ItemGroup>
279    <ProjectReference Include="..\..\HeuristicLab.Problems.GPDL.CodeGen\3.4\HeuristicLab.Problems.GPDL.CodeGen-3.4.csproj">
280      <Project>{F8481248-2A5B-48A0-A485-D3E1619C1E44}</Project>
281      <Name>HeuristicLab.Problems.GPDL.CodeGen-3.4</Name>
282    </ProjectReference>
283  </ItemGroup>
284  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
285  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
286       Other similar extension points exist, see Microsoft.Common.targets.
287  <Target Name="BeforeBuild">
288  </Target>
289  <Target Name="AfterBuild">
290  </Target>
291  -->
292  <PropertyGroup>
293    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
294set ProjectDir=$(ProjectDir)
295set SolutionDir=$(SolutionDir)
296set Outdir=$(Outdir)
297
298call PreBuildEvent.cmd</PreBuildEvent>
299  </PropertyGroup>
300</Project>
Note: See TracBrowser for help on using the repository browser.