-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstd-test.sln
More file actions
37 lines (37 loc) · 1.87 KB
/
std-test.sln
File metadata and controls
37 lines (37 loc) · 1.87 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "executable", "executable\executable.csproj", "{EF9465B5-4DCA-4856-898C-2C9511F95AC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "standard", "standard\standard.csproj", "{D31528C8-B044-40A5-A06F-D8C70A60F2B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SonarQube", "SonarQube", "{A299A29C-A36F-41F8-8DFF-63FE197BADF5}"
ProjectSection(SolutionItems) = preProject
SonarQube\michalb-fooCSharp.ruleset = SonarQube\michalb-fooCSharp.ruleset
SonarQube\SolutionBinding.sqconfig = SonarQube\SolutionBinding.sqconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF9465B5-4DCA-4856-898C-2C9511F95AC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF9465B5-4DCA-4856-898C-2C9511F95AC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF9465B5-4DCA-4856-898C-2C9511F95AC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF9465B5-4DCA-4856-898C-2C9511F95AC8}.Release|Any CPU.Build.0 = Release|Any CPU
{D31528C8-B044-40A5-A06F-D8C70A60F2B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D31528C8-B044-40A5-A06F-D8C70A60F2B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D31528C8-B044-40A5-A06F-D8C70A60F2B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D31528C8-B044-40A5-A06F-D8C70A60F2B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {247D6364-10D6-4DB2-B51C-F9BB6017F75B}
EndGlobalSection
EndGlobal