generated from VsIG-official/Smol-README-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSML.sln
31 lines (31 loc) · 1.54 KB
/
SML.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SML", "SML\SML\SML.csproj", "{B3AD2E0C-85A5-4925-91A4-06A220A46275}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SML.Tests", "SML\SML.Tests\SML.Tests.csproj", "{E20DCF7C-2172-4F11-B866-868510169E93}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3AD2E0C-85A5-4925-91A4-06A220A46275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3AD2E0C-85A5-4925-91A4-06A220A46275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3AD2E0C-85A5-4925-91A4-06A220A46275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3AD2E0C-85A5-4925-91A4-06A220A46275}.Release|Any CPU.Build.0 = Release|Any CPU
{E20DCF7C-2172-4F11-B866-868510169E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E20DCF7C-2172-4F11-B866-868510169E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E20DCF7C-2172-4F11-B866-868510169E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E20DCF7C-2172-4F11-B866-868510169E93}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE98F671-25F8-4D24-AF52-1F0049EFAE72}
EndGlobalSection
EndGlobal