-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathVRChatMods.sln
More file actions
58 lines (55 loc) · 3.58 KB
/
VRChatMods.sln
File metadata and controls
58 lines (55 loc) · 3.58 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A91FB6A1-17A6-4EA1-A9C3-9C229C10A709}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorldPredownload", "WorldPredownload\WorldPredownload.csproj", "{24F66D86-8B5C-4E4E-BCC2-06662E66C0EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActionMenuUtils", "ActionMenuUtils\ActionMenuUtils.csproj", "{7477F0C4-44AC-4049-A81E-E6A66F28B73C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrityCheckWeaver", "IntegrityCheckWeaver\IntegrityCheckWeaver.csproj", "{1FEBBC75-FCE2-45A6-B26A-135324F33FF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrityCheckGenerator", "IntegrityCheckGenerator\IntegrityCheckGenerator.csproj", "{E2E254FC-EBB1-4F5D-B2F3-26FAED02B77F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandaloneThirdPerson", "StandaloneThirdPerson\StandaloneThirdPerson.csproj", "{A5F07D37-CAB2-43C7-98AF-F8184CC71DA1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateChecker", "UpdateChecker\UpdateChecker.csproj", "{2D0C38BE-2E7A-4E10-A066-9397D319EC4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24F66D86-8B5C-4E4E-BCC2-06662E66C0EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24F66D86-8B5C-4E4E-BCC2-06662E66C0EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24F66D86-8B5C-4E4E-BCC2-06662E66C0EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24F66D86-8B5C-4E4E-BCC2-06662E66C0EC}.Release|Any CPU.Build.0 = Release|Any CPU
{7477F0C4-44AC-4049-A81E-E6A66F28B73C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7477F0C4-44AC-4049-A81E-E6A66F28B73C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7477F0C4-44AC-4049-A81E-E6A66F28B73C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7477F0C4-44AC-4049-A81E-E6A66F28B73C}.Release|Any CPU.Build.0 = Release|Any CPU
{1FEBBC75-FCE2-45A6-B26A-135324F33FF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FEBBC75-FCE2-45A6-B26A-135324F33FF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FEBBC75-FCE2-45A6-B26A-135324F33FF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FEBBC75-FCE2-45A6-B26A-135324F33FF1}.Release|Any CPU.Build.0 = Release|Any CPU
{E2E254FC-EBB1-4F5D-B2F3-26FAED02B77F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2E254FC-EBB1-4F5D-B2F3-26FAED02B77F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2E254FC-EBB1-4F5D-B2F3-26FAED02B77F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2E254FC-EBB1-4F5D-B2F3-26FAED02B77F}.Release|Any CPU.Build.0 = Release|Any CPU
{A5F07D37-CAB2-43C7-98AF-F8184CC71DA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5F07D37-CAB2-43C7-98AF-F8184CC71DA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5F07D37-CAB2-43C7-98AF-F8184CC71DA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5F07D37-CAB2-43C7-98AF-F8184CC71DA1}.Release|Any CPU.Build.0 = Release|Any CPU
{2D0C38BE-2E7A-4E10-A066-9397D319EC4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D0C38BE-2E7A-4E10-A066-9397D319EC4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0C38BE-2E7A-4E10-A066-9397D319EC4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D0C38BE-2E7A-4E10-A066-9397D319EC4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal