Free cookie consent management tool by TermsFeed Policy Generator

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

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

Fixed project references (#47).

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