diff options
author | gdkchan <gab.dark.100@gmail.com> | 2018-02-04 20:08:20 -0300 |
---|---|---|
committer | gdkchan <gab.dark.100@gmail.com> | 2018-02-04 20:08:20 -0300 |
commit | b7e1d9930db6d80fcb1f7c5c6b0aa627e42e6595 (patch) | |
tree | 8bee5d98f80eadaa141ece34c9d92621ed2b6806 /Ryujinx.sln |
aloha
Diffstat (limited to 'Ryujinx.sln')
-rw-r--r-- | Ryujinx.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Ryujinx.sln b/Ryujinx.sln new file mode 100644 index 00000000..c75364f7 --- /dev/null +++ b/Ryujinx.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.8 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx", "Ryujinx.csproj", "{074045D4-3ED2-4711-9169-E385F2BFB5A0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {074045D4-3ED2-4711-9169-E385F2BFB5A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {074045D4-3ED2-4711-9169-E385F2BFB5A0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {074045D4-3ED2-4711-9169-E385F2BFB5A0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {074045D4-3ED2-4711-9169-E385F2BFB5A0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {110169B3-3328-4730-8AB0-BA05BEF75C1A} + EndGlobalSection +EndGlobal |