-
Notifications
You must be signed in to change notification settings - Fork 302
/
RubberduckMeta.sln
45 lines (45 loc) · 2.57 KB
/
RubberduckMeta.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RubberduckCodeAnalysis", "RubberduckCodeAnalysis\RubberduckCodeAnalysis.csproj", "{F83B6746-49A6-4CFD-9A29-3D7BBD4F0323}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RubberduckTestsCodeAnalysis", "RubberduckTestsCodeAnalysis\RubberduckTestsCodeAnalysis.csproj", "{E9FC6518-F9E8-4E57-BD28-583A9EA69297}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubberduck.Deployment.Build", "Rubberduck.Deployment.Build\Rubberduck.Deployment.Build.csproj", "{3A3E3535-FF24-40BD-A4D4-5C88AF6DB1BA}"
ProjectSection(ProjectDependencies) = postProject
{F83B6746-49A6-4CFD-9A29-3D7BBD4F0323} = {F83B6746-49A6-4CFD-9A29-3D7BBD4F0323}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEF00AF5-AA3B-4D92-84CB-0B7935744CD9}"
ProjectSection(SolutionItems) = preProject
RubberduckBaseMetaProject.csproj = RubberduckBaseMetaProject.csproj
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F83B6746-49A6-4CFD-9A29-3D7BBD4F0323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F83B6746-49A6-4CFD-9A29-3D7BBD4F0323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F83B6746-49A6-4CFD-9A29-3D7BBD4F0323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F83B6746-49A6-4CFD-9A29-3D7BBD4F0323}.Release|Any CPU.Build.0 = Release|Any CPU
{E9FC6518-F9E8-4E57-BD28-583A9EA69297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9FC6518-F9E8-4E57-BD28-583A9EA69297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9FC6518-F9E8-4E57-BD28-583A9EA69297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9FC6518-F9E8-4E57-BD28-583A9EA69297}.Release|Any CPU.Build.0 = Release|Any CPU
{3A3E3535-FF24-40BD-A4D4-5C88AF6DB1BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A3E3535-FF24-40BD-A4D4-5C88AF6DB1BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A3E3535-FF24-40BD-A4D4-5C88AF6DB1BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A3E3535-FF24-40BD-A4D4-5C88AF6DB1BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93F5F218-4F37-4350-9805-145749FE2A16}
EndGlobalSection
EndGlobal