This repository has been archived by the owner on Aug 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPersistedDocDemo.sln
43 lines (43 loc) · 2.53 KB
/
PersistedDocDemo.sln
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 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistedDocDemo.Data", "PersistedDocDemo.Data\PersistedDocDemo.Data.csproj", "{BE282699-855D-4F4E-81F0-A65B0351A267}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistedDocDemo.IntegrationTests", "PersistedDocDemo.IntegrationTests\PersistedDocDemo.IntegrationTests.csproj", "{976F89C8-885B-44CA-894D-FB4086158D56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "info", "info", "{9D09E85C-7FE9-446B-8B28-7BE1D0B892D8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
Todo.md = Todo.md
EndProjectSection
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "PersistedDocDemo.IntegrationTests.SqlServer", "PersistedDocDemo.IntegrationTests.SqlServer\PersistedDocDemo.IntegrationTests.SqlServer.sqlproj", "{981871B2-4FE7-4E8B-80CA-35D349CA07AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE282699-855D-4F4E-81F0-A65B0351A267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE282699-855D-4F4E-81F0-A65B0351A267}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE282699-855D-4F4E-81F0-A65B0351A267}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE282699-855D-4F4E-81F0-A65B0351A267}.Release|Any CPU.Build.0 = Release|Any CPU
{976F89C8-885B-44CA-894D-FB4086158D56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{976F89C8-885B-44CA-894D-FB4086158D56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{976F89C8-885B-44CA-894D-FB4086158D56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{976F89C8-885B-44CA-894D-FB4086158D56}.Release|Any CPU.Build.0 = Release|Any CPU
{981871B2-4FE7-4E8B-80CA-35D349CA07AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{981871B2-4FE7-4E8B-80CA-35D349CA07AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{981871B2-4FE7-4E8B-80CA-35D349CA07AE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{981871B2-4FE7-4E8B-80CA-35D349CA07AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{981871B2-4FE7-4E8B-80CA-35D349CA07AE}.Release|Any CPU.Build.0 = Release|Any CPU
{981871B2-4FE7-4E8B-80CA-35D349CA07AE}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal