-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheidos.sln
41 lines (41 loc) · 2.17 KB
/
eidos.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
36
37
38
39
40
41
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}") = "Classes", "Classes\Classes.vcxproj", "{68900812-AD9D-4C23-84E4-B598B8CB414C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Base", "Base\Base.vcxproj", "{89F5AA13-AB67-4C3F-9E56-8F22D2560189}"
ProjectSection(ProjectDependencies) = postProject
{68900812-AD9D-4C23-84E4-B598B8CB414C} = {68900812-AD9D-4C23-84E4-B598B8CB414C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test", "Test\Test.vcxproj", "{D1F98D25-7623-4C33-A140-B925D597AB5D}"
ProjectSection(ProjectDependencies) = postProject
{68900812-AD9D-4C23-84E4-B598B8CB414C} = {68900812-AD9D-4C23-84E4-B598B8CB414C}
{89F5AA13-AB67-4C3F-9E56-8F22D2560189} = {89F5AA13-AB67-4C3F-9E56-8F22D2560189}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68900812-AD9D-4C23-84E4-B598B8CB414C}.Debug|Win32.ActiveCfg = Debug|Win32
{68900812-AD9D-4C23-84E4-B598B8CB414C}.Debug|Win32.Build.0 = Debug|Win32
{68900812-AD9D-4C23-84E4-B598B8CB414C}.Release|Win32.ActiveCfg = Release|Win32
{68900812-AD9D-4C23-84E4-B598B8CB414C}.Release|Win32.Build.0 = Release|Win32
{89F5AA13-AB67-4C3F-9E56-8F22D2560189}.Debug|Win32.ActiveCfg = Debug|Win32
{89F5AA13-AB67-4C3F-9E56-8F22D2560189}.Debug|Win32.Build.0 = Debug|Win32
{89F5AA13-AB67-4C3F-9E56-8F22D2560189}.Release|Win32.ActiveCfg = Release|Win32
{89F5AA13-AB67-4C3F-9E56-8F22D2560189}.Release|Win32.Build.0 = Release|Win32
{D1F98D25-7623-4C33-A140-B925D597AB5D}.Debug|Win32.ActiveCfg = Debug|Win32
{D1F98D25-7623-4C33-A140-B925D597AB5D}.Debug|Win32.Build.0 = Debug|Win32
{D1F98D25-7623-4C33-A140-B925D597AB5D}.Release|Win32.ActiveCfg = Release|Win32
{D1F98D25-7623-4C33-A140-B925D597AB5D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal