Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj @ 11577

Last change on this file since 11577 was 11577, checked in by swagner, 9 years ago

#2205: Restructured solution and projects and switched all projects to .NET 4.5

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