-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeScannerGenerator.sln
29 lines (29 loc) · 1.41 KB
/
CodeScannerGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeScannerGenerator", "CodeScannerGenerator\CodeScannerGenerator.csproj", "{870E4352-1B11-4DF0-A920-F0BE7E1730A1}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installator", "Installator\Installator.vdproj", "{24C5D789-EC12-4318-AF27-801BA04E918A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{870E4352-1B11-4DF0-A920-F0BE7E1730A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{870E4352-1B11-4DF0-A920-F0BE7E1730A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{870E4352-1B11-4DF0-A920-F0BE7E1730A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{870E4352-1B11-4DF0-A920-F0BE7E1730A1}.Release|Any CPU.Build.0 = Release|Any CPU
{24C5D789-EC12-4318-AF27-801BA04E918A}.Debug|Any CPU.ActiveCfg = Debug
{24C5D789-EC12-4318-AF27-801BA04E918A}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60C9375E-7936-4DEF-A8C1-CF82F5F03931}
EndGlobalSection
EndGlobal