44 lines
2.2 KiB
Plaintext
44 lines
2.2 KiB
Plaintext
|
|
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}") = "Blog.DAL", "Blog.DAL\Blog.DAL.csproj", "{11A34EBA-0C94-44C4-9C53-1542F18EEFD2}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blog.DAL.Tests", "Blog.DAL.Tests\Blog.DAL.Tests.csproj", "{C97FBBD5-7EAE-40A3-B748-729749FB73E2}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F9198EF6-6BD2-484E-8C9B-4EBD53548518}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
Blog.vsmdi = Blog.vsmdi
|
|
Local.testsettings = Local.testsettings
|
|
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
TeamCity|Any CPU = TeamCity|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{11A34EBA-0C94-44C4-9C53-1542F18EEFD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{11A34EBA-0C94-44C4-9C53-1542F18EEFD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{11A34EBA-0C94-44C4-9C53-1542F18EEFD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{11A34EBA-0C94-44C4-9C53-1542F18EEFD2}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{11A34EBA-0C94-44C4-9C53-1542F18EEFD2}.TeamCity|Any CPU.ActiveCfg = Release|Any CPU
|
|
{11A34EBA-0C94-44C4-9C53-1542F18EEFD2}.TeamCity|Any CPU.Build.0 = Release|Any CPU
|
|
{C97FBBD5-7EAE-40A3-B748-729749FB73E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{C97FBBD5-7EAE-40A3-B748-729749FB73E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{C97FBBD5-7EAE-40A3-B748-729749FB73E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{C97FBBD5-7EAE-40A3-B748-729749FB73E2}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{C97FBBD5-7EAE-40A3-B748-729749FB73E2}.TeamCity|Any CPU.ActiveCfg = Release|Any CPU
|
|
{C97FBBD5-7EAE-40A3-B748-729749FB73E2}.TeamCity|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(TestCaseManagementSettings) = postSolution
|
|
CategoryFile = Blog.vsmdi
|
|
EndGlobalSection
|
|
EndGlobal
|