This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClab.sln
30 lines (30 loc) · 1.54 KB
/
Clab.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clab", "Clab\Clab.csproj", "{A1DAA0BC-658A-4091-BBAC-87B7F95E41EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClabUninstall", "ClabUninstall\ClabUninstall.csproj", "{7BAC2917-ED21-47EA-91A4-05E04D648EDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1DAA0BC-658A-4091-BBAC-87B7F95E41EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1DAA0BC-658A-4091-BBAC-87B7F95E41EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1DAA0BC-658A-4091-BBAC-87B7F95E41EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1DAA0BC-658A-4091-BBAC-87B7F95E41EE}.Release|Any CPU.Build.0 = Release|Any CPU
{7BAC2917-ED21-47EA-91A4-05E04D648EDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BAC2917-ED21-47EA-91A4-05E04D648EDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BAC2917-ED21-47EA-91A4-05E04D648EDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BAC2917-ED21-47EA-91A4-05E04D648EDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {046D2F5F-6D7F-44F6-A6EF-6A216BA2334A}
EndGlobalSection
EndGlobal