Basic project structure
This commit is contained in:
29
SpaceWizards.Sodium.sln
Normal file
29
SpaceWizards.Sodium.sln
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30114.105
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpaceWizards.Sodium", "SpaceWizards.Sodium\SpaceWizards.Sodium.csproj", "{52EC2D2E-B57B-45E3-944A-247C750731C0}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{40BDE6AC-8B1C-4E85-960E-B3D9EA0FEC6C}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.gitignore = .gitignore
|
||||
README.md = README.md
|
||||
LICENSE.txt = LICENSE.txt
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{52EC2D2E-B57B-45E3-944A-247C750731C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{52EC2D2E-B57B-45E3-944A-247C750731C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{52EC2D2E-B57B-45E3-944A-247C750731C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{52EC2D2E-B57B-45E3-944A-247C750731C0}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user