forked from mrange/cpplinq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CppLinq2012.sln
35 lines (35 loc) · 1.87 KB
/
CppLinq2012.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
33
34
35
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppLinq", "Test\CppLinq2012.vcxproj", "{B2C5078E-E859-4BF8-A799-75653FE524AB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppLinq.Mini", "CppLinq.Mini\CppLinq2012.Mini.vcxproj", "{4CE7EBDE-D1A2-4B5D-853C-921668821E50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2C5078E-E859-4BF8-A799-75653FE524AB}.Debug|Win32.ActiveCfg = Debug|Win32
{B2C5078E-E859-4BF8-A799-75653FE524AB}.Debug|Win32.Build.0 = Debug|Win32
{B2C5078E-E859-4BF8-A799-75653FE524AB}.Debug|x64.ActiveCfg = Debug|x64
{B2C5078E-E859-4BF8-A799-75653FE524AB}.Debug|x64.Build.0 = Debug|x64
{B2C5078E-E859-4BF8-A799-75653FE524AB}.Release|Win32.ActiveCfg = Release|Win32
{B2C5078E-E859-4BF8-A799-75653FE524AB}.Release|Win32.Build.0 = Release|Win32
{B2C5078E-E859-4BF8-A799-75653FE524AB}.Release|x64.ActiveCfg = Release|x64
{B2C5078E-E859-4BF8-A799-75653FE524AB}.Release|x64.Build.0 = Release|x64
{4CE7EBDE-D1A2-4B5D-853C-921668821E50}.Debug|Win32.ActiveCfg = Debug|Win32
{4CE7EBDE-D1A2-4B5D-853C-921668821E50}.Debug|Win32.Build.0 = Debug|Win32
{4CE7EBDE-D1A2-4B5D-853C-921668821E50}.Debug|x64.ActiveCfg = Debug|Win32
{4CE7EBDE-D1A2-4B5D-853C-921668821E50}.Release|Win32.ActiveCfg = Release|Win32
{4CE7EBDE-D1A2-4B5D-853C-921668821E50}.Release|Win32.Build.0 = Release|Win32
{4CE7EBDE-D1A2-4B5D-853C-921668821E50}.Release|x64.ActiveCfg = Release|x64
{4CE7EBDE-D1A2-4B5D-853C-921668821E50}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal