Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DebugEngine/HeuristicLab.DebugEngine.csproj @ 4995

Last change on this file since 4995 was 4993, checked in by epitzer, 14 years ago

Create own class for OperatorTrace, remove unnecessary event handlers, prevent flickering while stepping, permanently highlight execution context's scope (#47)

File size: 10.2 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>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <RunCodeAnalysis>false</RunCodeAnalysis>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x86\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.DebugEngine.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
48    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
49    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
53    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
54    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
56    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
57  </PropertyGroup>
58  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
59    <OutputPath>bin\x86\Release\</OutputPath>
60    <DefineConstants>TRACE</DefineConstants>
61    <Optimize>true</Optimize>
62    <DebugType>pdbonly</DebugType>
63    <PlatformTarget>x86</PlatformTarget>
64    <CodeAnalysisLogFile>bin\Release\HeuristicLab.DebugEngine.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
65    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
66    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
70    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
71    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
72    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
75    <PlatformTarget>x64</PlatformTarget>
76    <OutputPath>bin\x64\Debug\</OutputPath>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
79    <PlatformTarget>x64</PlatformTarget>
80    <OutputPath>bin\x64\Release\</OutputPath>
81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="HeuristicLab.Collections-3.3">
84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Common-3.3">
87      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.Common.Resources-3.3">
90      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Core-3.3">
93      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.Core.Views-3.3">
96      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.MainForm-3.3">
99      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
102      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Operators-3.3">
105      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Persistence-3.3">
108      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
111      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="System" />
114    <Reference Include="System.Core" />
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.Windows.Forms" />
117    <Reference Include="System.Xml.Linq" />
118    <Reference Include="System.Data.DataSetExtensions" />
119    <Reference Include="System.Data" />
120    <Reference Include="System.Xml" />
121  </ItemGroup>
122  <ItemGroup>
123    <Compile Include="OperatorTrace.cs" />
124    <Compile Include="DebugEngine.cs" />
125    <Compile Include="DebugEngineView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="DebugEngineView.Designer.cs">
129      <DependentUpon>DebugEngineView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="ExecutionStack.cs" />
132    <Compile Include="ExecutionStackView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="ExecutionStackView.Designer.cs">
136      <DependentUpon>ExecutionStackView.cs</DependentUpon>
137    </Compile>
138    <Compile Include="OperationChangedEventArgs.cs" />
139    <Compile Include="OperationContent.cs" />
140    <Compile Include="OperationContentView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="OperationContentView.Designer.cs">
144      <DependentUpon>OperationContentView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="OperatorTraceView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="OperatorTraceView.Designer.cs">
150      <DependentUpon>OperatorTraceView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="Properties\AssemblyInfo.cs" />
153    <Compile Include="Properties\Resources.Designer.cs">
154      <AutoGen>True</AutoGen>
155      <DesignTime>True</DesignTime>
156      <DependentUpon>Resources.resx</DependentUpon>
157    </Compile>
158    <Compile Include="Utils.cs" />
159  </ItemGroup>
160  <ItemGroup>
161    <EmbeddedResource Include="DebugEngineView.resx">
162      <DependentUpon>DebugEngineView.cs</DependentUpon>
163    </EmbeddedResource>
164    <EmbeddedResource Include="ExecutionStackView.resx">
165      <DependentUpon>ExecutionStackView.cs</DependentUpon>
166    </EmbeddedResource>
167    <EmbeddedResource Include="OperationContentView.resx">
168      <DependentUpon>OperationContentView.cs</DependentUpon>
169    </EmbeddedResource>
170    <EmbeddedResource Include="OperatorTraceView.resx">
171      <DependentUpon>OperatorTraceView.cs</DependentUpon>
172      <SubType>Designer</SubType>
173    </EmbeddedResource>
174    <EmbeddedResource Include="Properties\Resources.resx">
175      <Generator>ResXFileCodeGenerator</Generator>
176      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
177    </EmbeddedResource>
178  </ItemGroup>
179  <ItemGroup>
180    <Compile Include="HeuristicLabDebugEnginePlugin.cs" />
181    <None Include="CopyAssemblies.cmd" />
182    <None Include="HeuristicLab.snk" />
183    <None Include="HeuristicLabDebugEnginePlugin.cs.frame" />
184    <None Include="Properties\AssemblyInfo.cs.frame" />
185  </ItemGroup>
186  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187  <PropertyGroup>
188    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
189set ProjectDir=$(ProjectDir)
190set SolutionDir=$(SolutionDir)
191set Outdir=$(Outdir)
192
193SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
194SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDebugEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDebugEnginePlugin.cs"</PreBuildEvent>
195  </PropertyGroup>
196  <PropertyGroup>
197    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
198set ProjectDir=$(ProjectDir)
199set SolutionDir=$(SolutionDir)
200set Outdir=$(Outdir)
201set Platform=$(PlatformName)
202set Configuration=$(ConfigurationName)
203
204call CopyAssemblies.cmd</PostBuildEvent>
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.