Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on symbolic expression tree formatters: Initialized formatter for Smalltalk, deleted obsolete file. (#1270)

File size: 5.5 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>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Core-3.3">
44      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Core.Views-3.3">
47      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.MainForm-3.3">
50      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
53      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Persistence-3.3">
56      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
59      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="Microsoft.Build.Conversion.v3.5" />
62    <Reference Include="System" />
63    <Reference Include="System.Core" />
64    <Reference Include="System.Drawing" />
65    <Reference Include="System.Windows.Forms" />
66    <Reference Include="System.Xml.Linq" />
67    <Reference Include="System.Data.DataSetExtensions" />
68    <Reference Include="System.Data" />
69    <Reference Include="System.Xml" />
70  </ItemGroup>
71  <ItemGroup>
72    <None Include="HeuristicLab.snk" />
73    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs.frame" />
74    <None Include="Properties\AssemblyInfo.frame" />
75  </ItemGroup>
76  <ItemGroup>
77    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs" />
78    <Compile Include="Properties\AssemblyInfo.cs" />
79    <Compile Include="SymbolicExpressionTreeSmalltalkStringFormatter.cs" />
80    <Compile Include="SymbolicExpressionSmalltalkView.cs">
81      <SubType>UserControl</SubType>
82    </Compile>
83    <Compile Include="SymbolicExpressionSmalltalkView.Designer.cs">
84      <DependentUpon>SymbolicExpressionSmalltalkView.cs</DependentUpon>
85    </Compile>
86  </ItemGroup>
87  <ItemGroup>
88    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
89      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
90      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
91    </ProjectReference>
92  </ItemGroup>
93  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94  <PropertyGroup>
95    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
96set ProjectDir=$(ProjectDir)
97set SolutionDir=$(SolutionDir)
98set Outdir=$(Outdir)
99
100call PreBuildEvent.cmd
101SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs"</PreBuildEvent>
102  </PropertyGroup>
103  <PropertyGroup>
104    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
105  </PropertyGroup>
106  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107       Other similar extension points exist, see Microsoft.Common.targets.
108  <Target Name="BeforeBuild">
109  </Target>
110  <Target Name="AfterBuild">
111  </Target>
112  -->
113</Project>
Note: See TracBrowser for help on using the repository browser.