diff options
| author | Dmitry Duka <[email protected]> | 2017-03-09 18:45:50 +0300 |
|---|---|---|
| committer | Dmitry Duka <[email protected]> | 2017-03-09 18:45:50 +0300 |
| commit | a7ea1b2f43a648470818937b871b244b67246953 (patch) | |
| tree | 0de34a81e91a5910a21669646c53fade61394fc0 /samples/AnselSDKIntegration/AnselSDKIntegration.sln | |
| parent | Updating Ansel SDK to version 1.2. Introducing game-driven UI controls (slide... (diff) | |
| download | anselsdk-a7ea1b2f43a648470818937b871b244b67246953.tar.xz anselsdk-a7ea1b2f43a648470818937b871b244b67246953.zip | |
Adding AnselSDKIntegration project demonstrating simplistic Ansel integration
Diffstat (limited to 'samples/AnselSDKIntegration/AnselSDKIntegration.sln')
| -rw-r--r-- | samples/AnselSDKIntegration/AnselSDKIntegration.sln | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/samples/AnselSDKIntegration/AnselSDKIntegration.sln b/samples/AnselSDKIntegration/AnselSDKIntegration.sln new file mode 100644 index 0000000..558874c --- /dev/null +++ b/samples/AnselSDKIntegration/AnselSDKIntegration.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AnselSDKIntegration", "AnselSDKIntegration_2015.vcxproj", "{291B6A55-368E-4420-A0EB-FBE077B9F137}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {291B6A55-368E-4420-A0EB-FBE077B9F137}.Debug|x64.ActiveCfg = Debug|x64 + {291B6A55-368E-4420-A0EB-FBE077B9F137}.Debug|x64.Build.0 = Debug|x64 + {291B6A55-368E-4420-A0EB-FBE077B9F137}.Debug|x86.ActiveCfg = Debug|Win32 + {291B6A55-368E-4420-A0EB-FBE077B9F137}.Debug|x86.Build.0 = Debug|Win32 + {291B6A55-368E-4420-A0EB-FBE077B9F137}.Release|x64.ActiveCfg = Release|x64 + {291B6A55-368E-4420-A0EB-FBE077B9F137}.Release|x64.Build.0 = Release|x64 + {291B6A55-368E-4420-A0EB-FBE077B9F137}.Release|x86.ActiveCfg = Release|Win32 + {291B6A55-368E-4420-A0EB-FBE077B9F137}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal |