-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSourcemapTools.sln
61 lines (61 loc) · 2.84 KB
/
SourcemapTools.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
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourcemapTools.UnitTests", "tests\SourcemapTools.UnitTests\SourcemapTools.UnitTests.csproj", "{9F51324A-632A-45C0-9082-B49D78B12962}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourcemapTools", "src\SourceMapTools\SourcemapTools.csproj", "{00F66219-2E6C-4660-9B94-3C30E2B20729}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{38BD9C43-BEEE-4AC9-96D2-B086F57F781C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE.txt = LICENSE.txt
nuget.config = nuget.config
README.md = README.md
spellcheck.txt = spellcheck.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{F3404BAE-DD47-4162-B6ED-F156995541D9}"
ProjectSection(SolutionItems) = preProject
ci\BuildNuspecs.ps1 = ci\BuildNuspecs.ps1
ci\default.yml = ci\default.yml
ci\SetVersion.ps1 = ci\SetVersion.ps1
ci\SourceMapTools.nuspec = ci\SourceMapTools.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C3667FDB-98B1-4C59-9D3E-5D120F03E03E}"
ProjectSection(SolutionItems) = preProject
tests\.editorconfig = tests\.editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F51324A-632A-45C0-9082-B49D78B12962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F51324A-632A-45C0-9082-B49D78B12962}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F51324A-632A-45C0-9082-B49D78B12962}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F51324A-632A-45C0-9082-B49D78B12962}.Release|Any CPU.Build.0 = Release|Any CPU
{00F66219-2E6C-4660-9B94-3C30E2B20729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00F66219-2E6C-4660-9B94-3C30E2B20729}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00F66219-2E6C-4660-9B94-3C30E2B20729}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00F66219-2E6C-4660-9B94-3C30E2B20729}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9F51324A-632A-45C0-9082-B49D78B12962} = {C3667FDB-98B1-4C59-9D3E-5D120F03E03E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D364A9C0-2F54-4BD4-9224-D62C19910BC5}
EndGlobalSection
EndGlobal