-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProjectTemplate.sln
More file actions
40 lines (40 loc) · 2.48 KB
/
Copy pathProjectTemplate.sln
File metadata and controls
40 lines (40 loc) · 2.48 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectTemplate.Web", "ProjectTemplate.Web\ProjectTemplate.Web.csproj", "{039C4FE9-FE50-428B-9113-5C7A5F776CE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectTemplate.Core", "ProjectTemplate.Core\ProjectTemplate.Core.csproj", "{E0D81455-ECCF-4DF7-A48E-5FD05ADCACAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectTemplate.Service", "ProjectTemplate.Service\ProjectTemplate.Service.csproj", "{84E703FD-7528-4247-A106-0A0CAF6AE5E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectTemplate.Data", "ProjectTemplate.Data\ProjectTemplate.Data.csproj", "{3767F709-A6A5-433F-BB21-3D5E1DEE1127}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{039C4FE9-FE50-428B-9113-5C7A5F776CE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{039C4FE9-FE50-428B-9113-5C7A5F776CE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{039C4FE9-FE50-428B-9113-5C7A5F776CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{039C4FE9-FE50-428B-9113-5C7A5F776CE6}.Release|Any CPU.Build.0 = Release|Any CPU
{E0D81455-ECCF-4DF7-A48E-5FD05ADCACAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0D81455-ECCF-4DF7-A48E-5FD05ADCACAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0D81455-ECCF-4DF7-A48E-5FD05ADCACAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0D81455-ECCF-4DF7-A48E-5FD05ADCACAF}.Release|Any CPU.Build.0 = Release|Any CPU
{84E703FD-7528-4247-A106-0A0CAF6AE5E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84E703FD-7528-4247-A106-0A0CAF6AE5E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84E703FD-7528-4247-A106-0A0CAF6AE5E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84E703FD-7528-4247-A106-0A0CAF6AE5E4}.Release|Any CPU.Build.0 = Release|Any CPU
{3767F709-A6A5-433F-BB21-3D5E1DEE1127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3767F709-A6A5-433F-BB21-3D5E1DEE1127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3767F709-A6A5-433F-BB21-3D5E1DEE1127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3767F709-A6A5-433F-BB21-3D5E1DEE1127}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal