Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj @ 4771

Last change on this file since 4771 was 4419, checked in by swagner, 14 years ago

Enabled saving only for some specific items (#1193)

File size: 7.6 KB
RevLine 
[2315]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2315]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>
[3383]8    <ProjectGuid>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</ProjectGuid>
[2315]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Common</RootNamespace>
[3384]12    <AssemblyName>HeuristicLab.Common-3.3</AssemblyName>
[2315]13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[2315]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>
[4065]45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2315]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>
[3384]54    <DocumentationFile>bin\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
[4065]55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2315]56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x86\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
[4065]64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2315]65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
67    <OutputPath>bin\x86\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
[3384]73    <DocumentationFile>bin\x86\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
[4065]74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2315]75  </PropertyGroup>
[2367]76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>bin\x64\Debug\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x64</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
[4065]83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2367]84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
86    <OutputPath>bin\x64\Release\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
[3384]92    <DocumentationFile>bin\x64\Release\HeuristicLab.Common-3.3.xml</DocumentationFile>
[4065]93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[2367]94  </PropertyGroup>
[2315]95  <ItemGroup>
96    <Reference Include="System" />
97    <Reference Include="System.Core">
98      <RequiredTargetFramework>3.5</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
[2458]108    <Reference Include="WindowsBase">
109      <RequiredTargetFramework>3.0</RequiredTargetFramework>
110    </Reference>
[2315]111  </ItemGroup>
112  <ItemGroup>
[2474]113    <Compile Include="CancelEventArgs.cs" />
[2754]114    <None Include="HeuristicLabCommonPlugin.cs.frame" />
[3376]115    <Compile Include="Cloner.cs" />
[3405]116    <Compile Include="Content\ContentManager.cs" />
117    <Compile Include="Content\IStorableContent.cs" />
[3385]118    <Compile Include="DeepCloneable.cs" />
[3405]119    <Compile Include="Content\IContent.cs" />
[3462]120    <Compile Include="EnumerableStatisticExtensions.cs" />
[3376]121    <Compile Include="IDeepCloneable.cs" />
[2790]122    <Compile Include="ReferenceEqualityComparer.cs" />
[2739]123    <Compile Include="TypeExtensions.cs" />
[2324]124    <Compile Include="DoubleExtensions.cs">
125      <SubType>Code</SubType>
126    </Compile>
[2371]127    <Compile Include="EventArgs.cs" />
[2315]128    <Compile Include="HeuristicLabCommonPlugin.cs" />
[2476]129    <Compile Include="Properties\AssemblyInfo.cs" />
[2315]130  </ItemGroup>
131  <ItemGroup>
[3832]132    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2315]133      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]134      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[2315]135    </ProjectReference>
136  </ItemGroup>
137  <ItemGroup>
[2316]138    <None Include="Properties\AssemblyInfo.frame" />
[2315]139    <None Include="HeuristicLab.snk" />
140  </ItemGroup>
[4065]141  <ItemGroup>
142    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
143      <Visible>False</Visible>
144      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
145      <Install>false</Install>
146    </BootstrapperPackage>
147    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
148      <Visible>False</Visible>
149      <ProductName>.NET Framework 3.5 SP1</ProductName>
150      <Install>true</Install>
151    </BootstrapperPackage>
152    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
153      <Visible>False</Visible>
154      <ProductName>Windows Installer 3.1</ProductName>
155      <Install>true</Install>
156    </BootstrapperPackage>
157  </ItemGroup>
[2315]158  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
159  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160       Other similar extension points exist, see Microsoft.Common.targets.
161  <Target Name="BeforeBuild">
162  </Target>
163  <Target Name="AfterBuild">
164  </Target>
165  -->
166  <PropertyGroup>
167    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
168set ProjectDir=$(ProjectDir)
169set SolutionDir=$(SolutionDir)
170set Outdir=$(Outdir)
171
[2754]172call PreBuildEvent.cmd
173SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCommonPlugin.cs"</PreBuildEvent>
[2315]174  </PropertyGroup>
175</Project>
Note: See TracBrowser for help on using the repository browser.