Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10059 was 10059, checked in by gkronber, 11 years ago

#2026 fixed references in HL specific GPDL plugin (backend), set svn:ignore

File size: 6.9 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>{A5452B63-B33B-4F9F-9E81-98B75EDB5612}</ProjectGuid>
9    <OutputType>Exe</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>bin\Debug\</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  <PropertyGroup>
96    <StartupObject />
97  </PropertyGroup>
98  <ItemGroup>
99    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
100      <SpecificVersion>False</SpecificVersion>
101      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
102    </Reference>
103    <Reference Include="System" />
104    <Reference Include="System.Core">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Drawing" />
108    <Reference Include="System.Windows.Forms" />
109    <Reference Include="System.Windows.Forms.DataVisualization" />
110    <Reference Include="System.Xml.Linq">
111      <RequiredTargetFramework>3.5</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.Data.DataSetExtensions">
114      <RequiredTargetFramework>3.5</RequiredTargetFramework>
115    </Reference>
116    <Reference Include="System.Data" />
117    <Reference Include="System.Xml" />
118  </ItemGroup>
119  <ItemGroup>
120    <Compile Include="AttributedGrammar.cs" />
121    <Compile Include="Attribute.cs" />
122    <Compile Include="Sequence.cs" />
123    <Compile Include="Test.cs" />
124    <Compile Include="Symbol.cs" />
125    <Compile Include="Language.cs" />
126    <Compile Include="Grammar.cs" />
127    <Compile Include="Interfaces\IAttribute.cs" />
128    <Compile Include="Interfaces\ISymbol.cs" />
129    <Compile Include="Interfaces\IGrammar.cs" />
130    <Compile Include="Plugin.cs" />
131    <Compile Include="Properties\AssemblyInfo.cs" />
132  </ItemGroup>
133  <ItemGroup>
134    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
135      <Visible>False</Visible>
136      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
137      <Install>false</Install>
138    </BootstrapperPackage>
139    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
140      <Visible>False</Visible>
141      <ProductName>.NET Framework 3.5 SP1</ProductName>
142      <Install>true</Install>
143    </BootstrapperPackage>
144    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
145      <Visible>False</Visible>
146      <ProductName>Windows Installer 3.1</ProductName>
147      <Install>true</Install>
148    </BootstrapperPackage>
149  </ItemGroup>
150  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152       Other similar extension points exist, see Microsoft.Common.targets.
153  <Target Name="BeforeBuild">
154  </Target>
155  <Target Name="AfterBuild">
156  </Target>
157  -->
158  <PropertyGroup>
159    <PreBuildEvent>
160    </PreBuildEvent>
161  </PropertyGroup>
162</Project>
Note: See TracBrowser for help on using the repository browser.