-
Notifications
You must be signed in to change notification settings - Fork 0
/
VDimensions.Shims.sln
52 lines (52 loc) · 2.9 KB
/
VDimensions.Shims.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VDimensions.Shims.NETStandard", "src\VDimensions.Shims.NETStandard\VDimensions.Shims.NETStandard.csproj", "{E4C30959-008F-4309-A76D-1E28312F0A94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VDimensions.Shims.NETStandard.Tests", "src\VDimensions.Shims.NETStandard.Tests\VDimensions.Shims.NETStandard.Tests.csproj", "{1280CE22-4347-4B7F-96DB-385AA8B0DE17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{776D4CE2-2B6A-4E18-B389-FACA1FB0C0C4}"
ProjectSection(SolutionItems) = preProject
I:\Projects\vdimensions\NETStandard.Shim\src\Directory.Build.props = src\Directory.Build.props
I:\Projects\vdimensions\NETStandard.Shim\src\Directory.Build.targets = src\Directory.Build.targets
src\Directory.Test.props = src\Directory.Test.props
src\Directory.Test.targets = src\Directory.Test.targets
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{18DB551A-CCE5-40E0-BADE-DC1FA539263A}"
ProjectSection(SolutionItems) = preProject
ref\Reference.VDimensions.Shims.NETStandard.targets = ref\Reference.VDimensions.Shims.NETStandard.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NETStandard", "NETStandard", "{E6FDB392-88B0-4B84-8390-0B14D4DF15A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4C30959-008F-4309-A76D-1E28312F0A94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4C30959-008F-4309-A76D-1E28312F0A94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4C30959-008F-4309-A76D-1E28312F0A94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4C30959-008F-4309-A76D-1E28312F0A94}.Release|Any CPU.Build.0 = Release|Any CPU
{1280CE22-4347-4B7F-96DB-385AA8B0DE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1280CE22-4347-4B7F-96DB-385AA8B0DE17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1280CE22-4347-4B7F-96DB-385AA8B0DE17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1280CE22-4347-4B7F-96DB-385AA8B0DE17}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {525B7C11-4B6A-4BE4-92EB-82667CEC8379}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E6FDB392-88B0-4B84-8390-0B14D4DF15A0} = {776D4CE2-2B6A-4E18-B389-FACA1FB0C0C4}
{1280CE22-4347-4B7F-96DB-385AA8B0DE17} = {E6FDB392-88B0-4B84-8390-0B14D4DF15A0}
{E4C30959-008F-4309-A76D-1E28312F0A94} = {E6FDB392-88B0-4B84-8390-0B14D4DF15A0}
EndGlobalSection
EndGlobal