[6036] | 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>{0C39A349-1979-419A-89BD-E4E2F26BD287}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Operators.Views.GraphVisualization.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Operators.Views.GraphVisualization.Views-3.3</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
[6866] | 20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6036] | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
[6866] | 28 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6036] | 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup>
|
---|
| 34 | <SignAssembly>true</SignAssembly>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 41 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6036] | 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 45 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 46 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 47 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 50 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 51 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 52 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 53 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 54 | </PropertyGroup>
|
---|
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[6866] | 56 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6036] | 57 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 58 | <Optimize>true</Optimize>
|
---|
| 59 | <DebugType>pdbonly</DebugType>
|
---|
| 60 | <PlatformTarget>x86</PlatformTarget>
|
---|
[6866] | 61 | <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[6036] | 62 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 63 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 67 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 68 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 69 | </PropertyGroup>
|
---|
| 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 71 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 72 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6036] | 73 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 74 | <DebugType>full</DebugType>
|
---|
| 75 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 76 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 77 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 78 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 79 | <ErrorReport>prompt</ErrorReport>
|
---|
| 80 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 81 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 82 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 83 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 84 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 85 | </PropertyGroup>
|
---|
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[6866] | 87 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6036] | 88 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 89 | <Optimize>true</Optimize>
|
---|
| 90 | <DebugType>pdbonly</DebugType>
|
---|
| 91 | <PlatformTarget>x64</PlatformTarget>
|
---|
[6866] | 92 | <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[6036] | 93 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 94 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 95 | <ErrorReport>prompt</ErrorReport>
|
---|
| 96 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 97 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 98 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 99 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 100 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 101 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 102 | </PropertyGroup>
|
---|
| 103 | <ItemGroup>
|
---|
[6866] | 104 | <Reference Include="HeuristicLab.Netron-3.0.2672.12446, Version=3.0.2672.12446, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 105 | <HintPath>..\..\bin\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
|
---|
[7021] | 106 | <Private>False</Private>
|
---|
[6866] | 107 | </Reference>
|
---|
| 108 | <Reference Include="Netron.Diagramming.Core-3.0.2672.12446, Version=3.0.2672.12446, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 109 | <HintPath>..\..\bin\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
|
---|
[7021] | 110 | <Private>False</Private>
|
---|
[6866] | 111 | </Reference>
|
---|
[6036] | 112 | <Reference Include="System" />
|
---|
| 113 | <Reference Include="System.Core" />
|
---|
| 114 | <Reference Include="System.Data" />
|
---|
| 115 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 116 | <Reference Include="System.Drawing" />
|
---|
| 117 | <Reference Include="System.Windows.Forms" />
|
---|
| 118 | <Reference Include="System.Xml" />
|
---|
| 119 | <Reference Include="System.Xml.Linq" />
|
---|
| 120 | </ItemGroup>
|
---|
| 121 | <ItemGroup>
|
---|
| 122 | <Compile Include="ShapeInfoExtensions.cs" />
|
---|
| 123 | <None Include="Plugin.cs.frame" />
|
---|
| 124 | <Compile Include="GraphVisualizationInfoView.cs">
|
---|
| 125 | <SubType>UserControl</SubType>
|
---|
| 126 | </Compile>
|
---|
| 127 | <Compile Include="GraphVisualizationInfoView.Designer.cs">
|
---|
| 128 | <DependentUpon>GraphVisualizationInfoView.cs</DependentUpon>
|
---|
| 129 | </Compile>
|
---|
| 130 | <Compile Include="OperatorGraphView.cs">
|
---|
| 131 | <SubType>UserControl</SubType>
|
---|
| 132 | </Compile>
|
---|
| 133 | <Compile Include="OperatorGraphView.Designer.cs">
|
---|
| 134 | <DependentUpon>OperatorGraphView.cs</DependentUpon>
|
---|
| 135 | </Compile>
|
---|
| 136 | <Compile Include="OperatorShape.cs" />
|
---|
| 137 | <Compile Include="Plugin.cs" />
|
---|
| 138 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6866] | 139 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[6036] | 140 | </ItemGroup>
|
---|
| 141 | <ItemGroup>
|
---|
| 142 | <None Include="HeuristicLab.snk" />
|
---|
| 143 | </ItemGroup>
|
---|
| 144 | <ItemGroup>
|
---|
| 145 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 146 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 147 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[6866] | 148 | <Private>False</Private>
|
---|
[6036] | 149 | </ProjectReference>
|
---|
| 150 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 151 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 152 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 153 | <Private>False</Private>
|
---|
[6036] | 154 | </ProjectReference>
|
---|
| 155 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 156 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 157 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[6866] | 158 | <Private>False</Private>
|
---|
[6036] | 159 | </ProjectReference>
|
---|
| 160 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 161 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 162 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
[6866] | 163 | <Private>False</Private>
|
---|
[6036] | 164 | </ProjectReference>
|
---|
| 165 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 166 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 167 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[6866] | 168 | <Private>False</Private>
|
---|
[6036] | 169 | </ProjectReference>
|
---|
| 170 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 171 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 172 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
[6866] | 173 | <Private>False</Private>
|
---|
[6036] | 174 | </ProjectReference>
|
---|
| 175 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 176 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 177 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
[6866] | 178 | <Private>False</Private>
|
---|
[6036] | 179 | </ProjectReference>
|
---|
| 180 | <ProjectReference Include="..\..\HeuristicLab.Operators.Views.GraphVisualization\3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj">
|
---|
| 181 | <Project>{57F38579-409D-4DD8-AB19-3F2C4A665126}</Project>
|
---|
| 182 | <Name>HeuristicLab.Operators.Views.GraphVisualization-3.3</Name>
|
---|
[6866] | 183 | <Private>False</Private>
|
---|
[6036] | 184 | </ProjectReference>
|
---|
| 185 | <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
|
---|
| 186 | <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
|
---|
| 187 | <Name>HeuristicLab.Operators.Views-3.3</Name>
|
---|
[6866] | 188 | <Private>False</Private>
|
---|
[6036] | 189 | </ProjectReference>
|
---|
| 190 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 191 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 192 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
[6866] | 193 | <Private>False</Private>
|
---|
[6036] | 194 | </ProjectReference>
|
---|
| 195 | <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
| 196 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
| 197 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
[6866] | 198 | <Private>False</Private>
|
---|
[6036] | 199 | </ProjectReference>
|
---|
| 200 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 201 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 202 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 203 | <Private>False</Private>
|
---|
[6036] | 204 | </ProjectReference>
|
---|
| 205 | </ItemGroup>
|
---|
| 206 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 207 | <PropertyGroup>
|
---|
[9363] | 208 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[6036] | 209 | set ProjectDir=$(ProjectDir)
|
---|
| 210 | set SolutionDir=$(SolutionDir)
|
---|
| 211 | set Outdir=$(Outdir)
|
---|
| 212 |
|
---|
| 213 | call PreBuildEvent.cmd
|
---|
[6866] | 214 | </PreBuildEvent>
|
---|
[9363] | 215 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 216 | export ProjectDir=$(ProjectDir)
|
---|
| 217 | export SolutionDir=$(SolutionDir)
|
---|
| 218 |
|
---|
| 219 | $SolutionDir/PreBuildEvent.sh
|
---|
| 220 | </PreBuildEvent>
|
---|
[6036] | 221 | </PropertyGroup>
|
---|
| 222 | <PropertyGroup>
|
---|
| 223 | <PostBuildEvent>
|
---|
| 224 | </PostBuildEvent>
|
---|
| 225 | </PropertyGroup>
|
---|
| 226 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 227 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 228 | <Target Name="BeforeBuild">
|
---|
| 229 | </Target>
|
---|
| 230 | <Target Name="AfterBuild">
|
---|
| 231 | </Target>
|
---|
| 232 | -->
|
---|
| 233 | </Project> |
---|