Browse Source

Solution

master
Adam Pippin 2 years ago
parent
commit
e9243834c6
  1. 31
      pyxis.sln

31
pyxis.sln

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pyxis.gemini", "pyxis.gemini\pyxis.gemini.csproj", "{98D6287C-A008-40A3-807A-6B7560CD3320}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pyxis.helloworld", "pyxis.helloworld\pyxis.helloworld.csproj", "{4E8EDDD6-1EC6-4239-8DC0-BBFF0565A553}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98D6287C-A008-40A3-807A-6B7560CD3320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98D6287C-A008-40A3-807A-6B7560CD3320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98D6287C-A008-40A3-807A-6B7560CD3320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98D6287C-A008-40A3-807A-6B7560CD3320}.Release|Any CPU.Build.0 = Release|Any CPU
{4E8EDDD6-1EC6-4239-8DC0-BBFF0565A553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E8EDDD6-1EC6-4239-8DC0-BBFF0565A553}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E8EDDD6-1EC6-4239-8DC0-BBFF0565A553}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E8EDDD6-1EC6-4239-8DC0-BBFF0565A553}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E665443-0E3A-4E3A-99B8-9C2C486CA497}
EndGlobalSection
EndGlobal
Loading…
Cancel
Save