-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUnityHubNative.Net.sln
More file actions
31 lines (31 loc) · 1.6 KB
/
UnityHubNative.Net.sln
File metadata and controls
31 lines (31 loc) · 1.6 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35716.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityHubNative.Net", "UnityHubNative.Net\UnityHubNative.Net.csproj", "{B7ECF9E1-6808-4F83-BC8E-C6B940D82304}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityHubNative.Net.Windows", "Windows\UnityHubNative.Net.Windows.csproj", "{48DAB9C0-0C77-40C4-BF07-F12C0BDA2C43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7ECF9E1-6808-4F83-BC8E-C6B940D82304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7ECF9E1-6808-4F83-BC8E-C6B940D82304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7ECF9E1-6808-4F83-BC8E-C6B940D82304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7ECF9E1-6808-4F83-BC8E-C6B940D82304}.Release|Any CPU.Build.0 = Release|Any CPU
{48DAB9C0-0C77-40C4-BF07-F12C0BDA2C43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48DAB9C0-0C77-40C4-BF07-F12C0BDA2C43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48DAB9C0-0C77-40C4-BF07-F12C0BDA2C43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48DAB9C0-0C77-40C4-BF07-F12C0BDA2C43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8E61A3B-2F33-4426-9C37-0FDA8F0F7639}
EndGlobalSection
EndGlobal