Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4820 was 4820, checked in by swinkler, 14 years ago

Worked on symbolic expression tree formatters: Added interface, founded new project for formatters. (#1270)

File size: 3.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.PluginInfrastructure-3.3">
41      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="System" />
44    <Reference Include="System.Core" />
45    <Reference Include="System.Xml.Linq" />
46    <Reference Include="System.Data.DataSetExtensions" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <None Include="HeuristicLab.snk" />
52    <None Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs.frame" />
53    <None Include="Properties\AssemblyInfo.frame" />
54  </ItemGroup>
55  <ItemGroup>
56    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs" />
57    <Compile Include="Properties\AssemblyInfo.cs" />
58  </ItemGroup>
59  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60  <PropertyGroup>
61    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
62set ProjectDir=$(ProjectDir)
63set SolutionDir=$(SolutionDir)
64set Outdir=$(Outdir)
65
66call PreBuildEvent.cmd
67SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs"</PreBuildEvent>
68  </PropertyGroup>
69  <PropertyGroup>
70    <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent>
71  </PropertyGroup>
72  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73       Other similar extension points exist, see Microsoft.Common.targets.
74  <Target Name="BeforeBuild">
75  </Target>
76  <Target Name="AfterBuild">
77  </Target>
78  -->
79</Project>
Note: See TracBrowser for help on using the repository browser.