-
Notifications
You must be signed in to change notification settings - Fork 152
/
MockCppAssemblies.sln
28 lines (28 loc) · 1.55 KB
/
MockCppAssemblies.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 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mock-cpp-clr-x64", "src\NUnitEngine\mock-cpp-clr\mock-cpp-clr-x64.vcxproj", "{FFF45826-991F-465B-8A03-0E1DB7E8F38C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mock-cpp-clr-x86", "src\NUnitEngine\mock-cpp-clr\mock-cpp-clr-x86.vcxproj", "{11640C9F-03A3-456B-848D-9B4A126F9506}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFF45826-991F-465B-8A03-0E1DB7E8F38C}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{FFF45826-991F-465B-8A03-0E1DB7E8F38C}.Debug|Mixed Platforms.Build.0 = Debug|x64
{FFF45826-991F-465B-8A03-0E1DB7E8F38C}.Release|Mixed Platforms.ActiveCfg = Release|x64
{FFF45826-991F-465B-8A03-0E1DB7E8F38C}.Release|Mixed Platforms.Build.0 = Release|x64
{11640C9F-03A3-456B-848D-9B4A126F9506}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{11640C9F-03A3-456B-848D-9B4A126F9506}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{11640C9F-03A3-456B-848D-9B4A126F9506}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{11640C9F-03A3-456B-848D-9B4A126F9506}.Release|Mixed Platforms.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal