-
Notifications
You must be signed in to change notification settings - Fork 0
/
FactorItpp.sln
35 lines (35 loc) · 1.72 KB
/
FactorItpp.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 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FactorItpp", "FactorItpp\FactorItpp.vcxproj", "{109DE78C-C3C6-416C-B6D3-5C49E3F4078F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FactorItpp.Specs", "FactorItpp.Specs\FactorItpp.Specs.vcxproj", "{7B300617-AA5E-4B36-AE8F-A323CB40E230}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{B08B1CD5-8425-4422-BCA2-7E171CA88F52}"
ProjectSection(SolutionItems) = preProject
Common\Common.h = Common\Common.h
Common\Keywords.h = Common\Keywords.h
Common\ObjectOrientedTools.h = Common\ObjectOrientedTools.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{109DE78C-C3C6-416C-B6D3-5C49E3F4078F}.Debug|Win32.ActiveCfg = Debug|Win32
{109DE78C-C3C6-416C-B6D3-5C49E3F4078F}.Debug|Win32.Build.0 = Debug|Win32
{109DE78C-C3C6-416C-B6D3-5C49E3F4078F}.Release|Win32.ActiveCfg = Release|Win32
{109DE78C-C3C6-416C-B6D3-5C49E3F4078F}.Release|Win32.Build.0 = Release|Win32
{7B300617-AA5E-4B36-AE8F-A323CB40E230}.Debug|Win32.ActiveCfg = Debug|Win32
{7B300617-AA5E-4B36-AE8F-A323CB40E230}.Debug|Win32.Build.0 = Debug|Win32
{7B300617-AA5E-4B36-AE8F-A323CB40E230}.Release|Win32.ActiveCfg = Release|Win32
{7B300617-AA5E-4B36-AE8F-A323CB40E230}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal