-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Auga.sln
41 lines (41 loc) · 2.26 KB
/
Auga.sln
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
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1340
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Auga", "Auga\Auga.csproj", "{BCC7DD31-D943-4684-800E-176A97DDDB8F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AugaUnityLib", "AugaUnityLib\AugaUnityLib.csproj", "{5B19EB03-F699-46BC-AFAF-2A2E78E1F6C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AugaApiExample", "AugaApiExample\AugaApiExample.csproj", "{A97BC6C7-E833-4553-B375-9F13AA0E5017}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
API|Any CPU = API|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCC7DD31-D943-4684-800E-176A97DDDB8F}.API|Any CPU.ActiveCfg = API|Any CPU
{BCC7DD31-D943-4684-800E-176A97DDDB8F}.API|Any CPU.Build.0 = API|Any CPU
{BCC7DD31-D943-4684-800E-176A97DDDB8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCC7DD31-D943-4684-800E-176A97DDDB8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCC7DD31-D943-4684-800E-176A97DDDB8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCC7DD31-D943-4684-800E-176A97DDDB8F}.Release|Any CPU.Build.0 = Release|Any CPU
{5B19EB03-F699-46BC-AFAF-2A2E78E1F6C5}.API|Any CPU.ActiveCfg = Debug|Any CPU
{5B19EB03-F699-46BC-AFAF-2A2E78E1F6C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B19EB03-F699-46BC-AFAF-2A2E78E1F6C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B19EB03-F699-46BC-AFAF-2A2E78E1F6C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B19EB03-F699-46BC-AFAF-2A2E78E1F6C5}.Release|Any CPU.Build.0 = Release|Any CPU
{A97BC6C7-E833-4553-B375-9F13AA0E5017}.API|Any CPU.ActiveCfg = Debug|Any CPU
{A97BC6C7-E833-4553-B375-9F13AA0E5017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A97BC6C7-E833-4553-B375-9F13AA0E5017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A97BC6C7-E833-4553-B375-9F13AA0E5017}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92C0A9F5-5488-4F9F-BCCC-242E84ECEF06}
EndGlobalSection
EndGlobal