From c5c3e0d7bddc70854e69202d46cf5fc312438cbc Mon Sep 17 00:00:00 2001 From: brather1ng <7596346+brather1ng@users.noreply.github.com> Date: Fri, 21 Jun 2019 23:55:30 +0200 Subject: [PATCH] Migrate WPFSKillTree and UpdateDB to new csproj format --- UpdateDB/UpdateDB.csproj | 116 +--- UpdateDB/packages.config | 8 - WPFSKillTree.sln | 41 +- WPFSKillTree/WPFSKillTree.csproj | 923 ++----------------------------- WPFSKillTree/packages.config | 21 - global.json | 5 + 6 files changed, 84 insertions(+), 1030 deletions(-) delete mode 100644 UpdateDB/packages.config delete mode 100644 WPFSKillTree/packages.config create mode 100644 global.json diff --git a/UpdateDB/UpdateDB.csproj b/UpdateDB/UpdateDB.csproj index d38dbd045..14449ef5c 100644 --- a/UpdateDB/UpdateDB.csproj +++ b/UpdateDB/UpdateDB.csproj @@ -1,112 +1,26 @@ - - - - + - Debug - AnyCPU - {E69F0C33-980E-4A6B-BAEA-B8D41A93A481} Exe - Properties - UpdateDB - UpdateDB - v4.6.2 - 512 - - - + net462 latest - prompt - 4 + false - - true - full - false - bin\Debug\ - DEBUG;TRACE - - - pdbonly - true - bin\Release\ - TRACE - - - AnyCPU - - - x86 - - - - ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll - - - ..\packages\morelinq.3.1.0\lib\net451\MoreLinq.dll - - - ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll - - - - - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - - - - - - - - - - - - - - + + - - - Always - - + + + all + + + + - - {1f11d13c-9039-40ab-8b91-8a03e4da934a} - PoESkillTree.Utils - - - {c1c73cc9-d825-41f7-86f0-f37ee8178d6d} - PoESkillTree.GameModel - - - {fcda18d8-4fd9-484b-b7dc-dbf771b3aec7} - WPFSKillTree - + + + - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - \ No newline at end of file diff --git a/UpdateDB/packages.config b/UpdateDB/packages.config deleted file mode 100644 index 9063fb1e9..000000000 --- a/UpdateDB/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/WPFSKillTree.sln b/WPFSKillTree.sln index aa7c9130e..172346f11 100644 --- a/WPFSKillTree.sln +++ b/WPFSKillTree.sln @@ -1,42 +1,41 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2020 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29009.5 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFSKillTree", "WPFSKillTree\WPFSKillTree.csproj", "{FCDA18D8-4FD9-484B-B7DC-DBF771B3AEC7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPFSKillTree", "WPFSKillTree\WPFSKillTree.csproj", "{FCDA18D8-4FD9-484B-B7DC-DBF771B3AEC7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateDB", "UpdateDB\UpdateDB.csproj", "{E69F0C33-980E-4A6B-BAEA-B8D41A93A481}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UpdateDB", "UpdateDB\UpdateDB.csproj", "{E69F0C33-980E-4A6B-BAEA-B8D41A93A481}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Core", "PoESkillTree.Computation.Core\PoESkillTree.Computation.Core.csproj", "{E9C0CF81-6800-4461-8897-F8B569C7CDD0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Core", "PoESkillTree.Computation.Core\PoESkillTree.Computation.Core.csproj", "{E9C0CF81-6800-4461-8897-F8B569C7CDD0}" ProjectSection(ProjectDependencies) = postProject {827BE52D-878C-45F0-AFC0-75B5385AAD53} = {827BE52D-878C-45F0-AFC0-75B5385AAD53} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Utils", "PoESkillTree.Utils\PoESkillTree.Utils.csproj", "{1F11D13C-9039-40AB-8B91-8A03E4DA934A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Utils", "PoESkillTree.Utils\PoESkillTree.Utils.csproj", "{1F11D13C-9039-40AB-8B91-8A03E4DA934A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Data", "PoESkillTree.Computation.Data\PoESkillTree.Computation.Data.csproj", "{85CF9690-7EB9-42CB-9574-ADF4239CFFBE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Data", "PoESkillTree.Computation.Data\PoESkillTree.Computation.Data.csproj", "{85CF9690-7EB9-42CB-9574-ADF4239CFFBE}" ProjectSection(ProjectDependencies) = postProject {827BE52D-878C-45F0-AFC0-75B5385AAD53} = {827BE52D-878C-45F0-AFC0-75B5385AAD53} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Data.Tests", "PoESkillTree.Computation.Data.Tests\PoESkillTree.Computation.Data.Tests.csproj", "{F5DF3138-0C63-48B4-9908-50CADA452224}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Data.Tests", "PoESkillTree.Computation.Data.Tests\PoESkillTree.Computation.Data.Tests.csproj", "{F5DF3138-0C63-48B4-9908-50CADA452224}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Parsing", "PoESkillTree.Computation.Parsing\PoESkillTree.Computation.Parsing.csproj", "{1E573C72-9B7F-40AF-A5E8-739F90B50690}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Parsing", "PoESkillTree.Computation.Parsing\PoESkillTree.Computation.Parsing.csproj", "{1E573C72-9B7F-40AF-A5E8-739F90B50690}" ProjectSection(ProjectDependencies) = postProject {827BE52D-878C-45F0-AFC0-75B5385AAD53} = {827BE52D-878C-45F0-AFC0-75B5385AAD53} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Console", "PoESkillTree.Computation.Console\PoESkillTree.Computation.Console.csproj", "{AADCC052-3A9D-4513-9EAE-7AEACBF2DBCA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Console", "PoESkillTree.Computation.Console\PoESkillTree.Computation.Console.csproj", "{AADCC052-3A9D-4513-9EAE-7AEACBF2DBCA}" ProjectSection(ProjectDependencies) = postProject {827BE52D-878C-45F0-AFC0-75B5385AAD53} = {827BE52D-878C-45F0-AFC0-75B5385AAD53} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Parsing.Tests", "PoESkillTree.Computation.Parsing.Tests\PoESkillTree.Computation.Parsing.Tests.csproj", "{0EFA2885-50A9-45C9-B1A1-701A83681C90}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Parsing.Tests", "PoESkillTree.Computation.Parsing.Tests\PoESkillTree.Computation.Parsing.Tests.csproj", "{0EFA2885-50A9-45C9-B1A1-701A83681C90}" ProjectSection(ProjectDependencies) = postProject {844B58AB-4D91-4567-BCA9-F3E1B2A29444} = {844B58AB-4D91-4567-BCA9-F3E1B2A29444} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.IntegrationTests", "PoESkillTree.Computation.IntegrationTests\PoESkillTree.Computation.IntegrationTests.csproj", "{CE77F246-871D-4E8C-8E5F-B44EBDBF2541}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.IntegrationTests", "PoESkillTree.Computation.IntegrationTests\PoESkillTree.Computation.IntegrationTests.csproj", "{CE77F246-871D-4E8C-8E5F-B44EBDBF2541}" ProjectSection(ProjectDependencies) = postProject {1F11D13C-9039-40AB-8B91-8A03E4DA934A} = {1F11D13C-9039-40AB-8B91-8A03E4DA934A} {AADCC052-3A9D-4513-9EAE-7AEACBF2DBCA} = {AADCC052-3A9D-4513-9EAE-7AEACBF2DBCA} @@ -45,27 +44,27 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.In {85CF9690-7EB9-42CB-9574-ADF4239CFFBE} = {85CF9690-7EB9-42CB-9574-ADF4239CFFBE} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Common", "PoESkillTree.Computation.Common\PoESkillTree.Computation.Common.csproj", "{827BE52D-878C-45F0-AFC0-75B5385AAD53}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Common", "PoESkillTree.Computation.Common\PoESkillTree.Computation.Common.csproj", "{827BE52D-878C-45F0-AFC0-75B5385AAD53}" ProjectSection(ProjectDependencies) = postProject {1F11D13C-9039-40AB-8B91-8A03E4DA934A} = {1F11D13C-9039-40AB-8B91-8A03E4DA934A} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Common.Tests", "PoESkillTree.Computation.Common.Tests\PoESkillTree.Computation.Common.Tests.csproj", "{844B58AB-4D91-4567-BCA9-F3E1B2A29444}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Common.Tests", "PoESkillTree.Computation.Common.Tests\PoESkillTree.Computation.Common.Tests.csproj", "{844B58AB-4D91-4567-BCA9-F3E1B2A29444}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Core.Tests", "PoESkillTree.Computation.Core.Tests\PoESkillTree.Computation.Core.Tests.csproj", "{02676C0A-817C-4D1D-BE32-640D6D5A9937}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Core.Tests", "PoESkillTree.Computation.Core.Tests\PoESkillTree.Computation.Core.Tests.csproj", "{02676C0A-817C-4D1D-BE32-640D6D5A9937}" ProjectSection(ProjectDependencies) = postProject {844B58AB-4D91-4567-BCA9-F3E1B2A29444} = {844B58AB-4D91-4567-BCA9-F3E1B2A29444} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Builders", "PoESkillTree.Computation.Builders\PoESkillTree.Computation.Builders.csproj", "{940A286A-BCA7-4C79-AC89-55C57C7D4784}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Builders", "PoESkillTree.Computation.Builders\PoESkillTree.Computation.Builders.csproj", "{940A286A-BCA7-4C79-AC89-55C57C7D4784}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.Computation.Builders.Tests", "PoESkillTree.Computation.Builders.Tests\PoESkillTree.Computation.Builders.Tests.csproj", "{D6ECC468-961D-4C72-8E8F-DA9037B9B200}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.Computation.Builders.Tests", "PoESkillTree.Computation.Builders.Tests\PoESkillTree.Computation.Builders.Tests.csproj", "{D6ECC468-961D-4C72-8E8F-DA9037B9B200}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.GameModel", "PoESkillTree.GameModel\PoESkillTree.GameModel.csproj", "{C1C73CC9-D825-41F7-86F0-F37EE8178D6D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.GameModel", "PoESkillTree.GameModel\PoESkillTree.GameModel.csproj", "{C1C73CC9-D825-41F7-86F0-F37EE8178D6D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoESkillTree.GameModel.Tests", "PoESkillTree.GameModel.Tests\PoESkillTree.GameModel.Tests.csproj", "{0664E11C-B04A-469F-A65D-40BFC94BC88D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoESkillTree.GameModel.Tests", "PoESkillTree.GameModel.Tests\PoESkillTree.GameModel.Tests.csproj", "{0664E11C-B04A-469F-A65D-40BFC94BC88D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFSKillTree.Tests", "WPFSKillTree.Tests\WPFSKillTree.Tests.csproj", "{172BA462-EB78-47C4-A85A-677FBD1A6A89}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPFSKillTree.Tests", "WPFSKillTree.Tests\WPFSKillTree.Tests.csproj", "{172BA462-EB78-47C4-A85A-677FBD1A6A89}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/WPFSKillTree/WPFSKillTree.csproj b/WPFSKillTree/WPFSKillTree.csproj index 8bbc8c859..476b34717 100644 --- a/WPFSKillTree/WPFSKillTree.csproj +++ b/WPFSKillTree/WPFSKillTree.csproj @@ -1,832 +1,81 @@ - - - + - Debug - AnyCPU 8.0.30703 - 2.0 - {FCDA18D8-4FD9-484B-B7DC-DBF771B3AEC7} WinExe - Properties PoESkillTree PoESkillTree - v4.6.2 - - 512 + net462 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - false - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false true - 0 - 1.0.0.%2a false true latest true - prompt - 4 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - - - pdbonly - true - bin\Release\ - TRACE - - - AnyCPU - - - x86 + false + true LocalIntranet - - false - - Properties\app.manifest - - logo.ico - - PoESkillTree.SkillTreeFiles.Bootstrap + + + + + + + + + + + + + + + + + + all + + + + + + + + + + + .\Antlr3.Runtime.dll - - ..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll - - - ..\packages\Enums.NET.2.3.2\lib\net45\Enums.NET.dll - .\ExpressionEvaluator.dll - - ..\packages\gong-wpf-dragdrop.1.1.0\lib\net45\GongSolutions.Wpf.DragDrop.dll - True - - - ..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll - - - ..\packages\log4net.2.0.8\lib\net45-full\log4net.dll - - - ..\packages\MahApps.Metro.1.6.5\lib\net45\MahApps.Metro.dll - - - ..\packages\MahApps.Metro.IconPacks.Modern.1.9.1\lib\net46\MahApps.Metro.IconPacks.Modern.dll - - - ..\packages\MahApps.Metro.SimpleChildWindow.1.5.0\lib\net45\MahApps.Metro.SimpleChildWindow.dll - - - ..\packages\Microsoft.WindowsAPICodePack-Core.1.1.0.2\lib\Microsoft.WindowsAPICodePack.dll - - - False - ..\packages\Microsoft.WindowsAPICodePack-Shell.1.1.0.0\lib\Microsoft.WindowsAPICodePack.Shell.dll - - - ..\packages\Microsoft.WindowsAPICodePack-Shell.1.1.0.0\lib\Microsoft.WindowsAPICodePack.ShellExtensions.dll - - - ..\packages\morelinq.3.1.0\lib\net451\MoreLinq.dll - - - ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll - - - - - - - ..\packages\System.Reactive.4.1.3\lib\net46\System.Reactive.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - - ..\packages\System.Threading.Tasks.Dataflow.4.9.0\lib\netstandard2.0\System.Threading.Tasks.Dataflow.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - ..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll - - - - - - - - 4.0 - + - False Libs\Xceed.Wpf.Toolkit.dll + False - - MSBuild:Compile - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - GainOnActionStatsView.xaml - - - IndependentResultStatsView.xaml - - - ResultStatToolTip.xaml - - - - - - - - - - - ColorPickerButton.xaml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ComputationView.xaml - - - ConfigurationStatsView.xaml - - - MainSkillSelectionView.xaml - - - ResultStatsView.xaml - - - InventoryFlaskView.xaml - - - - - BaseCraftingView.xaml - - - CraftingView.xaml - - - ModSelectorView.xaml - - - SliderGroupView.xaml - - - SliderView.xaml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FileSelectorView.xaml - - - MetroMessageBoxView.xaml - - - ValidatingInputDialogView.xaml - - - BinView.xaml - - - InventoryItemView.xaml - - - InventoryView.xaml - - - ItemTooltip.xaml - - - ItemVisualizer.xaml - - - - - - - - - - - - - - - - - - - - - - - - ColorButtonDialog.xaml - - - ItemFilterEditWindow.xaml - - - ItemFilterOpenWindow.xaml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SteinerTabView.xaml - - - - - - - - - True - True - Version.resx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AdvancedGeneratorTab.xaml - - - AutomatedGeneratorTab.xaml - - - - - - - - - - - - - - - - - - - - - - - ControllerWindow.xaml - - - SettingsWindow.xaml - - - BanditSelection.xaml - - - BuildsControl.xaml - - - SocketedGemsEditingView.xaml - - - UniqueCraftingView.xaml - - - DownloadStashWindow.xaml - - - EditBuildWindow.xaml - - - DraggableItemView.xaml - - - - StashItemView.xaml - - - StashView.xaml - - - HelpWindow.xaml - - - HotkeysWindow.xaml - - - AboutWindow.xaml - - - - - - - - - - DownloadItemsWindow.xaml - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - SettingsMenuWindow.xaml - - - TabPicker.xaml - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - MainWindow.xaml - Code - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - + PublicResXFileCodeGenerator Version.Designer.cs - @@ -841,16 +90,7 @@ - - Always - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - @@ -885,50 +125,16 @@ - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 3.1 - true - - - - - - - - - - - - - - @@ -1096,53 +302,12 @@ - + + + + + + + - - - {940A286A-BCA7-4C79-AC89-55C57C7D4784} - PoESkillTree.Computation.Builders - - - {827be52d-878c-45f0-afc0-75b5385aad53} - PoESkillTree.Computation.Common - - - {E9C0CF81-6800-4461-8897-F8B569C7CDD0} - PoESkillTree.Computation.Core - - - {85CF9690-7EB9-42CB-9574-ADF4239CFFBE} - PoESkillTree.Computation.Data - - - {1E573C72-9B7F-40AF-A5E8-739F90B50690} - PoESkillTree.Computation.Parsing - - - {1f11d13c-9039-40ab-8b91-8a03e4da934a} - PoESkillTree.Utils - - - {c1c73cc9-d825-41f7-86f0-f37ee8178d6d} - PoESkillTree.GameModel - - - - - if $(ConfigurationName) == Release call $(ProjectDir)build-locale.bat $(TargetDir) - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - \ No newline at end of file diff --git a/WPFSKillTree/packages.config b/WPFSKillTree/packages.config deleted file mode 100644 index a72bf1fa4..000000000 --- a/WPFSKillTree/packages.config +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/global.json b/global.json new file mode 100644 index 000000000..9e0b62536 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "MSBuild.Sdk.Extras": "1.6.65" + } +} \ No newline at end of file