This repository was archived by the owner on Jun 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSDL2DroidSharp-Test.sln
More file actions
38 lines (38 loc) · 2.21 KB
/
SDL2DroidSharp-Test.sln
File metadata and controls
38 lines (38 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDL2DroidSharp-Test", "SDL2DroidSharp-Test\SDL2DroidSharp-Test.csproj", "{6CB9F01D-7688-4CD9-9D06-30CDB22724DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDL2DroidSharp-Test.Android", "SDL2DroidSharp-Test.Android\SDL2DroidSharp-Test.Android.csproj", "{AA0DA48C-2B3F-4814-B15E-59758B92DDA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDL2DroidSharp-JBindings", "SDL2DroidSharp-JBindings\SDL2DroidSharp-JBindings.csproj", "{D9E9D1DF-3E3D-4FB8-9BD2-55983B0DE2FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CB9F01D-7688-4CD9-9D06-30CDB22724DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CB9F01D-7688-4CD9-9D06-30CDB22724DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CB9F01D-7688-4CD9-9D06-30CDB22724DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CB9F01D-7688-4CD9-9D06-30CDB22724DF}.Release|Any CPU.Build.0 = Release|Any CPU
{AA0DA48C-2B3F-4814-B15E-59758B92DDA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA0DA48C-2B3F-4814-B15E-59758B92DDA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA0DA48C-2B3F-4814-B15E-59758B92DDA4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{AA0DA48C-2B3F-4814-B15E-59758B92DDA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA0DA48C-2B3F-4814-B15E-59758B92DDA4}.Release|Any CPU.Build.0 = Release|Any CPU
{D9E9D1DF-3E3D-4FB8-9BD2-55983B0DE2FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9E9D1DF-3E3D-4FB8-9BD2-55983B0DE2FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9E9D1DF-3E3D-4FB8-9BD2-55983B0DE2FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9E9D1DF-3E3D-4FB8-9BD2-55983B0DE2FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A66F276E-E827-4C2C-A97B-7E3C2CF90EAA}
EndGlobalSection
EndGlobal