Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#634: removing solution level packages #635

Merged
merged 2 commits into from
Mar 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .nuget/packages.config

This file was deleted.

12 changes: 5 additions & 7 deletions Duality.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically not a clean PR with this change, as updating the VS version of the solution could backfire and wasn't part of the issue - but I'll take this as it make sense to update the solution version by now. Would prefer a more selective PR next time though 🙂

MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Duality", "Source\Core\Duality\Duality.csproj", "{D821AFB9-BCC9-4025-9A9C-798E2BC546AB}"
EndProject
Expand Down Expand Up @@ -85,11 +85,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tilemaps.Editor", "Source\P
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tilemaps.Sample", "Samples\Tilemaps\Tilemaps.Sample.csproj", "{D014227E-3E69-4C8B-984A-1519AA35C1AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F4341334-0544-48A1-8280-0B8C1E745498}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Steering", "Samples\Steering\Steering.csproj", "{0130132B-C38D-463E-90AC-5D389E934FAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Physics.Sample", "Samples\Physics\Physics.Sample.csproj", "{45B4CC01-CCDC-4835-8EDF-F0B706EA3DDF}"
Expand Down Expand Up @@ -284,4 +279,7 @@ Global
{0130132B-C38D-463E-90AC-5D389E934FAE} = {9D215950-8E34-4070-914F-7B7D8A54ED6C}
{45B4CC01-CCDC-4835-8EDF-F0B706EA3DDF} = {9D215950-8E34-4070-914F-7B7D8A54ED6C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74E2A280-F2F3-400D-9CC2-7A91D6D3D15C}
EndGlobalSection
EndGlobal