-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMeziantou.DotNet.CodingStandard.sln
59 lines (59 loc) · 3.51 KB
/
Meziantou.DotNet.CodingStandard.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34607.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{40264370-1351-46DE-81E5-E4E9A73B1F31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigFilesGenerator", "tools\ConfigFilesGenerator\ConfigFilesGenerator.csproj", "{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E5E59418-B285-47BB-BD39-F677903D6AA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Meziantou.DotNet.CodingStandard.Tests", "tests\Meziantou.DotNet.CodingStandard.Tests\Meziantou.DotNet.CodingStandard.Tests.csproj", "{673C0B20-EF62-40FB-808C-8822F14D9936}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAD2B7E6-7025-4D28-9B35-6C42B60C98ED}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Debug|x64.ActiveCfg = Debug|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Debug|x64.Build.0 = Debug|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Debug|x86.ActiveCfg = Debug|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Debug|x86.Build.0 = Debug|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Release|Any CPU.Build.0 = Release|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Release|x64.ActiveCfg = Release|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Release|x64.Build.0 = Release|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Release|x86.ActiveCfg = Release|Any CPU
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2}.Release|x86.Build.0 = Release|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Debug|Any CPU.Build.0 = Debug|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Debug|x64.ActiveCfg = Debug|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Debug|x64.Build.0 = Debug|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Debug|x86.ActiveCfg = Debug|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Debug|x86.Build.0 = Debug|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Release|Any CPU.ActiveCfg = Release|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Release|Any CPU.Build.0 = Release|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Release|x64.ActiveCfg = Release|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Release|x64.Build.0 = Release|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Release|x86.ActiveCfg = Release|Any CPU
{673C0B20-EF62-40FB-808C-8822F14D9936}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ABCF6056-7365-4DA8-B6E0-5185A549F0C2} = {40264370-1351-46DE-81E5-E4E9A73B1F31}
{673C0B20-EF62-40FB-808C-8822F14D9936} = {E5E59418-B285-47BB-BD39-F677903D6AA7}
EndGlobalSection
EndGlobal