forked from MadManLabs/VolturaTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVoltura Tools with installer.sln
52 lines (52 loc) · 2.76 KB
/
Voltura Tools with installer.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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiskSpace", "DiskSpace\DiskSpace.csproj", "{7192A019-B0AC-4307-96B6-F2FA0C4CF77C}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "DiskSpaceSetup", "DiskSpaceSetup\DiskSpaceSetup.vdproj", "{73DDE078-A263-4B90-91FF-476331051B79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeekNumber", "WeekNumber\WeekNumber.csproj", "{82D086D4-E145-4487-81FA-28BD3B1577D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7192A019-B0AC-4307-96B6-F2FA0C4CF77C}.Debug|x64.ActiveCfg = Debug|Any CPU
{7192A019-B0AC-4307-96B6-F2FA0C4CF77C}.Debug|x64.Build.0 = Debug|Any CPU
{7192A019-B0AC-4307-96B6-F2FA0C4CF77C}.Debug|x86.ActiveCfg = Debug|x86
{7192A019-B0AC-4307-96B6-F2FA0C4CF77C}.Debug|x86.Build.0 = Debug|x86
{7192A019-B0AC-4307-96B6-F2FA0C4CF77C}.Release|x64.ActiveCfg = Debug|Any CPU
{7192A019-B0AC-4307-96B6-F2FA0C4CF77C}.Release|x64.Build.0 = Debug|Any CPU
{7192A019-B0AC-4307-96B6-F2FA0C4CF77C}.Release|x86.ActiveCfg = Release|x86
{73DDE078-A263-4B90-91FF-476331051B79}.Debug|x64.ActiveCfg = Release
{73DDE078-A263-4B90-91FF-476331051B79}.Debug|x64.Build.0 = Release
{73DDE078-A263-4B90-91FF-476331051B79}.Debug|x86.ActiveCfg = Debug
{73DDE078-A263-4B90-91FF-476331051B79}.Debug|x86.Build.0 = Debug
{73DDE078-A263-4B90-91FF-476331051B79}.Release|x64.ActiveCfg = Release
{73DDE078-A263-4B90-91FF-476331051B79}.Release|x64.Build.0 = Release
{73DDE078-A263-4B90-91FF-476331051B79}.Release|x86.ActiveCfg = Release
{82D086D4-E145-4487-81FA-28BD3B1577D2}.Debug|x64.ActiveCfg = Debug|x64
{82D086D4-E145-4487-81FA-28BD3B1577D2}.Debug|x64.Build.0 = Debug|x64
{82D086D4-E145-4487-81FA-28BD3B1577D2}.Debug|x86.ActiveCfg = Debug|x86
{82D086D4-E145-4487-81FA-28BD3B1577D2}.Debug|x86.Build.0 = Debug|x86
{82D086D4-E145-4487-81FA-28BD3B1577D2}.Release|x64.ActiveCfg = Release|x64
{82D086D4-E145-4487-81FA-28BD3B1577D2}.Release|x64.Build.0 = Release|x64
{82D086D4-E145-4487-81FA-28BD3B1577D2}.Release|x86.ActiveCfg = Release|x86
{82D086D4-E145-4487-81FA-28BD3B1577D2}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98226ADC-06DE-458F-B088-20F1860D5379}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal