forked from rubberduck-vba/Rubberduck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRubberduckMeta.sln
39 lines (39 loc) · 2.29 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
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
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