-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSR4.sln
29 lines (28 loc) · 1.61 KB
/
SR4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Read", "SR4\Read.csproj", "{9524549F-3DF4-4566-BF81-F08246E54EB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Write", "Write\Write.csproj", "{B24C8C3A-6F8B-4AD7-BB48-5C48873CB4FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Triangle", "Triangle\Triangle.csproj", "{C16F84C8-31C7-43F7-A593-3EBE333EC7D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9524549F-3DF4-4566-BF81-F08246E54EB9}.Debug|x86.ActiveCfg = Debug|x86
{9524549F-3DF4-4566-BF81-F08246E54EB9}.Debug|x86.Build.0 = Debug|x86
{9524549F-3DF4-4566-BF81-F08246E54EB9}.Release|x86.ActiveCfg = Release|x86
{9524549F-3DF4-4566-BF81-F08246E54EB9}.Release|x86.Build.0 = Release|x86
{B24C8C3A-6F8B-4AD7-BB48-5C48873CB4FF}.Debug|x86.ActiveCfg = Debug|x86
{B24C8C3A-6F8B-4AD7-BB48-5C48873CB4FF}.Debug|x86.Build.0 = Debug|x86
{B24C8C3A-6F8B-4AD7-BB48-5C48873CB4FF}.Release|x86.ActiveCfg = Release|x86
{B24C8C3A-6F8B-4AD7-BB48-5C48873CB4FF}.Release|x86.Build.0 = Release|x86
{C16F84C8-31C7-43F7-A593-3EBE333EC7D1}.Debug|x86.ActiveCfg = Debug|Any CPU
{C16F84C8-31C7-43F7-A593-3EBE333EC7D1}.Debug|x86.Build.0 = Debug|Any CPU
{C16F84C8-31C7-43F7-A593-3EBE333EC7D1}.Release|x86.ActiveCfg = Release|Any CPU
{C16F84C8-31C7-43F7-A593-3EBE333EC7D1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal