forked from WFIOST/H3VRModInstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathH3VRModInstaller.sln
46 lines (46 loc) · 2.36 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
# Blend for Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "H3VRModInstaller", "src\H3VRModInstaller.csproj", "{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}"
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
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Debug|x64.ActiveCfg = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Debug|x64.Build.0 = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Debug|x86.ActiveCfg = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Debug|x86.Build.0 = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.OneFile|Any CPU.ActiveCfg = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.OneFile|Any CPU.Build.0 = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.OneFile|x64.ActiveCfg = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.OneFile|x64.Build.0 = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.OneFile|x86.ActiveCfg = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.OneFile|x86.Build.0 = Debug|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Release|Any CPU.Build.0 = Release|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Release|x64.ActiveCfg = Release|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Release|x64.Build.0 = Release|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.Release|x86.ActiveCfg = Release|Any CPU
{42B094CB-E031-4FB0-941C-DEF89BFEF9E6}.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