-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWrldBxScript.sln
More file actions
37 lines (37 loc) · 2.06 KB
/
WrldBxScript.sln
File metadata and controls
37 lines (37 loc) · 2.06 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WrldBxScript", "WrldBxScript\WrldBxScript.csproj", "{AC4947DE-3737-4C0A-BCE4-4B74BC2FBC86}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "WrldBxScriptCLI", "WrldBxScriptUtils\WrldBxScriptCLI.fsproj", "{AE28BAAA-8FC6-4848-A0C8-DF5D077594F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WrldBxInstaller", "WrldBxInstaller\WrldBxInstaller.csproj", "{E078E314-418A-4160-82A5-DF1418113225}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC4947DE-3737-4C0A-BCE4-4B74BC2FBC86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC4947DE-3737-4C0A-BCE4-4B74BC2FBC86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC4947DE-3737-4C0A-BCE4-4B74BC2FBC86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC4947DE-3737-4C0A-BCE4-4B74BC2FBC86}.Release|Any CPU.Build.0 = Release|Any CPU
{AE28BAAA-8FC6-4848-A0C8-DF5D077594F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE28BAAA-8FC6-4848-A0C8-DF5D077594F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE28BAAA-8FC6-4848-A0C8-DF5D077594F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE28BAAA-8FC6-4848-A0C8-DF5D077594F9}.Release|Any CPU.Build.0 = Release|Any CPU
{E078E314-418A-4160-82A5-DF1418113225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E078E314-418A-4160-82A5-DF1418113225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E078E314-418A-4160-82A5-DF1418113225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E078E314-418A-4160-82A5-DF1418113225}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35AEFC0E-03C4-444D-AC68-4D7CFB9F38A3}
EndGlobalSection
EndGlobal