Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7966 was 7966, checked in by epitzer, 12 years ago

#1800 extract debug engine views into their own plug-in

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