Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6866 was 6866, checked in by mkommend, 13 years ago

#1653: Merged new HL solution into the trunk.

File size: 9.9 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>
[6866]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
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>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
[6866]32    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]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>
[6866]45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]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'">
[6866]61    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>pdbonly</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
[6866]66    <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.DebugEngine.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[4743]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>
[6866]78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
81    <PlatformTarget>x64</PlatformTarget>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[4743]83  </PropertyGroup>
84  <ItemGroup>
85    <Reference Include="System" />
86    <Reference Include="System.Core" />
87    <Reference Include="System.Drawing" />
88    <Reference Include="System.Windows.Forms" />
89    <Reference Include="System.Xml.Linq" />
90    <Reference Include="System.Data.DataSetExtensions" />
91    <Reference Include="System.Data" />
92    <Reference Include="System.Xml" />
93  </ItemGroup>
94  <ItemGroup>
[4993]95    <Compile Include="OperatorTrace.cs" />
[4743]96    <Compile Include="DebugEngine.cs" />
97    <Compile Include="DebugEngineView.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="DebugEngineView.Designer.cs">
101      <DependentUpon>DebugEngineView.cs</DependentUpon>
102    </Compile>
[4871]103    <Compile Include="ExecutionStack.cs" />
104    <Compile Include="ExecutionStackView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="ExecutionStackView.Designer.cs">
108      <DependentUpon>ExecutionStackView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="OperationChangedEventArgs.cs" />
[4876]111    <Compile Include="OperationContent.cs" />
112    <Compile Include="OperationContentView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="OperationContentView.Designer.cs">
116      <DependentUpon>OperationContentView.cs</DependentUpon>
117    </Compile>
[4904]118    <Compile Include="OperatorTraceView.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="OperatorTraceView.Designer.cs">
122      <DependentUpon>OperatorTraceView.cs</DependentUpon>
123    </Compile>
[6866]124    <Compile Include="Plugin.cs" />
[4743]125    <Compile Include="Properties\AssemblyInfo.cs" />
[4871]126    <Compile Include="Utils.cs" />
[4743]127  </ItemGroup>
128  <ItemGroup>
129    <None Include="HeuristicLab.snk" />
[6866]130    <None Include="Plugin.cs.frame" />
131    <None Include="Properties\AssemblyInfo.cs.frame" />
[4743]132  </ItemGroup>
[5115]133  <ItemGroup>
134    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
135      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
136      <Name>HeuristicLab.Collections-3.3</Name>
[6866]137      <Private>False</Private>
[5115]138    </ProjectReference>
139    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
140      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
141      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]142      <Private>False</Private>
[5115]143    </ProjectReference>
144    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
145      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
146      <Name>HeuristicLab.Common-3.3</Name>
[6866]147      <Private>False</Private>
[5115]148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
150      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
151      <Name>HeuristicLab.Core.Views-3.3</Name>
[6866]152      <Private>False</Private>
[5115]153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
155      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
156      <Name>HeuristicLab.Core-3.3</Name>
[6866]157      <Private>False</Private>
[5115]158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
160      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
161      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[6866]162      <Private>False</Private>
[5115]163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
165      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
166      <Name>HeuristicLab.MainForm-3.3</Name>
[6866]167      <Private>False</Private>
[5115]168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
170      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
171      <Name>HeuristicLab.Operators-3.3</Name>
[6866]172      <Private>False</Private>
[5115]173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
175      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
176      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]177      <Private>False</Private>
[5115]178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
180      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
181      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]182      <Private>False</Private>
[5115]183    </ProjectReference>
184  </ItemGroup>
[4743]185  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
186  <PropertyGroup>
187    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
188set ProjectDir=$(ProjectDir)
189set SolutionDir=$(SolutionDir)
190set Outdir=$(Outdir)
191
[5114]192call PreBuildEvent.cmd
[6866]193</PreBuildEvent>
[4743]194  </PropertyGroup>
195  <PropertyGroup>
[5114]196    <PostBuildEvent>
197    </PostBuildEvent>
[4743]198  </PropertyGroup>
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
[4759]206</Project>
Note: See TracBrowser for help on using the repository browser.