Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj @ 10031

Last change on this file since 10031 was 10031, checked in by gkronber, 10 years ago

#2026: worked on plugin for grammars and made some changes for compatibility with the latest stable version of HL

File size: 6.9 KB
RevLine 
[10031]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>{A5452B63-B33B-4F9F-9E81-98B75EDB5612}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Grammars</RootNamespace>
12    <AssemblyName>HeuristicLab.Grammars-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>
19    </AssemblyOriginatorKeyFile>
20    <FileUpgradeFlags>
21    </FileUpgradeFlags>
22    <OldToolsVersion>3.5</OldToolsVersion>
23    <UpgradeBackupLocation />
24    <PublishUrl>publish\</PublishUrl>
25    <Install>true</Install>
26    <InstallFrom>Disk</InstallFrom>
27    <UpdateEnabled>false</UpdateEnabled>
28    <UpdateMode>Foreground</UpdateMode>
29    <UpdateInterval>7</UpdateInterval>
30    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31    <UpdatePeriodically>false</UpdatePeriodically>
32    <UpdateRequired>false</UpdateRequired>
33    <MapFileExtensions>true</MapFileExtensions>
34    <ApplicationRevision>0</ApplicationRevision>
35    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36    <IsWebBootstrapper>false</IsWebBootstrapper>
37    <UseApplicationTrust>false</UseApplicationTrust>
38    <BootstrapperEnabled>true</BootstrapperEnabled>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41    <DebugSymbols>true</DebugSymbols>
42    <DebugType>full</DebugType>
43    <Optimize>false</Optimize>
44    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <ErrorReport>prompt</ErrorReport>
47    <WarningLevel>4</WarningLevel>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>bin\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
69    <OutputPath>bin\x64\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
87    <OutputPath>bin\x86\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x86</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94  </PropertyGroup>
95  <ItemGroup>
96    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
97      <SpecificVersion>False</SpecificVersion>
98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="System" />
101    <Reference Include="System.Core">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Drawing" />
105    <Reference Include="System.Windows.Forms" />
106    <Reference Include="System.Windows.Forms.DataVisualization" />
107    <Reference Include="System.Xml.Linq">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Data.DataSetExtensions">
111      <RequiredTargetFramework>3.5</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.Data" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="Grammar.cs" />
118    <Compile Include="Interfaces\IAttribute.cs" />
119    <Compile Include="Interfaces\IAttributedGrammar.cs" />
120    <Compile Include="Interfaces\ISymbol.cs" />
121    <Compile Include="Interfaces\IGrammar.cs" />
122    <Compile Include="Plugin.cs" />
123    <Compile Include="Properties\AssemblyInfo.cs" />
124    <None Include="Plugin.cs.frame" />
125    <None Include="Properties\AssemblyInfo.cs.frame" />
126  </ItemGroup>
127  <ItemGroup>
128    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
129      <Visible>False</Visible>
130      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
131      <Install>false</Install>
132    </BootstrapperPackage>
133    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
134      <Visible>False</Visible>
135      <ProductName>.NET Framework 3.5 SP1</ProductName>
136      <Install>true</Install>
137    </BootstrapperPackage>
138    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
139      <Visible>False</Visible>
140      <ProductName>Windows Installer 3.1</ProductName>
141      <Install>true</Install>
142    </BootstrapperPackage>
143  </ItemGroup>
144  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146       Other similar extension points exist, see Microsoft.Common.targets.
147  <Target Name="BeforeBuild">
148  </Target>
149  <Target Name="AfterBuild">
150  </Target>
151  -->
152  <PropertyGroup>
153    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
154set ProjectDir=$(ProjectDir)
155set SolutionDir=$(SolutionDir)
156set Outdir=$(Outdir)
157
158call PreBuildEvent.cmd</PreBuildEvent>
159  </PropertyGroup>
160</Project>
Note: See TracBrowser for help on using the repository browser.