-
Notifications
You must be signed in to change notification settings - Fork 1
/
Wolvenkit.Installer.sln
33 lines (33 loc) · 1.7 KB
/
Wolvenkit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33006.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "Wolvenkit.Installer.Package", "Wolvenkit.Installer.Package\Wolvenkit.Installer.Package.wapproj", "{BE6C095C-DAAE-42A7-A8D9-23022A7CA784}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wolvenkit.Installer", "Wolvenkit.Installer\Wolvenkit.Installer.csproj", "{97C70764-4E10-4BDD-A437-E4E2B3DD52BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE6C095C-DAAE-42A7-A8D9-23022A7CA784}.Debug|x64.ActiveCfg = Debug|x64
{BE6C095C-DAAE-42A7-A8D9-23022A7CA784}.Debug|x64.Build.0 = Debug|x64
{BE6C095C-DAAE-42A7-A8D9-23022A7CA784}.Debug|x64.Deploy.0 = Debug|x64
{BE6C095C-DAAE-42A7-A8D9-23022A7CA784}.Release|x64.ActiveCfg = Release|x64
{BE6C095C-DAAE-42A7-A8D9-23022A7CA784}.Release|x64.Build.0 = Release|x64
{BE6C095C-DAAE-42A7-A8D9-23022A7CA784}.Release|x64.Deploy.0 = Release|x64
{97C70764-4E10-4BDD-A437-E4E2B3DD52BD}.Debug|x64.ActiveCfg = Debug|x64
{97C70764-4E10-4BDD-A437-E4E2B3DD52BD}.Debug|x64.Build.0 = Debug|x64
{97C70764-4E10-4BDD-A437-E4E2B3DD52BD}.Release|x64.ActiveCfg = Release|x64
{97C70764-4E10-4BDD-A437-E4E2B3DD52BD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D4FA517-35BF-448E-A594-C8386790DBAE}
EndGlobalSection
EndGlobal