-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroslyn-test-tools.sln
42 lines (42 loc) · 2.44 KB
/
roslyn-test-tools.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeAnalysis.TestTools", "src\CodeAnalysis.TestTools\CodeAnalysis.TestTools.csproj", "{327D0311-16C3-41FD-A8F7-3E75BE2D63E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeAnalysis.TestTools.Specs", "specs\CodeAnalysis.TestTools.Specs\CodeAnalysis.TestTools.Specs.csproj", "{E1ED020E-C14E-4375-8190-A89131D37C2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projects", "Projects", "{00B4E265-2A4D-4204-B879-E593ED212EED}"
ProjectSection(SolutionItems) = preProject
projects\CSharpProject\CSharpProject.csproj = projects\CSharpProject\CSharpProject.csproj
projects\VbProject\VbProject.vbproj = projects\VbProject\VbProject.vbproj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = ".net", ".net.csproj", "{5C35718E-1221-4DCD-B15A-630AC8FF45B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{327D0311-16C3-41FD-A8F7-3E75BE2D63E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{327D0311-16C3-41FD-A8F7-3E75BE2D63E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{327D0311-16C3-41FD-A8F7-3E75BE2D63E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{327D0311-16C3-41FD-A8F7-3E75BE2D63E4}.Release|Any CPU.Build.0 = Release|Any CPU
{E1ED020E-C14E-4375-8190-A89131D37C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1ED020E-C14E-4375-8190-A89131D37C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1ED020E-C14E-4375-8190-A89131D37C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1ED020E-C14E-4375-8190-A89131D37C2E}.Release|Any CPU.Build.0 = Release|Any CPU
{5C35718E-1221-4DCD-B15A-630AC8FF45B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C35718E-1221-4DCD-B15A-630AC8FF45B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C35718E-1221-4DCD-B15A-630AC8FF45B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C35718E-1221-4DCD-B15A-630AC8FF45B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59DFE69B-0C3B-4ADA-AB6A-4C72A52D5C08}
EndGlobalSection
EndGlobal