Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TreeSimplifier/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj @ 8916

Last change on this file since 8916 was 8916, checked in by bburlacu, 11 years ago

#1763: Added HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views and HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views to the branch. Removed prune button, minor functionality improvements.

File size: 12.5 KB
RevLine 
[5699]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>{BF1E4DF4-A4CC-451F-9D50-303F405E265E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.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>
[8916]43    <OutputPath>..\..\..\..\Trunk\sources\bin\</OutputPath>
[5699]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>
[8916]52    <OutputPath>..\..\..\..\Trunk\sources\bin\</OutputPath>
[5699]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>
[6866]60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5699]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' ">
[6866]68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5699]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>
[6866]78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5699]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' ">
[6866]86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[5699]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>
[8916]95    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
98    </Reference>
99    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
100      <SpecificVersion>False</SpecificVersion>
101      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <SpecificVersion>False</SpecificVersion>
105      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
116      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
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    </Reference>
122    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
127      <SpecificVersion>False</SpecificVersion>
128      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
141    </Reference>
[5699]142    <Reference Include="System" />
143    <Reference Include="System.Core">
144      <RequiredTargetFramework>3.5</RequiredTargetFramework>
145    </Reference>
146    <Reference Include="System.Drawing" />
147    <Reference Include="System.Windows.Forms" />
148  </ItemGroup>
149  <ItemGroup>
[8636]150    <Compile Include="InteractiveSymbolicClassificationSolutionSimplifierView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="InteractiveSymbolicClassificationSolutionSimplifierView.Designer.cs">
154      <DependentUpon>InteractiveSymbolicClassificationSolutionSimplifierView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="SymbolicClassificationSolutionView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="SymbolicClassificationSolutionView.Designer.cs">
160      <DependentUpon>SymbolicClassificationSolutionView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="InteractiveSymbolicClassificationSolutionSimplifierViewBase.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="InteractiveSymbolicClassificationSolutionSimplifierViewBase.Designer.cs">
166      <DependentUpon>InteractiveSymbolicClassificationSolutionSimplifierViewBase.cs</DependentUpon>
167    </Compile>
[6866]168    <Compile Include="Plugin.cs" />
[5717]169    <Compile Include="SymbolicDiscriminantFunctionClassificationSolutionView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="SymbolicDiscriminantFunctionClassificationSolutionView.Designer.cs">
173      <DependentUpon>SymbolicDiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
174    </Compile>
[5699]175    <None Include="HeuristicLab.snk" />
[6866]176    <None Include="Plugin.cs.frame" />
177    <None Include="Properties\AssemblyInfo.cs.frame" />
[5717]178    <Compile Include="InteractiveSymbolicDiscriminantFunctionClassificationSolutionSimplifierView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="InteractiveSymbolicDiscriminantFunctionClassificationSolutionSimplifierView.Designer.cs">
182      <DependentUpon>InteractiveSymbolicDiscriminantFunctionClassificationSolutionSimplifierView.cs</DependentUpon>
183    </Compile>
[5699]184    <Compile Include="Properties\AssemblyInfo.cs" />
185  </ItemGroup>
186  <ItemGroup>
187    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
188      <Visible>False</Visible>
189      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
190      <Install>false</Install>
191    </BootstrapperPackage>
192    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
193      <Visible>False</Visible>
194      <ProductName>.NET Framework 3.5 SP1</ProductName>
195      <Install>true</Install>
196    </BootstrapperPackage>
197    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
198      <Visible>False</Visible>
199      <ProductName>Windows Installer 3.1</ProductName>
200      <Install>true</Install>
201    </BootstrapperPackage>
202  </ItemGroup>
[8916]203  <ItemGroup>
204    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
205      <Project>{05bae4e1-a9fa-4644-aa77-42558720159e}</Project>
206      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
209      <Project>{7a2531ce-3f7c-4f13-bcca-ed6dc27a7086}</Project>
210      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
213      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
214      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
215    </ProjectReference>
216  </ItemGroup>
[5699]217  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
218  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
219       Other similar extension points exist, see Microsoft.Common.targets.
220  <Target Name="BeforeBuild">
221  </Target>
222  <Target Name="AfterBuild">
223  </Target>
224  -->
225  <PropertyGroup>
[8636]226    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[5699]227set ProjectDir=$(ProjectDir)
228set SolutionDir=$(SolutionDir)
229set Outdir=$(Outdir)
230
231call PreBuildEvent.cmd
[6866]232</PreBuildEvent>
[8636]233    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]234export ProjectDir=$(ProjectDir)
235export SolutionDir=$(SolutionDir)
236
237$SolutionDir/PreBuildEvent.sh
238</PreBuildEvent>
[5699]239  </PropertyGroup>
240</Project>
Note: See TracBrowser for help on using the repository browser.