Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj @ 6829

Last change on this file since 6829 was 6829, checked in by mkommend, 13 years ago

#1653: Renamed branch and set common build directory.

File size: 7.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>{A9E282EA-180F-4233-B809-AEDF0787545C}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Persistence.GUI</RootNamespace>
12    <AssemblyName>HeuristicLab.Persistence.GUI-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16    <StartupObject>
17    </StartupObject>
18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <DocumentationFile>bin\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <DocumentationFile>bin\x64\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>$(SolutionDir)\bin\x86\Debug\</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>$(SolutionDir)\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    <DocumentationFile>bin\x86\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95  </PropertyGroup>
96  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98       Other similar extension points exist, see Microsoft.Common.targets.
99  <Target Name="BeforeBuild">
100  </Target>
101  <Target Name="AfterBuild">
102  </Target>
103  -->
104  <ItemGroup>
105    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
106      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
107      <Name>HeuristicLab.Common.Resources-3.3</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
110      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
111      <Name>HeuristicLab.Persistence-3.3</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
114      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
115      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
116    </ProjectReference>
117  </ItemGroup>
118  <ItemGroup>
119    <None Include="HeuristicLabPersistenceGUIPlugin.cs.frame" />
120    <Compile Include="HeuristicLabPersistenceGUIPlugin.cs" />
121    <Compile Include="PersistenceAnalysis.cs" />
122    <Compile Include="PersistenceConfigurationForm.cs">
123      <SubType>Form</SubType>
124    </Compile>
125    <Compile Include="PersistenceConfigurationForm.Designer.cs">
126      <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Properties\AssemblyInfo.cs" />
129    <Compile Include="TypeExtensions.cs" />
130  </ItemGroup>
131  <ItemGroup>
132    <Reference Include="System" />
133    <Reference Include="System.Core">
134      <RequiredTargetFramework>3.5</RequiredTargetFramework>
135    </Reference>
136    <Reference Include="System.Data" />
137    <Reference Include="System.Drawing" />
138    <Reference Include="System.Windows.Forms" />
139    <Reference Include="System.Xml" />
140  </ItemGroup>
141  <ItemGroup>
142    <EmbeddedResource Include="PersistenceConfigurationForm.resx">
143      <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
144      <SubType>Designer</SubType>
145    </EmbeddedResource>
146  </ItemGroup>
147  <ItemGroup>
148    <None Include="app.config" />
149    <None Include="Properties\AssemblyInfo.frame" />
150  </ItemGroup>
151  <ItemGroup>
152    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
153      <Visible>False</Visible>
154      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
155      <Install>false</Install>
156    </BootstrapperPackage>
157    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
158      <Visible>False</Visible>
159      <ProductName>.NET Framework 3.5 SP1</ProductName>
160      <Install>true</Install>
161    </BootstrapperPackage>
162    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
163      <Visible>False</Visible>
164      <ProductName>Windows Installer 3.1</ProductName>
165      <Install>true</Install>
166    </BootstrapperPackage>
167  </ItemGroup>
168  <PropertyGroup>
169    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
170set ProjectDir=$(ProjectDir)
171set SolutionDir=$(SolutionDir)
172set Outdir=$(Outdir)
173
174call PreBuildEvent.cmd
175SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabPersistenceGUIPlugin.cs"</PreBuildEvent>
176  </PropertyGroup>
177</Project>
Note: See TracBrowser for help on using the repository browser.