-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataStore-Example.sln
More file actions
35 lines (35 loc) · 2 KB
/
DataStore-Example.sln
File metadata and controls
35 lines (35 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Appeon.DataStoreDemo.Service.SqlServer", "Appeon.DataStoreDemo.Service.SqlServer\Appeon.DataStoreDemo.Service.SqlServer.csproj", "{2B232980-ACB6-4258-9B7C-981A13E5501E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Appeon.DataStoreDemo.API", "Appeon.DataStoreDemo.API\Appeon.DataStoreDemo.API.csproj", "{8D8C6366-28A9-4160-A991-C8F831CAB7B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B232980-ACB6-4258-9B7C-981A13E5501E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B232980-ACB6-4258-9B7C-981A13E5501E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B232980-ACB6-4258-9B7C-981A13E5501E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B232980-ACB6-4258-9B7C-981A13E5501E}.Release|Any CPU.Build.0 = Release|Any CPU
{8D8C6366-28A9-4160-A991-C8F831CAB7B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D8C6366-28A9-4160-A991-C8F831CAB7B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D8C6366-28A9-4160-A991-C8F831CAB7B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D8C6366-28A9-4160-A991-C8F831CAB7B5}.Release|Any CPU.Build.0 = Release|Any CPU
{41EF01CF-CF0F-471B-B78D-4F3732714A28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41EF01CF-CF0F-471B-B78D-4F3732714A28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41EF01CF-CF0F-471B-B78D-4F3732714A28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41EF01CF-CF0F-471B-B78D-4F3732714A28}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D1723A6-D62E-4B8C-83DE-DCF681853D52}
EndGlobalSection
EndGlobal