This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
forked from seesharper/LightMock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LightMock.sln
28 lines (28 loc) · 1.46 KB
/
LightMock.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LightMock.vNext", "LightMock.vNext\LightMock.vNext.xproj", "{A4BB79C3-C446-466B-A57F-ACEF6E98297F}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LightMock.Tests.vNext", "LightMock.Tests.vNext\LightMock.Tests.vNext.xproj", "{C164E832-8D9A-4C81-81B5-879284B6D95A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4BB79C3-C446-466B-A57F-ACEF6E98297F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4BB79C3-C446-466B-A57F-ACEF6E98297F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4BB79C3-C446-466B-A57F-ACEF6E98297F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4BB79C3-C446-466B-A57F-ACEF6E98297F}.Release|Any CPU.Build.0 = Release|Any CPU
{C164E832-8D9A-4C81-81B5-879284B6D95A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C164E832-8D9A-4C81-81B5-879284B6D95A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C164E832-8D9A-4C81-81B5-879284B6D95A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C164E832-8D9A-4C81-81B5-879284B6D95A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal