This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Swate_Install.sln
46 lines (46 loc) · 2.39 KB
/
Swate_Install.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.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2DC13664-353F-44D2-B655-F04E61B20325}"
ProjectSection(SolutionItems) = preProject
publish.cmd = publish.cmd
publishTest.cmd = publishTest.cmd
README.md = README.md
uninstall.cmd = uninstall.cmd
uninstall.sh = uninstall.sh
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Shared", "src\Shared\Shared.fsproj", "{B3EDC6E4-3C2D-45D4-B2F4-C4C6451C9546}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Install(macOS)", "src\Install(macOS)\Install(macOS).fsproj", "{56495F03-4D7B-4CF0-99FA-E518D9A66200}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Install(Windows)", "src\Install(Windows)\Install(Windows).fsproj", "{97BE0F9E-B467-4AC0-9E14-014D6624417F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3EDC6E4-3C2D-45D4-B2F4-C4C6451C9546}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3EDC6E4-3C2D-45D4-B2F4-C4C6451C9546}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3EDC6E4-3C2D-45D4-B2F4-C4C6451C9546}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3EDC6E4-3C2D-45D4-B2F4-C4C6451C9546}.Release|Any CPU.Build.0 = Release|Any CPU
{56495F03-4D7B-4CF0-99FA-E518D9A66200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56495F03-4D7B-4CF0-99FA-E518D9A66200}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56495F03-4D7B-4CF0-99FA-E518D9A66200}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56495F03-4D7B-4CF0-99FA-E518D9A66200}.Release|Any CPU.Build.0 = Release|Any CPU
{97BE0F9E-B467-4AC0-9E14-014D6624417F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97BE0F9E-B467-4AC0-9E14-014D6624417F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97BE0F9E-B467-4AC0-9E14-014D6624417F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97BE0F9E-B467-4AC0-9E14-014D6624417F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6039FA23-3384-46E8-9268-685B4D1CAF39}
EndGlobalSection
EndGlobal