-
Notifications
You must be signed in to change notification settings - Fork 7
/
UnityDebug.sln
60 lines (60 loc) · 2.96 KB
/
UnityDebug.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33027.239
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnityDebug", "UnityDebug.csproj", "{B23E25E0-997B-4922-B258-7AF385C77529}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA2923C3-FB56-4987-AF8A-F286B7B30E42}"
ProjectSection(SolutionItems) = preProject
Shared.props.csproj = Shared.props.csproj
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Linux|Any CPU = Linux|Any CPU
Linux|x64 = Linux|x64
Linux|x86 = Linux|x86
MacOS|Any CPU = MacOS|Any CPU
MacOS|x64 = MacOS|x64
MacOS|x86 = MacOS|x86
Win|Any CPU = Win|Any CPU
Win|x64 = Win|x64
Win|x86 = Win|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B23E25E0-997B-4922-B258-7AF385C77529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.Debug|x64.ActiveCfg = Debug|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.Debug|x64.Build.0 = Debug|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.Debug|x86.ActiveCfg = Debug|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.Debug|x86.Build.0 = Debug|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.Linux|Any CPU.ActiveCfg = Linux|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.Linux|Any CPU.Build.0 = Linux|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.Linux|x64.ActiveCfg = Linux|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.Linux|x64.Build.0 = Linux|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.Linux|x86.ActiveCfg = Linux|x86
{B23E25E0-997B-4922-B258-7AF385C77529}.Linux|x86.Build.0 = Linux|x86
{B23E25E0-997B-4922-B258-7AF385C77529}.MacOS|Any CPU.ActiveCfg = MacOS|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.MacOS|Any CPU.Build.0 = MacOS|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.MacOS|x64.ActiveCfg = MacOS|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.MacOS|x64.Build.0 = MacOS|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.MacOS|x86.ActiveCfg = MacOS|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.MacOS|x86.Build.0 = MacOS|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|Any CPU.ActiveCfg = Win|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|Any CPU.Build.0 = Win|Any CPU
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|x64.ActiveCfg = Win|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|x64.Build.0 = Win|x64
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|x86.ActiveCfg = Win|x86
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|x86.Build.0 = Win|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A49B7B7B-E350-49CD-98B1-A802D36279AC}
EndGlobalSection
EndGlobal