Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj @ 4477

Last change on this file since 4477 was 4477, checked in by gkronber, 14 years ago

Merged r4458, r4459,r4462,r4464 from data analysis exploration branch into trunk. #1142

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