-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApimaticReadUsers.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
ApimaticReadUsers.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApimaticReadUsers", "ApimaticReadUsers\ApimaticReadUsers.csproj", "{E2A79ECB-9054-4339-B54A-EE34E0068167}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsertRecords", "InsertRecords\InsertRecords.csproj", "{D7FB145C-A885-4C93-88C5-306737967461}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{5EDDA320-EF7D-4945-90B6-F4C99541DAD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2A79ECB-9054-4339-B54A-EE34E0068167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2A79ECB-9054-4339-B54A-EE34E0068167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2A79ECB-9054-4339-B54A-EE34E0068167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2A79ECB-9054-4339-B54A-EE34E0068167}.Release|Any CPU.Build.0 = Release|Any CPU
{D7FB145C-A885-4C93-88C5-306737967461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7FB145C-A885-4C93-88C5-306737967461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7FB145C-A885-4C93-88C5-306737967461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7FB145C-A885-4C93-88C5-306737967461}.Release|Any CPU.Build.0 = Release|Any CPU
{5EDDA320-EF7D-4945-90B6-F4C99541DAD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EDDA320-EF7D-4945-90B6-F4C99541DAD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EDDA320-EF7D-4945-90B6-F4C99541DAD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EDDA320-EF7D-4945-90B6-F4C99541DAD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7F98044-2572-4C73-AA6F-D58111674350}
EndGlobalSection
EndGlobal