-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTransformalize.Transform.CSharp.sln
More file actions
55 lines (55 loc) · 3.1 KB
/
Transformalize.Transform.CSharp.sln
File metadata and controls
55 lines (55 loc) · 3.1 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C4563C88-9C80-4BD0-949E-AA64F111957E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{72D5419A-55D9-4D31-92F6-827F8CCB81A8}"
ProjectSection(SolutionItems) = preProject
nuget\nuget.bat = nuget\nuget.bat
nuget\Transformalize.Transform.CSharp.Autofac.nuspec = nuget\Transformalize.Transform.CSharp.Autofac.nuspec
nuget\Transformalize.Transform.CSharp.nuspec = nuget\Transformalize.Transform.CSharp.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transformalize.Transform.CSharp.Standard.20", "src\Transformalize.Transform.CSharp.Standard.20\Transformalize.Transform.CSharp.Standard.20.csproj", "{F8A1D236-618F-49AF-8C98-E31EAD7C260F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transformalize.Transform.CSharp.Autofac.Standard.20", "src\Transformalize.Transform.CSharp.Autofac.Standard.20\Transformalize.Transform.CSharp.Autofac.Standard.20.csproj", "{1017FE18-3FCC-423C-9612-B56CEF932780}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "src\Test\Test.csproj", "{63077773-D4E7-4CFF-956B-1BF165C2D40E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8A1D236-618F-49AF-8C98-E31EAD7C260F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8A1D236-618F-49AF-8C98-E31EAD7C260F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8A1D236-618F-49AF-8C98-E31EAD7C260F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8A1D236-618F-49AF-8C98-E31EAD7C260F}.Release|Any CPU.Build.0 = Release|Any CPU
{1017FE18-3FCC-423C-9612-B56CEF932780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1017FE18-3FCC-423C-9612-B56CEF932780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1017FE18-3FCC-423C-9612-B56CEF932780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1017FE18-3FCC-423C-9612-B56CEF932780}.Release|Any CPU.Build.0 = Release|Any CPU
{63077773-D4E7-4CFF-956B-1BF165C2D40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63077773-D4E7-4CFF-956B-1BF165C2D40E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63077773-D4E7-4CFF-956B-1BF165C2D40E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63077773-D4E7-4CFF-956B-1BF165C2D40E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{72D5419A-55D9-4D31-92F6-827F8CCB81A8} = {C4563C88-9C80-4BD0-949E-AA64F111957E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {960FC2FA-8CAD-47A3-8A4E-4173AE406E71}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal