-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTransformalize.Transform.GoogleMaps.sln
More file actions
45 lines (45 loc) · 2.67 KB
/
Transformalize.Transform.GoogleMaps.sln
File metadata and controls
45 lines (45 loc) · 2.67 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35728.132 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{26319D21-BD06-4A86-A40D-790A6B465AF4}"
ProjectSection(SolutionItems) = preProject
nuget\myget.bat = nuget\myget.bat
nuget\nuget.bat = nuget\nuget.bat
nuget\Transformalize.Transform.GoogleMaps.Autofac.nuspec = nuget\Transformalize.Transform.GoogleMaps.Autofac.nuspec
nuget\Transformalize.Transform.GoogleMaps.nuspec = nuget\Transformalize.Transform.GoogleMaps.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Core", "src\Test.Core\Test.Core.csproj", "{E223D1E2-8508-42E2-BFA9-430E8991470A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transformalize.Transform.GoogleMaps", "src\Transformalize.Transform.GoogleMaps\Transformalize.Transform.GoogleMaps.csproj", "{6C837197-7090-401E-BEFB-C55160E918B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transformalize.Transform.GoogleMaps.Autofac", "src\Transformalize.Transform.GoogleMaps.Autofac\Transformalize.Transform.GoogleMaps.Autofac.csproj", "{E46FA106-AF99-4A8B-86E0-E2EE26FF56BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E223D1E2-8508-42E2-BFA9-430E8991470A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E223D1E2-8508-42E2-BFA9-430E8991470A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E223D1E2-8508-42E2-BFA9-430E8991470A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E223D1E2-8508-42E2-BFA9-430E8991470A}.Release|Any CPU.Build.0 = Release|Any CPU
{6C837197-7090-401E-BEFB-C55160E918B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C837197-7090-401E-BEFB-C55160E918B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C837197-7090-401E-BEFB-C55160E918B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C837197-7090-401E-BEFB-C55160E918B8}.Release|Any CPU.Build.0 = Release|Any CPU
{E46FA106-AF99-4A8B-86E0-E2EE26FF56BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E46FA106-AF99-4A8B-86E0-E2EE26FF56BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E46FA106-AF99-4A8B-86E0-E2EE26FF56BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E46FA106-AF99-4A8B-86E0-E2EE26FF56BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9F62431-DF33-44E2-97C9-6F2560784FB4}
EndGlobalSection
EndGlobal