-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAcuitPinpointExamples.sln
More file actions
43 lines (43 loc) · 2.43 KB
/
AcuitPinpointExamples.sln
File metadata and controls
43 lines (43 loc) · 2.43 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomAcuitPinpointClient", "CustomAcuitPinpointClient\CustomAcuitPinpointClient.csproj", "{F5236A3D-F107-4A3D-8FE9-62AEF31BBF21}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CustomAcuitPinpointClientVB", "CustomAcuitPinpointClientVB\CustomAcuitPinpointClientVB.vbproj", "{AB226902-4D85-49DC-9FC2-121AC3DB31B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomAcuitPinpointClientVersion8", "CustomAcuitPinpointClientVersion8\CustomAcuitPinpointClientVersion8.csproj", "{35EE6815-0CB6-F6CB-484A-638A8E5C24F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5236A3D-F107-4A3D-8FE9-62AEF31BBF21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5236A3D-F107-4A3D-8FE9-62AEF31BBF21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5236A3D-F107-4A3D-8FE9-62AEF31BBF21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5236A3D-F107-4A3D-8FE9-62AEF31BBF21}.Release|Any CPU.Build.0 = Release|Any CPU
{AB226902-4D85-49DC-9FC2-121AC3DB31B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB226902-4D85-49DC-9FC2-121AC3DB31B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB226902-4D85-49DC-9FC2-121AC3DB31B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB226902-4D85-49DC-9FC2-121AC3DB31B6}.Release|Any CPU.Build.0 = Release|Any CPU
{35EE6815-0CB6-F6CB-484A-638A8E5C24F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35EE6815-0CB6-F6CB-484A-638A8E5C24F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35EE6815-0CB6-F6CB-484A-638A8E5C24F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35EE6815-0CB6-F6CB-484A-638A8E5C24F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24576052-728E-42E1-9BC6-352095B72292}
EndGlobalSection
EndGlobal