-
Notifications
You must be signed in to change notification settings - Fork 0
/
CLISolution.sln
31 lines (31 loc) · 1.56 KB
/
CLISolution.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.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CLI", "CLI\CLI.csproj", "{FF18D01A-B634-4338-83A4-E5B72BD30B0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConventionCheckerLib", "ConventionCheckerLib\ConventionCheckerLib.csproj", "{5453AE59-C740-4E11-8EB0-EC4EBC1FBDDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF18D01A-B634-4338-83A4-E5B72BD30B0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF18D01A-B634-4338-83A4-E5B72BD30B0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF18D01A-B634-4338-83A4-E5B72BD30B0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF18D01A-B634-4338-83A4-E5B72BD30B0D}.Release|Any CPU.Build.0 = Release|Any CPU
{5453AE59-C740-4E11-8EB0-EC4EBC1FBDDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5453AE59-C740-4E11-8EB0-EC4EBC1FBDDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5453AE59-C740-4E11-8EB0-EC4EBC1FBDDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5453AE59-C740-4E11-8EB0-EC4EBC1FBDDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8C8953B-25A6-4542-8EED-05C51AEBA514}
EndGlobalSection
EndGlobal