Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj @ 11920

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

#2280 merged r11623, r11631, r11634 into stable

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>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>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
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>
23    <OutputPath>$(SolutionDir)\bin\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <RunCodeAnalysis>false</RunCodeAnalysis>
28    <Prefer32Bit>false</Prefer32Bit>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>$(SolutionDir)\bin\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <Prefer32Bit>false</Prefer32Bit>
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>
47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
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>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.DebugEngine.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
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>
78    <Prefer32Bit>false</Prefer32Bit>
79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
81    <PlatformTarget>x64</PlatformTarget>
82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
83    <Prefer32Bit>false</Prefer32Bit>
84  </PropertyGroup>
85  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
86    <PlatformTarget>x64</PlatformTarget>
87    <OutputPath>$(SolutionDir)\bin\</OutputPath>
88    <Prefer32Bit>false</Prefer32Bit>
89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="System" />
92    <Reference Include="System.Core" />
93    <Reference Include="System.Drawing" />
94  </ItemGroup>
95  <ItemGroup>
96    <Compile Include="OperatorTrace.cs" />
97    <Compile Include="DebugEngine.cs" />
98    <Compile Include="ExecutionStack.cs" />
99    <Compile Include="OperationChangedEventArgs.cs" />
100    <Compile Include="OperationContent.cs" />
101    <Compile Include="Plugin.cs" />
102    <Compile Include="Properties\AssemblyInfo.cs" />
103    <Compile Include="Utils.cs" />
104  </ItemGroup>
105  <ItemGroup>
106    <None Include="HeuristicLab.snk" />
107    <None Include="Plugin.cs.frame" />
108    <None Include="Properties\AssemblyInfo.cs.frame" />
109  </ItemGroup>
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>
114      <Private>False</Private>
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>
119      <Private>False</Private>
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>
124      <Private>False</Private>
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>
129      <Private>False</Private>
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>
134      <Private>False</Private>
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>
139      <Private>False</Private>
140    </ProjectReference>
141  </ItemGroup>
142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143  <PropertyGroup>
144    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
145set ProjectDir=$(ProjectDir)
146set SolutionDir=$(SolutionDir)
147set Outdir=$(Outdir)
148
149call PreBuildEvent.cmd
150</PreBuildEvent>
151    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
152export ProjectDir=$(ProjectDir)
153export SolutionDir=$(SolutionDir)
154
155$SolutionDir/PreBuildEvent.sh
156</PreBuildEvent>
157  </PropertyGroup>
158  <PropertyGroup>
159    <PostBuildEvent>
160    </PostBuildEvent>
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  -->
169</Project>
Note: See TracBrowser for help on using the repository browser.