-
Notifications
You must be signed in to change notification settings - Fork 0
/
NSourceMap.sln
39 lines (39 loc) · 2.05 KB
/
NSourceMap.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.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3173CC56-AB48-4686-890D-53877E4DA955}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSourceMap", "src\NSourceMap\NSourceMap.csproj", "{D2C3E782-B7D0-40D1-9796-809B7BD53022}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0CDFA53E-F408-4F39-A16F-98C7DDFEFA14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSourceMap.Tests", "tests\NSourceMap.Tests\NSourceMap.Tests.csproj", "{020E363E-DDD4-4B8C-9F50-A5D460C6DD2B}"
ProjectSection(ProjectDependencies) = postProject
{D2C3E782-B7D0-40D1-9796-809B7BD53022} = {D2C3E782-B7D0-40D1-9796-809B7BD53022}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2C3E782-B7D0-40D1-9796-809B7BD53022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2C3E782-B7D0-40D1-9796-809B7BD53022}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2C3E782-B7D0-40D1-9796-809B7BD53022}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2C3E782-B7D0-40D1-9796-809B7BD53022}.Release|Any CPU.Build.0 = Release|Any CPU
{020E363E-DDD4-4B8C-9F50-A5D460C6DD2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{020E363E-DDD4-4B8C-9F50-A5D460C6DD2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{020E363E-DDD4-4B8C-9F50-A5D460C6DD2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{020E363E-DDD4-4B8C-9F50-A5D460C6DD2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2C3E782-B7D0-40D1-9796-809B7BD53022} = {3173CC56-AB48-4686-890D-53877E4DA955}
{020E363E-DDD4-4B8C-9F50-A5D460C6DD2B} = {0CDFA53E-F408-4F39-A16F-98C7DDFEFA14}
EndGlobalSection
EndGlobal