-
Notifications
You must be signed in to change notification settings - Fork 2
/
VRChat.API.Client.sln
49 lines (49 loc) · 3.16 KB
/
VRChat.API.Client.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
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}") = "VRChat.API.Client", "VRChat.API.Client\VRChat.API.Client.csproj", "{6B46C031-6F2B-4D61-8F94-DA9B9D606951}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VRChat.API.Extensions.Hosting", "VRChat.API.Extensions.Hosting\VRChat.API.Extensions.Hosting.csproj", "{F3F23C23-713C-4233-87B6-D4EE8A19DB47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRChat.API.Client.Tests", "VRChat.API.Client.Tests\VRChat.API.Client.Tests.csproj", "{678707CF-EC80-42A0-937D-E9AFB1BC8BD0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRChat.API.UnitSample", "VRChat.API.UnitSample\VRChat.API.UnitSample.csproj", "{124EE6F3-989C-484A-8441-5DE854138638}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRChat.API.UnitSample.AspNetCore", "VRChat.API.UnitSample.AspNetCore\VRChat.API.UnitSample.AspNetCore.csproj", "{8F6A2C15-D305-4133-93CF-36615DAAE591}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B46C031-6F2B-4D61-8F94-DA9B9D606951}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B46C031-6F2B-4D61-8F94-DA9B9D606951}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B46C031-6F2B-4D61-8F94-DA9B9D606951}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B46C031-6F2B-4D61-8F94-DA9B9D606951}.Release|Any CPU.Build.0 = Release|Any CPU
{F3F23C23-713C-4233-87B6-D4EE8A19DB47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3F23C23-713C-4233-87B6-D4EE8A19DB47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3F23C23-713C-4233-87B6-D4EE8A19DB47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3F23C23-713C-4233-87B6-D4EE8A19DB47}.Release|Any CPU.Build.0 = Release|Any CPU
{678707CF-EC80-42A0-937D-E9AFB1BC8BD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{678707CF-EC80-42A0-937D-E9AFB1BC8BD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{678707CF-EC80-42A0-937D-E9AFB1BC8BD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{678707CF-EC80-42A0-937D-E9AFB1BC8BD0}.Release|Any CPU.Build.0 = Release|Any CPU
{124EE6F3-989C-484A-8441-5DE854138638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{124EE6F3-989C-484A-8441-5DE854138638}.Debug|Any CPU.Build.0 = Debug|Any CPU
{124EE6F3-989C-484A-8441-5DE854138638}.Release|Any CPU.ActiveCfg = Release|Any CPU
{124EE6F3-989C-484A-8441-5DE854138638}.Release|Any CPU.Build.0 = Release|Any CPU
{8F6A2C15-D305-4133-93CF-36615DAAE591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F6A2C15-D305-4133-93CF-36615DAAE591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F6A2C15-D305-4133-93CF-36615DAAE591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F6A2C15-D305-4133-93CF-36615DAAE591}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B245B94B-9274-49E4-8A78-A7F3A91AA0C8}
EndGlobalSection
EndGlobal