-
Notifications
You must be signed in to change notification settings - Fork 0
/
eCertificateRest.sln
32 lines (32 loc) · 1.81 KB
/
eCertificateRest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCertificateRest", "eCertificateRest\eCertificateRest.csproj", "{234C0FF6-86C3-4C0F-BC42-7F3876631305}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{5CE4ED88-68E8-47EC-97C4-660FE1676463}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlSync", "SqlSync\SqlSync.csproj", "{F8C7C9CA-6816-4393-8173-867A0565FD46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{234C0FF6-86C3-4C0F-BC42-7F3876631305}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{234C0FF6-86C3-4C0F-BC42-7F3876631305}.Debug|Any CPU.Build.0 = Debug|Any CPU
{234C0FF6-86C3-4C0F-BC42-7F3876631305}.Release|Any CPU.ActiveCfg = Release|Any CPU
{234C0FF6-86C3-4C0F-BC42-7F3876631305}.Release|Any CPU.Build.0 = Release|Any CPU
{5CE4ED88-68E8-47EC-97C4-660FE1676463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CE4ED88-68E8-47EC-97C4-660FE1676463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CE4ED88-68E8-47EC-97C4-660FE1676463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CE4ED88-68E8-47EC-97C4-660FE1676463}.Release|Any CPU.Build.0 = Release|Any CPU
{F8C7C9CA-6816-4393-8173-867A0565FD46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8C7C9CA-6816-4393-8173-867A0565FD46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8C7C9CA-6816-4393-8173-867A0565FD46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8C7C9CA-6816-4393-8173-867A0565FD46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal