-
Notifications
You must be signed in to change notification settings - Fork 0
/
SivSUSAnalyzer.sln
42 lines (42 loc) · 1.92 KB
/
SivSUSAnalyzer.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
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SivSUSAnalyzer", "SivSUSAnalyzer\SivSUSAnalyzer.vcxproj", "{4AC48636-433B-489D-87AA-2944EE8F1DEC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9C50125-D50E-4A92-A6B2-A4AD30B30DE5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test", "Test\Test.vcxproj", "{981FBBA7-B9A6-4C94-B044-1E4B59B7124F}"
ProjectSection(ProjectDependencies) = postProject
{4AC48636-433B-489D-87AA-2944EE8F1DEC} = {4AC48636-433B-489D-87AA-2944EE8F1DEC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AC48636-433B-489D-87AA-2944EE8F1DEC}.Debug|x64.ActiveCfg = Debug|x64
{4AC48636-433B-489D-87AA-2944EE8F1DEC}.Debug|x64.Build.0 = Debug|x64
{4AC48636-433B-489D-87AA-2944EE8F1DEC}.Release|x64.ActiveCfg = Release|x64
{4AC48636-433B-489D-87AA-2944EE8F1DEC}.Release|x64.Build.0 = Release|x64
{981FBBA7-B9A6-4C94-B044-1E4B59B7124F}.Debug|x64.ActiveCfg = Debug|x64
{981FBBA7-B9A6-4C94-B044-1E4B59B7124F}.Debug|x64.Build.0 = Debug|x64
{981FBBA7-B9A6-4C94-B044-1E4B59B7124F}.Release|x64.ActiveCfg = Release|x64
{981FBBA7-B9A6-4C94-B044-1E4B59B7124F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54D42793-CD5E-4034-86D1-13E176E59B92}
EndGlobalSection
EndGlobal