This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
dotnet-xdt.sln
44 lines (44 loc) · 2.05 KB
/
dotnet-xdt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-xdt", "dotnet-xdt\dotnet-xdt.csproj", "{7E89DBBC-A6D2-473C-8FEC-44C6E516C7E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{403FCE60-1904-4470-A131-5FE5E0121A5D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
.github\workflows\ci.yml = .github\workflows\ci.yml
global.json = global.json
LICENSE.txt = LICENSE.txt
README.md = README.md
test.ps1 = test.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-xdt.tests", "dotnet-xdt.tests\dotnet-xdt.tests.csproj", "{DE6DFB12-1B48-434D-81E4-67CDED85218E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E89DBBC-A6D2-473C-8FEC-44C6E516C7E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E89DBBC-A6D2-473C-8FEC-44C6E516C7E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E89DBBC-A6D2-473C-8FEC-44C6E516C7E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E89DBBC-A6D2-473C-8FEC-44C6E516C7E0}.Release|Any CPU.Build.0 = Release|Any CPU
{DE6DFB12-1B48-434D-81E4-67CDED85218E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE6DFB12-1B48-434D-81E4-67CDED85218E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE6DFB12-1B48-434D-81E4-67CDED85218E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE6DFB12-1B48-434D-81E4-67CDED85218E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54448D63-76C6-4C8D-AD0F-A81072E68203}
EndGlobalSection
EndGlobal