зеркало из https://github.com/stride3d/GraphX.git
+ Some weird solution dependency problems... fix?
This commit is contained in:
Родитель
77ca829f88
Коммит
3558c9507f
|
@ -1,330 +1,319 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{C054C423-7284-46A6-9738-B82E2237E9C7}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>ShowcaseApp.WPF</RootNamespace>
|
||||
<AssemblyName>ShowcaseApp.WPF</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;NET4</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Accordion">
|
||||
<HintPath>..\packages\Accordion.1.0.0\lib\Accordion.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="FirstFloor.ModernUI, Version=1.0.6.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\ExternalDlls\FirstFloor.ModernUI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Windows.Shell">
|
||||
<HintPath>..\ExternalDlls\Microsoft.Windows.Shell.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="QuickGraph, Version=3.6.61114.0, Culture=neutral, PublicKeyToken=f3fb40175eec2af3, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="QuickGraph.Data">
|
||||
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Data.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="QuickGraph.Graphviz">
|
||||
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Graphviz.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="QuickGraph.Serialization">
|
||||
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.Serialization.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Xaml">
|
||||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="WindowsBase" />
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="YAXLib, Version=2.13.0.0, Culture=neutral, PublicKeyToken=7cc39f8266ad1835, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\YAXLib.2.13\lib\YAXLib.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ApplicationDefinition Include="App.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Page Include="Assets\ModernUI.Snowflakes.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Content\SettingsAppearance.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Content\SettingsAppearance.xaml.cs">
|
||||
<DependentUpon>SettingsAppearance.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Content\SettingsAppearanceViewModel.cs" />
|
||||
<Compile Include="ExampleModels\DataEdge.cs" />
|
||||
<Compile Include="ExampleModels\DataVertex.cs" />
|
||||
<Compile Include="ExampleModels\ExampleExternalEdgeRoutingAlgorithm.cs" />
|
||||
<Compile Include="ExampleModels\ExampleExternalLayoutAlgorithm.cs" />
|
||||
<Compile Include="ExampleModels\ExampleExternalOverlapRemovalAlgorithm.cs" />
|
||||
<Compile Include="ExampleModels\ExampleMoveAnimation.cs" />
|
||||
<Compile Include="ExampleModels\GraphAreaExample.cs" />
|
||||
<Compile Include="ExampleModels\GraphExample.cs" />
|
||||
<Compile Include="ExampleModels\LogicCoreExample.cs" />
|
||||
<Compile Include="External\WindowGlow\GlowManager.cs" />
|
||||
<Compile Include="External\WindowGlow\GlowWindow.cs" />
|
||||
<Compile Include="External\WindowGlow\Win32.cs" />
|
||||
<Compile Include="FileSerialization\FileServiceProviderWPF.cs" />
|
||||
<Compile Include="FileSerialization\YAXPointArraySerializer.cs" />
|
||||
<Compile Include="FileSerialization\YAXPointSerializer.cs" />
|
||||
<Compile Include="MainWindow.xaml.cs">
|
||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Page Include="Pages\DebugGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\EditorGraph.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Pages\DynamicGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\EdgeRoutingGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\GeneralGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\Introduction.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Pages\Settings.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Pages\ThemedGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Templates\Accordion.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Templates\EditorGraphXTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\DynamicGraphXTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\ERGraphXTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\GeneralTemplate.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\TestTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\ThemedGraphXTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\TransparentTooltips.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Themes\Generic.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\Documents\AIV.cs">
|
||||
<Link>Properties\AIV.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Models\ColorModel.cs" />
|
||||
<Compile Include="Models\DataItem.cs" />
|
||||
<Compile Include="Models\EditorObjectManager.cs" />
|
||||
<Compile Include="Models\ImageLoader.cs" />
|
||||
<Compile Include="Models\ShadowChrome.cs" />
|
||||
<Compile Include="Models\ShowcaseHelper.cs" />
|
||||
<Compile Include="Models\SimpleCommand.cs" />
|
||||
<Compile Include="Models\ThemedDataStorage.cs" />
|
||||
<Compile Include="Models\ValueToImageConverter.cs" />
|
||||
<Compile Include="Models\VCTemplateBehaviour.cs" />
|
||||
<Compile Include="Pages\DebugGraph.xaml.cs">
|
||||
<DependentUpon>DebugGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\EditorGraph.xaml.cs">
|
||||
<DependentUpon>EditorGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\DynamicGraph.xaml.cs">
|
||||
<DependentUpon>DynamicGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\EdgeRoutingGraph.xaml.cs">
|
||||
<DependentUpon>EdgeRoutingGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\GeneralGraph.xaml.cs">
|
||||
<DependentUpon>GeneralGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\Introduction.xaml.cs">
|
||||
<DependentUpon>Introduction.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\Settings.xaml.cs">
|
||||
<DependentUpon>Settings.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\ThemedGraph.xaml.cs">
|
||||
<DependentUpon>ThemedGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<AppDesigner Include="Properties\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\GraphX.Controls\GraphX.WPF.Controls.csproj">
|
||||
<Project>{d2e33fee-6689-4bb4-a95c-1b5c327a1e8f}</Project>
|
||||
<Name>GraphX.WPF.Controls</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\GraphX.PCL.Common\GraphX.PCL.Common.csproj">
|
||||
<Project>{3644d44b-dec0-4b65-bba0-c68e34821aae}</Project>
|
||||
<Name>GraphX.PCL.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\GraphX.PCL.Logic\GraphX.PCL.Logic.csproj">
|
||||
<Project>{a30d218b-aaa4-483a-99f7-eaeb1b8b4610}</Project>
|
||||
<Name>GraphX.PCL.Logic</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\background.snowflakes.jpg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\female.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="readme.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\male.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\SplashScreen.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\GraphPaperBackground.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\board_hd.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\carpet.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\brick_16.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\circle_blue.png" />
|
||||
<Resource Include="Assets\circle_green.png" />
|
||||
<Resource Include="Assets\circle_red.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\dice.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Documents\CHANGELOG.txt">
|
||||
<Link>CHANGELOG.txt</Link>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
||||
</Target>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{C054C423-7284-46A6-9738-B82E2237E9C7}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>ShowcaseApp.WPF</RootNamespace>
|
||||
<AssemblyName>ShowcaseApp.WPF</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;NET4</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Accordion">
|
||||
<HintPath>..\..\packages\Accordion.1.0.0\lib\Accordion.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="FirstFloor.ModernUI">
|
||||
<HintPath>..\..\ExternalDlls\FirstFloor.ModernUI.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Windows.Shell">
|
||||
<HintPath>..\..\ExternalDlls\Microsoft.Windows.Shell.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="QuickGraph">
|
||||
<HintPath>..\..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Xaml">
|
||||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="WindowsBase" />
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="YAXLib, Version=2.13.0.0, Culture=neutral, PublicKeyToken=7cc39f8266ad1835, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\packages\YAXLib.2.13\lib\YAXLib.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ApplicationDefinition Include="App.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Page Include="Assets\ModernUI.Snowflakes.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Content\SettingsAppearance.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Content\SettingsAppearance.xaml.cs">
|
||||
<DependentUpon>SettingsAppearance.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Content\SettingsAppearanceViewModel.cs" />
|
||||
<Compile Include="ExampleModels\DataEdge.cs" />
|
||||
<Compile Include="ExampleModels\DataVertex.cs" />
|
||||
<Compile Include="ExampleModels\ExampleExternalEdgeRoutingAlgorithm.cs" />
|
||||
<Compile Include="ExampleModels\ExampleExternalLayoutAlgorithm.cs" />
|
||||
<Compile Include="ExampleModels\ExampleExternalOverlapRemovalAlgorithm.cs" />
|
||||
<Compile Include="ExampleModels\ExampleMoveAnimation.cs" />
|
||||
<Compile Include="ExampleModels\GraphAreaExample.cs" />
|
||||
<Compile Include="ExampleModels\GraphExample.cs" />
|
||||
<Compile Include="ExampleModels\LogicCoreExample.cs" />
|
||||
<Compile Include="External\WindowGlow\GlowManager.cs" />
|
||||
<Compile Include="External\WindowGlow\GlowWindow.cs" />
|
||||
<Compile Include="External\WindowGlow\Win32.cs" />
|
||||
<Compile Include="FileSerialization\FileServiceProviderWPF.cs" />
|
||||
<Compile Include="FileSerialization\YAXPointArraySerializer.cs" />
|
||||
<Compile Include="FileSerialization\YAXPointSerializer.cs" />
|
||||
<Compile Include="MainWindow.xaml.cs">
|
||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Page Include="Pages\DebugGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\EditorGraph.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Pages\DynamicGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\EdgeRoutingGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\GeneralGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Pages\Introduction.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Pages\Settings.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Pages\ThemedGraph.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Templates\Accordion.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Templates\EditorGraphXTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\DynamicGraphXTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\ERGraphXTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\GeneralTemplate.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\TestTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\ThemedGraphXTemplates.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Templates\TransparentTooltips.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Themes\Generic.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\Documents\AIV.cs">
|
||||
<Link>Properties\AIV.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Models\ColorModel.cs" />
|
||||
<Compile Include="Models\DataItem.cs" />
|
||||
<Compile Include="Models\EditorObjectManager.cs" />
|
||||
<Compile Include="Models\ImageLoader.cs" />
|
||||
<Compile Include="Models\ShadowChrome.cs" />
|
||||
<Compile Include="Models\ShowcaseHelper.cs" />
|
||||
<Compile Include="Models\SimpleCommand.cs" />
|
||||
<Compile Include="Models\ThemedDataStorage.cs" />
|
||||
<Compile Include="Models\ValueToImageConverter.cs" />
|
||||
<Compile Include="Models\VCTemplateBehaviour.cs" />
|
||||
<Compile Include="Pages\DebugGraph.xaml.cs">
|
||||
<DependentUpon>DebugGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\EditorGraph.xaml.cs">
|
||||
<DependentUpon>EditorGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\DynamicGraph.xaml.cs">
|
||||
<DependentUpon>DynamicGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\EdgeRoutingGraph.xaml.cs">
|
||||
<DependentUpon>EdgeRoutingGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\GeneralGraph.xaml.cs">
|
||||
<DependentUpon>GeneralGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\Introduction.xaml.cs">
|
||||
<DependentUpon>Introduction.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\Settings.xaml.cs">
|
||||
<DependentUpon>Settings.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\ThemedGraph.xaml.cs">
|
||||
<DependentUpon>ThemedGraph.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<AppDesigner Include="Properties\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\GraphX.Controls\GraphX.WPF.Controls.csproj">
|
||||
<Project>{d2e33fee-6689-4bb4-a95c-1b5c327a1e8f}</Project>
|
||||
<Name>GraphX.WPF.Controls</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\GraphX.PCL.Common\GraphX.PCL.Common.csproj">
|
||||
<Project>{3644d44b-dec0-4b65-bba0-c68e34821aae}</Project>
|
||||
<Name>GraphX.PCL.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\GraphX.PCL.Logic\GraphX.PCL.Logic.csproj">
|
||||
<Project>{a30d218b-aaa4-483a-99f7-eaeb1b8b4610}</Project>
|
||||
<Name>GraphX.PCL.Logic</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\background.snowflakes.jpg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\female.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="readme.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\male.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\SplashScreen.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\GraphPaperBackground.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\board_hd.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\carpet.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\brick_16.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\circle_blue.png" />
|
||||
<Resource Include="Assets\circle_green.png" />
|
||||
<Resource Include="Assets\circle_red.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\dice.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Documents\CHANGELOG.txt">
|
||||
<Link>CHANGELOG.txt</Link>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
||||
</Target>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
-->
|
||||
</Project>
|
382
GraphX v2.sln
382
GraphX v2.sln
|
@ -1,191 +1,191 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.31101.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.WPF.Controls", "GraphX.Controls\GraphX.WPF.Controls.csproj", "{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{D9664367-2C2C-46B2-81A6-26CDCD087B29}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleGraph", "Examples\SimpleGraph\SimpleGraph.csproj", "{E00C5274-AA34-4CC1-BB24-F59BCF130B85}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsProject", "Examples\WindowsFormsProject\WindowsFormsProject.csproj", "{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{C6ACB65E-A76D-44E4-9B20-022C0E3498B7}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Documents\AIV.cs = Documents\AIV.cs
|
||||
Documents\CHANGELOG.txt = Documents\CHANGELOG.txt
|
||||
README.md = README.md
|
||||
Documents\TODO.txt = Documents\TODO.txt
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licenses", "Licenses", "{E33DE020-10E3-44CC-BD32-0516CABD459C}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Documents\Licenses\License.Extended WPF Toolkit.txt = Documents\Licenses\License.Extended WPF Toolkit.txt
|
||||
Documents\Licenses\License.Graph# - GraphX.txt = Documents\Licenses\License.Graph# - GraphX.txt
|
||||
Documents\Licenses\License.icons.txt = Documents\Licenses\License.icons.txt
|
||||
Documents\Licenses\License.ModernUI.txt = Documents\Licenses\License.ModernUI.txt
|
||||
Documents\Licenses\License.NodeXL.txt = Documents\Licenses\License.NodeXL.txt
|
||||
Documents\Licenses\License.Quickgraph.txt = Documents\Licenses\License.Quickgraph.txt
|
||||
Documents\Licenses\License.RelativeAnimatingContentControl.txt = Documents\Licenses\License.RelativeAnimatingContentControl.txt
|
||||
Documents\Licenses\License.WPFExtensions.txt = Documents\Licenses\License.WPFExtensions.txt
|
||||
Documents\Licenses\License.YAXLib.txt = Documents\Licenses\License.YAXLib.txt
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.PCL.Common", "GraphX.PCL.Common\GraphX.PCL.Common.csproj", "{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.PCL.Logic", "GraphX.PCL.Logic\GraphX.PCL.Logic.csproj", "{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WindowsDesktop_VB.NET_WinForms_Example", "Examples\WindowsDesktop_VB.NET_WinForms_Example\WindowsDesktop_VB.NET_WinForms_Example.vbproj", "{C2718C9A-6455-43F6-835A-26B788824F53}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.METRO.Controls", "GraphX.METRO.Controls\GraphX.METRO.Controls.csproj", "{66F33708-C1C7-4385-8235-7201784D184C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "METRO.SimpleGraph", "Examples\METRO.SimpleGraph\METRO.SimpleGraph.csproj", "{44841666-C547-4874-9BC9-B34D2A1FA6D8}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Externals", "Externals", "{C7DE85B0-A017-4DF7-AE7A-A1197B5D0D47}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowcaseApp.WPF", "Examples\ShowcaseApp.WPF\ShowcaseApp.WPF.csproj", "{C054C423-7284-46A6-9738-B82E2237E9C7}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|ARM = Release|ARM
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|x86.Build.0 = Debug|x86
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|x86.Build.0 = Debug|x86
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|x86.ActiveCfg = Release|x86
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|x86.Build.0 = Release|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|Any CPU.Build.0 = Debug|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|x86.Build.0 = Debug|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|x86.ActiveCfg = Release|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|x86.Build.0 = Release|x86
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|x64.Build.0 = Debug|x64
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|x86.Build.0 = Debug|x86
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|ARM.Build.0 = Release|ARM
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|x64.ActiveCfg = Release|x64
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|x64.Build.0 = Release|x64
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|x86.ActiveCfg = Release|x86
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|x86.Build.0 = Release|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|ARM.Deploy.0 = Debug|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x64.Build.0 = Debug|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x64.Deploy.0 = Debug|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x86.Build.0 = Debug|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x86.Deploy.0 = Debug|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|ARM.Build.0 = Release|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|ARM.Deploy.0 = Release|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x64.ActiveCfg = Release|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x64.Build.0 = Release|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x64.Deploy.0 = Release|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x86.ActiveCfg = Release|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x86.Build.0 = Release|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x86.Deploy.0 = Release|x86
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
{E33DE020-10E3-44CC-BD32-0516CABD459C} = {C6ACB65E-A76D-44E4-9B20-022C0E3498B7}
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
VisualSVNWorkingCopyRoot = .
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.31101.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{D9664367-2C2C-46B2-81A6-26CDCD087B29}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{C6ACB65E-A76D-44E4-9B20-022C0E3498B7}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Documents\AIV.cs = Documents\AIV.cs
|
||||
Documents\CHANGELOG.txt = Documents\CHANGELOG.txt
|
||||
README.md = README.md
|
||||
Documents\TODO.txt = Documents\TODO.txt
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licenses", "Licenses", "{E33DE020-10E3-44CC-BD32-0516CABD459C}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Documents\Licenses\License.Extended WPF Toolkit.txt = Documents\Licenses\License.Extended WPF Toolkit.txt
|
||||
Documents\Licenses\License.Graph# - GraphX.txt = Documents\Licenses\License.Graph# - GraphX.txt
|
||||
Documents\Licenses\License.icons.txt = Documents\Licenses\License.icons.txt
|
||||
Documents\Licenses\License.ModernUI.txt = Documents\Licenses\License.ModernUI.txt
|
||||
Documents\Licenses\License.NodeXL.txt = Documents\Licenses\License.NodeXL.txt
|
||||
Documents\Licenses\License.Quickgraph.txt = Documents\Licenses\License.Quickgraph.txt
|
||||
Documents\Licenses\License.RelativeAnimatingContentControl.txt = Documents\Licenses\License.RelativeAnimatingContentControl.txt
|
||||
Documents\Licenses\License.WPFExtensions.txt = Documents\Licenses\License.WPFExtensions.txt
|
||||
Documents\Licenses\License.YAXLib.txt = Documents\Licenses\License.YAXLib.txt
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Externals", "Externals", "{C7DE85B0-A017-4DF7-AE7A-A1197B5D0D47}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.WPF.Controls", "GraphX.Controls\GraphX.WPF.Controls.csproj", "{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleGraph", "Examples\SimpleGraph\SimpleGraph.csproj", "{E00C5274-AA34-4CC1-BB24-F59BCF130B85}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsProject", "Examples\WindowsFormsProject\WindowsFormsProject.csproj", "{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.PCL.Common", "GraphX.PCL.Common\GraphX.PCL.Common.csproj", "{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.PCL.Logic", "GraphX.PCL.Logic\GraphX.PCL.Logic.csproj", "{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WindowsDesktop_VB.NET_WinForms_Example", "Examples\WindowsDesktop_VB.NET_WinForms_Example\WindowsDesktop_VB.NET_WinForms_Example.vbproj", "{C2718C9A-6455-43F6-835A-26B788824F53}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.METRO.Controls", "GraphX.METRO.Controls\GraphX.METRO.Controls.csproj", "{66F33708-C1C7-4385-8235-7201784D184C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "METRO.SimpleGraph", "Examples\METRO.SimpleGraph\METRO.SimpleGraph.csproj", "{44841666-C547-4874-9BC9-B34D2A1FA6D8}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowcaseApp.WPF", "Examples\ShowcaseApp.WPF\ShowcaseApp.WPF.csproj", "{C054C423-7284-46A6-9738-B82E2237E9C7}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|ARM = Release|ARM
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Debug|x86.Build.0 = Debug|x86
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{D2E33FEE-6689-4BB4-A95C-1B5C327A1E8F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Debug|x86.Build.0 = Debug|x86
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|x86.ActiveCfg = Release|x86
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85}.Release|x86.Build.0 = Release|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|Any CPU.Build.0 = Debug|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Debug|x86.Build.0 = Debug|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|x86.ActiveCfg = Release|x86
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE}.Release|x86.Build.0 = Release|x86
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|x64.Build.0 = Debug|x64
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Debug|x86.Build.0 = Debug|x86
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|ARM.Build.0 = Release|ARM
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|x64.ActiveCfg = Release|x64
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|x64.Build.0 = Release|x64
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|x86.ActiveCfg = Release|x86
|
||||
{66F33708-C1C7-4385-8235-7201784D184C}.Release|x86.Build.0 = Release|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|ARM.Deploy.0 = Debug|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x64.Build.0 = Debug|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x64.Deploy.0 = Debug|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x86.Build.0 = Debug|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Debug|x86.Deploy.0 = Debug|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|ARM.Build.0 = Release|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|ARM.Deploy.0 = Release|ARM
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x64.ActiveCfg = Release|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x64.Build.0 = Release|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x64.Deploy.0 = Release|x64
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x86.ActiveCfg = Release|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x86.Build.0 = Release|x86
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8}.Release|x86.Deploy.0 = Release|x86
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|ARM.ActiveCfg = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|ARM.ActiveCfg = Release|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{E33DE020-10E3-44CC-BD32-0516CABD459C} = {C6ACB65E-A76D-44E4-9B20-022C0E3498B7}
|
||||
{E00C5274-AA34-4CC1-BB24-F59BCF130B85} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
{C2718C9A-6455-43F6-835A-26B788824F53} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
{44841666-C547-4874-9BC9-B34D2A1FA6D8} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
{C054C423-7284-46A6-9738-B82E2237E9C7} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
VisualSVNWorkingCopyRoot = .
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -1,121 +1,126 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>GraphX.PCL.Common</RootNamespace>
|
||||
<AssemblyName>GraphX.PCL.Common</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Profile143</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Release\GraphX.PCL.Common.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>signature.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- A reference to the entire .NET Framework is automatically included -->
|
||||
<None Include="signature.snk" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Documents\AIV.cs">
|
||||
<Link>Properties\AIV.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Enums\EdgeRoutingAlgorithmTypeEnum.cs" />
|
||||
<Compile Include="Enums\EdgesType.cs" />
|
||||
<Compile Include="Enums\EventType.cs" />
|
||||
<Compile Include="Enums\GraphControlType.cs" />
|
||||
<Compile Include="Enums\HighlightStrategy.cs" />
|
||||
<Compile Include="Enums\ImageType.cs" />
|
||||
<Compile Include="Enums\LayoutAlgorithmTypeEnum.cs" />
|
||||
<Compile Include="Enums\OverlapRemovalAlgorithmTypeEnum.cs" />
|
||||
<Compile Include="Enums\ProcessingOptionEnum.cs" />
|
||||
<Compile Include="Enums\VertexShape.cs" />
|
||||
<Compile Include="Exceptions\GX_GeneralException.cs" />
|
||||
<Compile Include="Exceptions\GX_InvalidDataException.cs" />
|
||||
<Compile Include="Exceptions\GX_ObjectNotFoundException.cs" />
|
||||
<Compile Include="Exceptions\GX_SerializationException.cs" />
|
||||
<Compile Include="Interfaces\IAlgorithmParameters.cs" />
|
||||
<Compile Include="Interfaces\IAlgorithmStorage.cs" />
|
||||
<Compile Include="Interfaces\ICloneable.cs" />
|
||||
<Compile Include="Interfaces\ICore.cs" />
|
||||
<Compile Include="Interfaces\IEdgeRoutingAlgorithm.cs" />
|
||||
<Compile Include="Interfaces\IEdgeRoutingParameters.cs" />
|
||||
<Compile Include="Interfaces\IExternalEdgeRouting.cs" />
|
||||
<Compile Include="Interfaces\IExternalLayout.cs" />
|
||||
<Compile Include="Interfaces\IExternalOverlapRemoval.cs" />
|
||||
<Compile Include="Interfaces\IFileServiceProvider.cs" />
|
||||
<Compile Include="Interfaces\IGraphXEdge.cs" />
|
||||
<Compile Include="Interfaces\IGraphXVertex.cs" />
|
||||
<Compile Include="Interfaces\IGXLogicCore.cs" />
|
||||
<Compile Include="Interfaces\ILayoutAlgorithm.cs" />
|
||||
<Compile Include="Interfaces\ILayoutParameters.cs" />
|
||||
<Compile Include="Interfaces\IOverlapRemovalAlgorithm.cs" />
|
||||
<Compile Include="Interfaces\IOverlapRemovalParameters.cs" />
|
||||
<Compile Include="Interfaces\IWeightedEdge.cs" />
|
||||
<Compile Include="Models\GraphSerializationData.cs" />
|
||||
<Compile Include="Models\EdgeBase.cs" />
|
||||
<Compile Include="Models\EdgeRoutingVisualData.cs" />
|
||||
<Compile Include="Models\GraphState.cs" />
|
||||
<Compile Include="Models\IAlgorithmFactory.cs" />
|
||||
<Compile Include="Models\IIdentifiableGraphDataObject.cs" />
|
||||
<Compile Include="Models\IRoutingInfo.cs" />
|
||||
<Compile Include="Models\Semaphore\BAutoResetEvent.cs" />
|
||||
<Compile Include="Models\Semaphore\BManualResetEvent.cs" />
|
||||
<Compile Include="Models\Semaphore\Semaphore.cs" />
|
||||
<Compile Include="Models\Semaphore\BWaitHandle.cs" />
|
||||
<Compile Include="Models\VertexBase.cs" />
|
||||
<Compile Include="Models\WeightedEdge.cs" />
|
||||
<Compile Include="Point.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Rect.cs" />
|
||||
<Compile Include="Size.cs" />
|
||||
<Compile Include="Thickness.cs" />
|
||||
<Compile Include="Vector.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="QuickGraph">
|
||||
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Helpers\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>GraphX.PCL.Common</RootNamespace>
|
||||
<AssemblyName>GraphX.PCL.Common</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Profile147</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>4.0</OldToolsVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Release\GraphX.PCL.Common.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>signature.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- A reference to the entire .NET Framework is automatically included -->
|
||||
<None Include="signature.snk" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Documents\AIV.cs">
|
||||
<Link>Properties\AIV.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Enums\EdgeRoutingAlgorithmTypeEnum.cs" />
|
||||
<Compile Include="Enums\EdgesType.cs" />
|
||||
<Compile Include="Enums\EventType.cs" />
|
||||
<Compile Include="Enums\GraphControlType.cs" />
|
||||
<Compile Include="Enums\HighlightStrategy.cs" />
|
||||
<Compile Include="Enums\ImageType.cs" />
|
||||
<Compile Include="Enums\LayoutAlgorithmTypeEnum.cs" />
|
||||
<Compile Include="Enums\OverlapRemovalAlgorithmTypeEnum.cs" />
|
||||
<Compile Include="Enums\ProcessingOptionEnum.cs" />
|
||||
<Compile Include="Enums\VertexShape.cs" />
|
||||
<Compile Include="Exceptions\GX_GeneralException.cs" />
|
||||
<Compile Include="Exceptions\GX_InvalidDataException.cs" />
|
||||
<Compile Include="Exceptions\GX_ObjectNotFoundException.cs" />
|
||||
<Compile Include="Exceptions\GX_SerializationException.cs" />
|
||||
<Compile Include="Interfaces\IAlgorithmParameters.cs" />
|
||||
<Compile Include="Interfaces\IAlgorithmStorage.cs" />
|
||||
<Compile Include="Interfaces\ICloneable.cs" />
|
||||
<Compile Include="Interfaces\ICore.cs" />
|
||||
<Compile Include="Interfaces\IEdgeRoutingAlgorithm.cs" />
|
||||
<Compile Include="Interfaces\IEdgeRoutingParameters.cs" />
|
||||
<Compile Include="Interfaces\IExternalEdgeRouting.cs" />
|
||||
<Compile Include="Interfaces\IExternalLayout.cs" />
|
||||
<Compile Include="Interfaces\IExternalOverlapRemoval.cs" />
|
||||
<Compile Include="Interfaces\IFileServiceProvider.cs" />
|
||||
<Compile Include="Interfaces\IGraphXEdge.cs" />
|
||||
<Compile Include="Interfaces\IGraphXVertex.cs" />
|
||||
<Compile Include="Interfaces\IGXLogicCore.cs" />
|
||||
<Compile Include="Interfaces\ILayoutAlgorithm.cs" />
|
||||
<Compile Include="Interfaces\ILayoutParameters.cs" />
|
||||
<Compile Include="Interfaces\IOverlapRemovalAlgorithm.cs" />
|
||||
<Compile Include="Interfaces\IOverlapRemovalParameters.cs" />
|
||||
<Compile Include="Interfaces\IWeightedEdge.cs" />
|
||||
<Compile Include="Models\GraphSerializationData.cs" />
|
||||
<Compile Include="Models\EdgeBase.cs" />
|
||||
<Compile Include="Models\EdgeRoutingVisualData.cs" />
|
||||
<Compile Include="Models\GraphState.cs" />
|
||||
<Compile Include="Models\IAlgorithmFactory.cs" />
|
||||
<Compile Include="Models\IIdentifiableGraphDataObject.cs" />
|
||||
<Compile Include="Models\IRoutingInfo.cs" />
|
||||
<Compile Include="Models\Semaphore\BAutoResetEvent.cs" />
|
||||
<Compile Include="Models\Semaphore\BManualResetEvent.cs" />
|
||||
<Compile Include="Models\Semaphore\Semaphore.cs" />
|
||||
<Compile Include="Models\Semaphore\BWaitHandle.cs" />
|
||||
<Compile Include="Models\VertexBase.cs" />
|
||||
<Compile Include="Models\WeightedEdge.cs" />
|
||||
<Compile Include="Point.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Rect.cs" />
|
||||
<Compile Include="Size.cs" />
|
||||
<Compile Include="Thickness.cs" />
|
||||
<Compile Include="Vector.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="QuickGraph">
|
||||
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Helpers\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
|
@ -1,183 +1,188 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>GraphX.PCL.Logic</RootNamespace>
|
||||
<AssemblyName>GraphX.PCL.Logic</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Profile143</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Release\GraphX.PCL.Logic.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>signature.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- A reference to the entire .NET Framework is automatically included -->
|
||||
<ProjectReference Include="..\GraphX.PCL.Common\GraphX.PCL.Common.csproj">
|
||||
<Project>{3644d44b-dec0-4b65-bba0-c68e34821aae}</Project>
|
||||
<Name>GraphX.PCL.Common</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Documents\AIV.cs">
|
||||
<Link>Properties\AIV.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="GraphXComponents\AlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeBundling\BundleEdgeRouting.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeBundling\BundleEdgeRoutingParameters.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeBundling\VectorTools.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeRoutingAlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeRoutingParameters.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\HighResolutionTime.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\IPathFinder.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\MatrixItem.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\PathFinder.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\PathFinderEdgeRouting.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\PathFinderEdgeRoutingParameters.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\PriorityQueueB.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\SimpleER\SimpleEdgeRouting.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\SimpleER\SimpleERParameters.cs" />
|
||||
<Compile Include="GraphXComponents\GraphHideHelper.cs" />
|
||||
<Compile Include="GraphXComponents\GraphSharpExtensions.cs" />
|
||||
<Compile Include="GraphXComponents\HierarchicalGraph.cs" />
|
||||
<Compile Include="GraphXComponents\IAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\IHierarchicalBidirectionalGraph.cs" />
|
||||
<Compile Include="GraphXComponents\ISoftMutableGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayeredTopologicalSortAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Circular\CircularLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Circular\CircularLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\BoundedFRLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundFDPLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundFDPLayoutAlgorithm.Data.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundFDPLayoutAlgorithm.Init.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundFDPLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundLayoutContext.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundLayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundVertexInnerLayoutType.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ICompoundGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ICompoundLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ICompoundLayoutContext.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ICompoundLayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ILayoutContext.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\IMutableCompoundGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\LayoutContext.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\LayoutMode.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\TestingCompoundLayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\TestingCompoundVertexInfo.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\FRCoolingFunction.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\FreeFRLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\FRLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\FRLayoutParametersBase.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\ISOMLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\ISOMLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\KKLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\KKLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\LinLogLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\LinLogLayoutAlgorithm.QuadTree.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\LinLogLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaAlgorithm.BuildSparseNormalizedGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaAlgorithm.DoCrossingMinimizations.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaAlgorithm.DoPreparing.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.AlternatingLayer.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.Data.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.HorizontalAssignment.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.SegmentContainer.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaEdgeRoutings.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.Enums.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.SugiEdge.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.SugiVertex.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.VertexLayer.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.VertexLayerCollection.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\ILayoutInfoIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\ILayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\IParameterizedLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutAlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutDirection.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutParametersBase.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutUtil.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\ParameterizedLayoutAlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Random\RandomLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\BalloonTreeLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\BalloonTreeLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SimpleTreeLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SimpleTreeLayoutAlgorithm.Data.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SimpleTreeLayoutAlgorithm.WidthAndHeightOpt.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SimpleTreeLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SpanningTreeGeneration.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\FSAAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\IOverlapRemovalAlgorithmFactory.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\IOverlapRemovalContext.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OneWayFSAAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OneWayFSAParameters.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OverlapRemovalAlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OverlapRemovalContext.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OverlapRemovalHelper.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OverlapRemovalParameters.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\RectangleWrapper.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\StandardOverlapRemovalAlgorithmFactory.cs" />
|
||||
<Compile Include="GraphXComponents\SoftMutableBidirectionalGraph.cs" />
|
||||
<Compile Include="GraphXComponents\SoftMutableHierarchicalGraph.cs" />
|
||||
<Compile Include="GraphXComponents\TypedEdge.cs" />
|
||||
<Compile Include="GraphXComponents\WrappedVertex.cs" />
|
||||
<Compile Include="Helpers\ThreadingHelper.cs" />
|
||||
<Compile Include="Models\AlgorithmFactory.cs" />
|
||||
<Compile Include="Models\AlgorithmStorage.cs" />
|
||||
<Compile Include="Models\GXLogicCore.cs" />
|
||||
<Compile Include="Models\GXLogicCore_Calculation.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
<None Include="signature.snk" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="QuickGraph">
|
||||
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>GraphX.PCL.Logic</RootNamespace>
|
||||
<AssemblyName>GraphX.PCL.Logic</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Profile147</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<OldToolsVersion>4.0</OldToolsVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Release\GraphX.PCL.Logic.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>signature.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- A reference to the entire .NET Framework is automatically included -->
|
||||
<ProjectReference Include="..\GraphX.PCL.Common\GraphX.PCL.Common.csproj">
|
||||
<Project>{3644d44b-dec0-4b65-bba0-c68e34821aae}</Project>
|
||||
<Name>GraphX.PCL.Common</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Documents\AIV.cs">
|
||||
<Link>Properties\AIV.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="GraphXComponents\AlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeBundling\BundleEdgeRouting.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeBundling\BundleEdgeRoutingParameters.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeBundling\VectorTools.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeRoutingAlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\EdgeRoutingParameters.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\HighResolutionTime.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\IPathFinder.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\MatrixItem.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\PathFinder.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\PathFinderEdgeRouting.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\PathFinderEdgeRoutingParameters.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\PathFinderER\PriorityQueueB.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\SimpleER\SimpleEdgeRouting.cs" />
|
||||
<Compile Include="GraphXComponents\EdgeRouting\SimpleER\SimpleERParameters.cs" />
|
||||
<Compile Include="GraphXComponents\GraphHideHelper.cs" />
|
||||
<Compile Include="GraphXComponents\GraphSharpExtensions.cs" />
|
||||
<Compile Include="GraphXComponents\HierarchicalGraph.cs" />
|
||||
<Compile Include="GraphXComponents\IAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\IHierarchicalBidirectionalGraph.cs" />
|
||||
<Compile Include="GraphXComponents\ISoftMutableGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayeredTopologicalSortAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Circular\CircularLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Circular\CircularLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\BoundedFRLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundFDPLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundFDPLayoutAlgorithm.Data.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundFDPLayoutAlgorithm.Init.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundFDPLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundLayoutContext.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundLayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\CompoundVertexInnerLayoutType.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ICompoundGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ICompoundLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ICompoundLayoutContext.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ICompoundLayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\ILayoutContext.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\IMutableCompoundGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\LayoutContext.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\LayoutMode.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\TestingCompoundLayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\Compound\TestingCompoundVertexInfo.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\FRCoolingFunction.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\FreeFRLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\FRLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\FRLayoutParametersBase.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\ISOMLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\ISOMLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\KKLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\KKLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\LinLogLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\LinLogLayoutAlgorithm.QuadTree.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\FDP\LinLogLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaAlgorithm.BuildSparseNormalizedGraph.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaAlgorithm.DoCrossingMinimizations.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaAlgorithm.DoPreparing.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.AlternatingLayer.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.Data.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.HorizontalAssignment.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutAlgorithm.SegmentContainer.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\EfficientSugiyamaLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaEdgeRoutings.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.Enums.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.SugiEdge.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.SugiVertex.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.VertexLayer.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutAlgorithm.VertexLayerCollection.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Hierarchical\SugiyamaLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\ILayoutInfoIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\ILayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\IParameterizedLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutAlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutDirection.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutIterationEventArgs.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutParametersBase.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\LayoutUtil.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\ParameterizedLayoutAlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Random\RandomLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\BalloonTreeLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\BalloonTreeLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SimpleTreeLayoutAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SimpleTreeLayoutAlgorithm.Data.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SimpleTreeLayoutAlgorithm.WidthAndHeightOpt.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SimpleTreeLayoutParameters.cs" />
|
||||
<Compile Include="GraphXComponents\LayoutAlgorithms\Tree\SpanningTreeGeneration.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\FSAAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\IOverlapRemovalAlgorithmFactory.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\IOverlapRemovalContext.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OneWayFSAAlgorithm.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OneWayFSAParameters.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OverlapRemovalAlgorithmBase.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OverlapRemovalContext.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OverlapRemovalHelper.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\OverlapRemovalParameters.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\RectangleWrapper.cs" />
|
||||
<Compile Include="GraphXComponents\OverlapRemoval\StandardOverlapRemovalAlgorithmFactory.cs" />
|
||||
<Compile Include="GraphXComponents\SoftMutableBidirectionalGraph.cs" />
|
||||
<Compile Include="GraphXComponents\SoftMutableHierarchicalGraph.cs" />
|
||||
<Compile Include="GraphXComponents\TypedEdge.cs" />
|
||||
<Compile Include="GraphXComponents\WrappedVertex.cs" />
|
||||
<Compile Include="Helpers\ThreadingHelper.cs" />
|
||||
<Compile Include="Models\AlgorithmFactory.cs" />
|
||||
<Compile Include="Models\AlgorithmStorage.cs" />
|
||||
<Compile Include="Models\GXLogicCore.cs" />
|
||||
<Compile Include="Models\GXLogicCore_Calculation.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
<None Include="signature.snk" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="QuickGraph">
|
||||
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче