Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

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