-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapExtension_Plugin.sln
More file actions
36 lines (36 loc) · 1.89 KB
/
MapExtension_Plugin.sln
File metadata and controls
36 lines (36 loc) · 1.89 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11520.95 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MapExtension_Plugin", "MapExtension_Plugin.vcxproj", "{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Client Debug|x64 = Client Debug|x64
Client Release|x64 = Client Release|x64
Debug|x64 = Debug|x64
Release|x64 = Release|x64
Server Debug|x64 = Server Debug|x64
Server Release|x64 = Server Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Client Debug|x64.ActiveCfg = Client Debug|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Client Debug|x64.Build.0 = Client Debug|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Client Release|x64.ActiveCfg = Client Release|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Client Release|x64.Build.0 = Client Release|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Debug|x64.ActiveCfg = Debug|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Debug|x64.Build.0 = Debug|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Release|x64.ActiveCfg = Release|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Release|x64.Build.0 = Release|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Server Debug|x64.ActiveCfg = Server Debug|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Server Debug|x64.Build.0 = Server Debug|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Server Release|x64.ActiveCfg = Server Release|x64
{8D3F8381-4F66-4D99-9C43-5CF09D55F11C}.Server Release|x64.Build.0 = Server Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6505A260-8EDC-4E70-9158-1235B8B038DB}
EndGlobalSection
EndGlobal