This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
H3VRModInstaller.sln
46 lines (46 loc) · 2.35 KB
/
H3VRModInstaller.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModInstaller", "src\ModInstaller.csproj", "{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
OneFile|Any CPU = OneFile|Any CPU
OneFile|x64 = OneFile|x64
OneFile|x86 = OneFile|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Debug|x64.ActiveCfg = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Debug|x64.Build.0 = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Debug|x86.ActiveCfg = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Debug|x86.Build.0 = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.OneFile|Any CPU.ActiveCfg = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.OneFile|Any CPU.Build.0 = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.OneFile|x64.ActiveCfg = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.OneFile|x64.Build.0 = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.OneFile|x86.ActiveCfg = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.OneFile|x86.Build.0 = Debug|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Release|Any CPU.Build.0 = Release|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Release|x64.ActiveCfg = Release|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Release|x64.Build.0 = Release|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Release|x86.ActiveCfg = Release|Any CPU
{370A15C7-E98E-46E3-BF7B-F6EC2AAEE08E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E47134C4-5477-4A8B-9B4C-AC0DFB6CCD5C}
EndGlobalSection
EndGlobal