[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 | </ItemGroup>
|
---|
| 89 | <ItemGroup>
|
---|
[4993] | 90 | <Compile Include="OperatorTrace.cs" />
|
---|
[4743] | 91 | <Compile Include="DebugEngine.cs" />
|
---|
[4871] | 92 | <Compile Include="ExecutionStack.cs" />
|
---|
| 93 | <Compile Include="OperationChangedEventArgs.cs" />
|
---|
[4876] | 94 | <Compile Include="OperationContent.cs" />
|
---|
[6866] | 95 | <Compile Include="Plugin.cs" />
|
---|
[4743] | 96 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[4871] | 97 | <Compile Include="Utils.cs" />
|
---|
[4743] | 98 | </ItemGroup>
|
---|
| 99 | <ItemGroup>
|
---|
| 100 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 101 | <None Include="Plugin.cs.frame" />
|
---|
| 102 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[4743] | 103 | </ItemGroup>
|
---|
[5115] | 104 | <ItemGroup>
|
---|
| 105 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 106 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 107 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[6866] | 108 | <Private>False</Private>
|
---|
[5115] | 109 | </ProjectReference>
|
---|
| 110 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 111 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 112 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 113 | <Private>False</Private>
|
---|
[5115] | 114 | </ProjectReference>
|
---|
| 115 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 116 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 117 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[6866] | 118 | <Private>False</Private>
|
---|
[5115] | 119 | </ProjectReference>
|
---|
| 120 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 121 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 122 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[6866] | 123 | <Private>False</Private>
|
---|
[5115] | 124 | </ProjectReference>
|
---|
| 125 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 126 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 127 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
[6866] | 128 | <Private>False</Private>
|
---|
[5115] | 129 | </ProjectReference>
|
---|
| 130 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 131 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 132 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 133 | <Private>False</Private>
|
---|
[5115] | 134 | </ProjectReference>
|
---|
| 135 | </ItemGroup>
|
---|
[4743] | 136 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 137 | <PropertyGroup>
|
---|
[8600] | 138 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[4743] | 139 | set ProjectDir=$(ProjectDir)
|
---|
| 140 | set SolutionDir=$(SolutionDir)
|
---|
| 141 | set Outdir=$(Outdir)
|
---|
| 142 |
|
---|
[5114] | 143 | call PreBuildEvent.cmd
|
---|
[6866] | 144 | </PreBuildEvent>
|
---|
[8600] | 145 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 146 | export ProjectDir=$(ProjectDir)
|
---|
| 147 | export SolutionDir=$(SolutionDir)
|
---|
| 148 |
|
---|
| 149 | $SolutionDir/PreBuildEvent.sh
|
---|
| 150 | </PreBuildEvent>
|
---|
[4743] | 151 | </PropertyGroup>
|
---|
| 152 | <PropertyGroup>
|
---|
[5114] | 153 | <PostBuildEvent>
|
---|
| 154 | </PostBuildEvent>
|
---|
[4743] | 155 | </PropertyGroup>
|
---|
| 156 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 157 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 158 | <Target Name="BeforeBuild">
|
---|
| 159 | </Target>
|
---|
| 160 | <Target Name="AfterBuild">
|
---|
| 161 | </Target>
|
---|
| 162 | -->
|
---|
[4759] | 163 | </Project> |
---|