Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis.Extensions/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj @ 5180

Last change on this file since 5180 was 5180, checked in by swinkler, 13 years ago

Updated projects in exporters branch reacting on recent changes in the trunk (.NET 4.0, changes in interface of dataset). (#1270, #1314)

File size: 9.8 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>{6F42C5F8-16CD-43EE-8208-FD4573A69D85}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x86\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
85    <OutputPath>bin\x86\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="HeuristicLab.Collections-3.3">
95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Common-3.3">
98      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Core-3.3">
101      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="HeuristicLab.Core.Views-3.3">
104      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
105    </Reference>
106    <Reference Include="HeuristicLab.MainForm-3.3">
107      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
110      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
113      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="System" />
116    <Reference Include="System.Core">
117      <RequiredTargetFramework>3.5</RequiredTargetFramework>
118    </Reference>
119    <Reference Include="System.Drawing" />
120    <Reference Include="System.Windows.Forms" />
121    <Reference Include="System.Xml.Linq">
122      <RequiredTargetFramework>3.5</RequiredTargetFramework>
123    </Reference>
124    <Reference Include="System.Data.DataSetExtensions">
125      <RequiredTargetFramework>3.5</RequiredTargetFramework>
126    </Reference>
127    <Reference Include="System.Data" />
128    <Reference Include="System.Xml" />
129  </ItemGroup>
130  <ItemGroup>
131    <Compile Include="DefaultSymbolicExpressionGrammarView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="DefaultSymbolicExpressionGrammarView.Designer.cs">
135      <DependentUpon>DefaultSymbolicExpressionGrammarView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="SymbolView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="SymbolView.Designer.cs">
141      <DependentUpon>SymbolView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="GraphicalSymbolicExpressionTreeView.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="GraphicalSymbolicExpressionTreeView.Designer.cs">
147      <DependentUpon>GraphicalSymbolicExpressionTreeView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs" />
150    <Compile Include="Properties\AssemblyInfo.cs" />
151    <Compile Include="SymbolicExpressionTreeChart.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="SymbolicExpressionTreeChart.Designer.cs">
155      <DependentUpon>SymbolicExpressionTreeChart.cs</DependentUpon>
156    </Compile>
157    <Compile Include="SymbolicExpressionView.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="SymbolicExpressionView.Designer.cs">
161      <DependentUpon>SymbolicExpressionView.cs</DependentUpon>
162    </Compile>
163    <Compile Include="VisualSymbolicExpressionTreeNode.cs" />
164  </ItemGroup>
165  <ItemGroup>
166    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
167      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
168      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
169    </ProjectReference>
170  </ItemGroup>
171  <ItemGroup>
172    <None Include="HeuristicLab.snk" />
173    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs.frame" />
174    <None Include="Properties\AssemblyInfo.frame" />
175  </ItemGroup>
176  <ItemGroup>
177    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
178      <Visible>False</Visible>
179      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
180      <Install>false</Install>
181    </BootstrapperPackage>
182    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
183      <Visible>False</Visible>
184      <ProductName>.NET Framework 3.5 SP1</ProductName>
185      <Install>true</Install>
186    </BootstrapperPackage>
187    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
188      <Visible>False</Visible>
189      <ProductName>Windows Installer 3.1</ProductName>
190      <Install>true</Install>
191    </BootstrapperPackage>
192  </ItemGroup>
193  <ItemGroup>
194    <EmbeddedResource Include="SymbolicExpressionView.resx">
195      <DependentUpon>SymbolicExpressionView.cs</DependentUpon>
196    </EmbeddedResource>
197  </ItemGroup>
198  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
206  <PropertyGroup>
207    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
208set ProjectDir=$(ProjectDir)
209set SolutionDir=$(SolutionDir)
210set Outdir=$(Outdir)
211
212call PreBuildEvent.cmd
213SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs"</PreBuildEvent>
214  </PropertyGroup>
215  <PropertyGroup>
216    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
217  </PropertyGroup>
218</Project>
Note: See TracBrowser for help on using the repository browser.