Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj @ 13349

Last change on this file since 13349 was 11623, checked in by ascheibe, 9 years ago

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

File size: 8.1 KB
RevLine 
[4743]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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{49F28045-7B5F-411B-8D59-16C846FA26E0}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DebugEngine</RootNamespace>
12    <AssemblyName>HeuristicLab.DebugEngine-3.3</AssemblyName>
[11623]13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[6866]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[4743]16    <FileAlignment>512</FileAlignment>
17    <TargetFrameworkProfile />
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
[6866]23    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <RunCodeAnalysis>false</RunCodeAnalysis>
[11623]28    <Prefer32Bit>false</Prefer32Bit>
[4743]29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
[6866]33    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
[11623]37    <Prefer32Bit>false</Prefer32Bit>
[4743]38  </PropertyGroup>
39  <PropertyGroup>
40    <SignAssembly>true</SignAssembly>
41  </PropertyGroup>
42  <PropertyGroup>
43    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
44  </PropertyGroup>
45  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
46    <DebugSymbols>true</DebugSymbols>
[6866]47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]48    <DefineConstants>DEBUG;TRACE</DefineConstants>
49    <DebugType>full</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.DebugEngine.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
52    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
53    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
57    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
58    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
59    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
60    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
[11623]61    <Prefer32Bit>false</Prefer32Bit>
[4743]62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
[6866]64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
[6866]69    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.DebugEngine.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[4743]70    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
71    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
75    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
76    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
77    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
[11623]78    <Prefer32Bit>false</Prefer32Bit>
[4743]79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
81    <PlatformTarget>x64</PlatformTarget>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[11623]83    <Prefer32Bit>false</Prefer32Bit>
[4743]84  </PropertyGroup>
85  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
86    <PlatformTarget>x64</PlatformTarget>
[6866]87    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[11623]88    <Prefer32Bit>false</Prefer32Bit>
[4743]89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="System" />
92    <Reference Include="System.Core" />
93    <Reference Include="System.Drawing" />
94  </ItemGroup>
95  <ItemGroup>
[4993]96    <Compile Include="OperatorTrace.cs" />
[4743]97    <Compile Include="DebugEngine.cs" />
[4871]98    <Compile Include="ExecutionStack.cs" />
99    <Compile Include="OperationChangedEventArgs.cs" />
[4876]100    <Compile Include="OperationContent.cs" />
[6866]101    <Compile Include="Plugin.cs" />
[4743]102    <Compile Include="Properties\AssemblyInfo.cs" />
[4871]103    <Compile Include="Utils.cs" />
[4743]104  </ItemGroup>
105  <ItemGroup>
106    <None Include="HeuristicLab.snk" />
[6866]107    <None Include="Plugin.cs.frame" />
108    <None Include="Properties\AssemblyInfo.cs.frame" />
[4743]109  </ItemGroup>
[5115]110  <ItemGroup>
111    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
112      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
113      <Name>HeuristicLab.Collections-3.3</Name>
[6866]114      <Private>False</Private>
[5115]115    </ProjectReference>
116    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
117      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
118      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]119      <Private>False</Private>
[5115]120    </ProjectReference>
121    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
122      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
123      <Name>HeuristicLab.Common-3.3</Name>
[6866]124      <Private>False</Private>
[5115]125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
127      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
128      <Name>HeuristicLab.Core-3.3</Name>
[6866]129      <Private>False</Private>
[5115]130    </ProjectReference>
131    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
132      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
133      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]134      <Private>False</Private>
[5115]135    </ProjectReference>
136    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
137      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
138      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]139      <Private>False</Private>
[5115]140    </ProjectReference>
141  </ItemGroup>
[4743]142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143  <PropertyGroup>
[11623]144    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[4743]145set ProjectDir=$(ProjectDir)
146set SolutionDir=$(SolutionDir)
147set Outdir=$(Outdir)
148
[5114]149call PreBuildEvent.cmd
[6866]150</PreBuildEvent>
[11623]151    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]152export ProjectDir=$(ProjectDir)
153export SolutionDir=$(SolutionDir)
154
155$SolutionDir/PreBuildEvent.sh
156</PreBuildEvent>
[4743]157  </PropertyGroup>
158  <PropertyGroup>
[5114]159    <PostBuildEvent>
160    </PostBuildEvent>
[4743]161  </PropertyGroup>
162  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
163       Other similar extension points exist, see Microsoft.Common.targets.
164  <Target Name="BeforeBuild">
165  </Target>
166  <Target Name="AfterBuild">
167  </Target>
168  -->
[4759]169</Project>
Note: See TracBrowser for help on using the repository browser.