diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-08 17:18:04 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-02-08 17:18:04 -0500 |
commit | d4a37f60dda18f1a48bc7e2dc1edd730e03e06c8 (patch) | |
tree | 70240418759a0e811c0b318512d5547827973e01 /projects/pokeruby.sln | |
parent | 15f3b77c501943dd671dcb37dfc1439cc80f2a85 (diff) | |
parent | cc0b926083bfe04763ae7f6e59d27631ba9330ea (diff) |
Merge branch 'visual_studio' of https://github.com/ProjectRevoTPP/pokeruby into visual_studio
Diffstat (limited to 'projects/pokeruby.sln')
-rwxr-xr-x | projects/pokeruby.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/projects/pokeruby.sln b/projects/pokeruby.sln new file mode 100755 index 000000000..a30f14dae --- /dev/null +++ b/projects/pokeruby.sln @@ -0,0 +1,25 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.27130.2027
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pokeruby", "pokeruby.vcxproj", "{F0F7B293-A134-41D6-AD91-2B2623CD7932}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|ARM = Debug|ARM
+ Release|ARM = Release|ARM
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F0F7B293-A134-41D6-AD91-2B2623CD7932}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F0F7B293-A134-41D6-AD91-2B2623CD7932}.Debug|ARM.Build.0 = Debug|ARM
+ {F0F7B293-A134-41D6-AD91-2B2623CD7932}.Release|ARM.ActiveCfg = Release|ARM
+ {F0F7B293-A134-41D6-AD91-2B2623CD7932}.Release|ARM.Build.0 = Release|ARM
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {BD7AE6A3-56A5-4EAE-98E4-A38414650A8C}
+ EndGlobalSection
+EndGlobal
|