Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters.csproj @ 4823

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

Implemented first version of Smalltalk representation for most symbols. (#1270)

File size: 5.6 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>{FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Common-3.3">
41      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Core-3.3">
44      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Core.Views-3.3">
47      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.MainForm-3.3">
50      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
53      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Persistence-3.3">
56      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
59      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.3">
62      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="Microsoft.Build.Conversion.v3.5" />
65    <Reference Include="System" />
66    <Reference Include="System.Core" />
67    <Reference Include="System.Drawing" />
68    <Reference Include="System.Windows.Forms" />
69    <Reference Include="System.Xml.Linq" />
70    <Reference Include="System.Data.DataSetExtensions" />
71    <Reference Include="System.Data" />
72    <Reference Include="System.Xml" />
73  </ItemGroup>
74  <ItemGroup>
75    <None Include="HeuristicLab.snk" />
76    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs.frame" />
77    <None Include="Properties\AssemblyInfo.frame" />
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82    <Compile Include="SymbolicExpressionTreeSmalltalkStringFormatter.cs" />
83    <Compile Include="SymbolicExpressionSmalltalkView.cs">
84      <SubType>UserControl</SubType>
85    </Compile>
86    <Compile Include="SymbolicExpressionSmalltalkView.Designer.cs">
87      <DependentUpon>SymbolicExpressionSmalltalkView.cs</DependentUpon>
88    </Compile>
89  </ItemGroup>
90  <ItemGroup>
91    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
92      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
93      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
94    </ProjectReference>
95  </ItemGroup>
96  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97  <PropertyGroup>
98    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
99set ProjectDir=$(ProjectDir)
100set SolutionDir=$(SolutionDir)
101set Outdir=$(Outdir)
102
103call PreBuildEvent.cmd
104SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs"</PreBuildEvent>
105  </PropertyGroup>
106  <PropertyGroup>
107    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
108  </PropertyGroup>
109  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110       Other similar extension points exist, see Microsoft.Common.targets.
111  <Target Name="BeforeBuild">
112  </Target>
113  <Target Name="AfterBuild">
114  </Target>
115  -->
116</Project>
Note: See TracBrowser for help on using the repository browser.