-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleConsole.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
SimpleConsole.sln
File metadata and controls
37 lines (37 loc) · 2.07 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleConsole", "SimpleConsole\SimpleConsole.csproj", "{02DDB2F1-1347-4395-834B-B6E84E4E5A0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "Console\TestConsole.csproj", "{A91B9030-D297-49A8-95CE-93CF4BC8C86F}"
ProjectSection(ProjectDependencies) = postProject
{02DDB2F1-1347-4395-834B-B6E84E4E5A0E} = {02DDB2F1-1347-4395-834B-B6E84E4E5A0E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleConsoleTests", "SimpleConsoleTests\SimpleConsoleTests.csproj", "{EE3FD8FD-9667-41F0-B461-885B3829F83A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02DDB2F1-1347-4395-834B-B6E84E4E5A0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02DDB2F1-1347-4395-834B-B6E84E4E5A0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02DDB2F1-1347-4395-834B-B6E84E4E5A0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02DDB2F1-1347-4395-834B-B6E84E4E5A0E}.Release|Any CPU.Build.0 = Release|Any CPU
{A91B9030-D297-49A8-95CE-93CF4BC8C86F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A91B9030-D297-49A8-95CE-93CF4BC8C86F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A91B9030-D297-49A8-95CE-93CF4BC8C86F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A91B9030-D297-49A8-95CE-93CF4BC8C86F}.Release|Any CPU.Build.0 = Release|Any CPU
{EE3FD8FD-9667-41F0-B461-885B3829F83A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE3FD8FD-9667-41F0-B461-885B3829F83A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE3FD8FD-9667-41F0-B461-885B3829F83A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE3FD8FD-9667-41F0-B461-885B3829F83A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal