-
Notifications
You must be signed in to change notification settings - Fork 2
/
mso-test.sln
35 lines (35 loc) · 1.83 KB
/
mso-test.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mso-test", "mso-test.csproj", "{C6394779-4ECD-4820-952A-36C824AC4164}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "MSO Test", "Setup\Setup.vdproj", "{6A76B4B5-437A-4EF6-81BF-D103B7BF7803}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "file-handling", "file-handling\file-handling.csproj", "{E0931CAE-49B7-489D-9B15-678BBBEE2D5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6394779-4ECD-4820-952A-36C824AC4164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6394779-4ECD-4820-952A-36C824AC4164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6394779-4ECD-4820-952A-36C824AC4164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6394779-4ECD-4820-952A-36C824AC4164}.Release|Any CPU.Build.0 = Release|Any CPU
{6A76B4B5-437A-4EF6-81BF-D103B7BF7803}.Debug|Any CPU.ActiveCfg = Debug
{6A76B4B5-437A-4EF6-81BF-D103B7BF7803}.Release|Any CPU.ActiveCfg = Release
{E0931CAE-49B7-489D-9B15-678BBBEE2D5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0931CAE-49B7-489D-9B15-678BBBEE2D5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0931CAE-49B7-489D-9B15-678BBBEE2D5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0931CAE-49B7-489D-9B15-678BBBEE2D5B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04A919DC-A08A-4D64-BEB6-72705A936D9F}
EndGlobalSection
EndGlobal