Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.2/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.3/HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.csproj @ 12249

Last change on this file since 12249 was 4117, checked in by abeham, 14 years ago

#1041

  • Added views plugin for variable symbol to set the variable names
  • Beautified interface in the channel views (images in buttons)
  • fixed a bug in the tree interpreter regarding missing variables
  • Added missing frame file for ExternalEvaluation.Views plugin
  • Fixed build of ProtoGen in the solution file
File size: 11.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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{1778134B-866B-4CB3-BFC0-52B2FAAA5777}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation.GP.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
53    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
55  </PropertyGroup>
56  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
57    <OutputPath>bin\x86\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
69    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
71  </PropertyGroup>
72  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
73    <DebugSymbols>true</DebugSymbols>
74    <OutputPath>bin\x64\Debug\</OutputPath>
75    <DefineConstants>DEBUG;TRACE</DefineConstants>
76    <DebugType>full</DebugType>
77    <PlatformTarget>x64</PlatformTarget>
78    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
79    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
80    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
83    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
84    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
85    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
86    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
87  </PropertyGroup>
88  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
89    <OutputPath>bin\x64\Release\</OutputPath>
90    <DefineConstants>TRACE</DefineConstants>
91    <Optimize>true</Optimize>
92    <DebugType>pdbonly</DebugType>
93    <PlatformTarget>x64</PlatformTarget>
94    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
95    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
96    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
97    <ErrorReport>prompt</ErrorReport>
98    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
99    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
100    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
101    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
102    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
103  </PropertyGroup>
104  <ItemGroup>
105    <Reference Include="System" />
106    <Reference Include="System.Core" />
107    <Reference Include="System.Drawing" />
108    <Reference Include="System.Windows.Forms" />
109    <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
110    <Reference Include="System.Xml.Linq" />
111    <Reference Include="System.Data.DataSetExtensions" />
112    <Reference Include="System.Data" />
113    <Reference Include="System.Xml" />
114  </ItemGroup>
115  <ItemGroup>
116    <None Include="Properties\AssemblyInfo.frame" />
117    <Compile Include="VariableSymbolView.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="VariableSymbolView.Designer.cs">
121      <DependentUpon>VariableSymbolView.cs</DependentUpon>
122    </Compile>
123    <None Include="HeuristicLab.snk" />
124    <None Include="HeuristicLabProblemsExternalEvaluationGPViewsPlugin.cs.frame" />
125    <Compile Include="HeuristicLabProblemsExternalEvaluationGPViewsPlugin.cs" />
126    <Compile Include="Properties\AssemblyInfo.cs" />
127  </ItemGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
130      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
131      <Name>HeuristicLab.Collections-3.3</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
134      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
135      <Name>HeuristicLab.Common-3.3</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
138      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
139      <Name>HeuristicLab.Core.Views-3.3</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
142      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
143      <Name>HeuristicLab.Core-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
146      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
147      <Name>HeuristicLab.Data-3.3</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
150      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
151      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
154      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
155      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
158      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
159      <Name>HeuristicLab.MainForm-3.3</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
162      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
163      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Problems.ExternalEvaluation.GP\3.3\HeuristicLab.Problems.ExternalEvaluation.GP-3.3.csproj">
166      <Project>{E86E215D-E3CE-4244-978D-555D4E17AC09}</Project>
167      <Name>HeuristicLab.Problems.ExternalEvaluation.GP-3.3</Name>
168    </ProjectReference>
169  </ItemGroup>
170  <ItemGroup>
171    <EmbeddedResource Include="VariableSymbolView.resx">
172      <DependentUpon>VariableSymbolView.cs</DependentUpon>
173    </EmbeddedResource>
174  </ItemGroup>
175  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176  <PropertyGroup>
177    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
178set ProjectDir=$(ProjectDir)
179set SolutionDir=$(SolutionDir)
180set Outdir=$(Outdir)
181
182call PreBuildEvent.cmd
183SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsExternalEvaluationGPViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsExternalEvaluationGPViewsPlugin.cs"</PreBuildEvent>
184  </PropertyGroup>
185  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
186       Other similar extension points exist, see Microsoft.Common.targets.
187  <Target Name="BeforeBuild">
188  </Target>
189  <Target Name="AfterBuild">
190  </Target>
191  -->
192</Project>
Note: See TracBrowser for help on using the repository browser.