Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DebugEngine.Views/3.3/HeuristicLab.DebugEngine.Views-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: 11.3 KB
RevLine 
[7966]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>{847A8DAE-DB95-4CEE-B48B-EFEE4531D611}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DebugEngine.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.DebugEngine.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>..\..\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.DebugEngine.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
40    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
41    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
42    <ErrorReport>prompt</ErrorReport>
43    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
45    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
46    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
47    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
50    <OutputPath>..\..\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <CodeAnalysisLogFile>bin\Release\HeuristicLab.DebugEngine.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
56    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
57    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
61    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
62    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
63    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
64    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
67    <DebugSymbols>true</DebugSymbols>
68    <OutputPath>..\..\bin\</OutputPath>
69    <DefineConstants>DEBUG;TRACE</DefineConstants>
70    <DebugType>full</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.DebugEngine.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
73    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
74    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
77    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
78    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
79    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
80    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
81    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
82  </PropertyGroup>
83  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
84    <OutputPath>..\..\bin\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <CodeAnalysisLogFile>bin\Release\HeuristicLab.DebugEngine.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
90    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
91    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
94    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
95    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
96    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
97    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
98  </PropertyGroup>
99  <PropertyGroup>
100    <SignAssembly>true</SignAssembly>
101  </PropertyGroup>
102  <PropertyGroup>
103    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
104  </PropertyGroup>
105  <ItemGroup>
106    <Reference Include="System" />
107    <Reference Include="System.Core" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.Windows.Forms" />
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="Plugin.cs.frame" />
113    <Compile Include="DebugEngineView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="DebugEngineView.Designer.cs">
117      <DependentUpon>DebugEngineView.cs</DependentUpon>
118    </Compile>
119    <Compile Include="ExecutionStackView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="ExecutionStackView.Designer.cs">
123      <DependentUpon>ExecutionStackView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="OperationContentView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="OperationContentView.Designer.cs">
129      <DependentUpon>OperationContentView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="OperatorTraceView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="OperatorTraceView.Designer.cs">
135      <DependentUpon>OperatorTraceView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="Plugin.cs" />
138    <Compile Include="Properties\AssemblyInfo.cs" />
139    <None Include="Properties\AssemblyInfo.cs.frame" />
140  </ItemGroup>
141  <ItemGroup>
142    <None Include="HeuristicLab.snk" />
143  </ItemGroup>
144  <ItemGroup>
145    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
146      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
147      <Name>HeuristicLab.Collections-3.3</Name>
148      <Private>False</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
151      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
152      <Name>HeuristicLab.Common.Resources-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
156      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
157      <Name>HeuristicLab.Common-3.3</Name>
158      <Private>False</Private>
159    </ProjectReference>
160    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
161      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
162      <Name>HeuristicLab.Core.Views-3.3</Name>
163      <Private>False</Private>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
166      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
167      <Name>HeuristicLab.Core-3.3</Name>
168      <Private>False</Private>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.DebugEngine\3.3\HeuristicLab.DebugEngine-3.3.csproj">
171      <Project>{49F28045-7B5F-411B-8D59-16C846FA26E0}</Project>
172      <Name>HeuristicLab.DebugEngine-3.3</Name>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
176      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
177      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
178      <Private>False</Private>
179    </ProjectReference>
180    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
181      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
182      <Name>HeuristicLab.MainForm-3.3</Name>
183      <Private>False</Private>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
186      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
187      <Name>HeuristicLab.Operators-3.3</Name>
188      <Private>False</Private>
189    </ProjectReference>
190    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
191      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
192      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
193      <Private>False</Private>
194    </ProjectReference>
195  </ItemGroup>
196  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
197  <PropertyGroup>
198    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
199set ProjectDir=$(ProjectDir)
200set SolutionDir=$(SolutionDir)
201set Outdir=$(Outdir)
202
203call PreBuildEvent.cmd
204</PreBuildEvent>
205  </PropertyGroup>
206  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
207       Other similar extension points exist, see Microsoft.Common.targets.
208  <Target Name="BeforeBuild">
209  </Target>
210  <Target Name="AfterBuild">
211  </Target>
212  -->
213</Project>
Note: See TracBrowser for help on using the repository browser.