-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCourseWork.sln
44 lines (44 loc) · 2.39 KB
/
CourseWork.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
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormCourseWork", "WinFormCourseWork\WinFormCourseWork.csproj", "{8C0FDB7F-E03E-4879-8470-386306DE6DFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LessonLibrary", "LessonLibrary\LessonLibrary.csproj", "{DF1BDDAB-CB78-4D8C-9F7C-E224EC87D4E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A57473EA-58EA-48B6-A1E0-C22531448541}"
ProjectSection(SolutionItems) = preProject
Libs\OpenTK.Compatibility.dll = Libs\OpenTK.Compatibility.dll
Libs\OpenTK.dll = Libs\OpenTK.dll
Libs\OpenTK.GLControl.dll = Libs\OpenTK.GLControl.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{2800B8C6-3558-45BC-86FC-55273753FA4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C0FDB7F-E03E-4879-8470-386306DE6DFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C0FDB7F-E03E-4879-8470-386306DE6DFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C0FDB7F-E03E-4879-8470-386306DE6DFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C0FDB7F-E03E-4879-8470-386306DE6DFE}.Release|Any CPU.Build.0 = Release|Any CPU
{DF1BDDAB-CB78-4D8C-9F7C-E224EC87D4E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF1BDDAB-CB78-4D8C-9F7C-E224EC87D4E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF1BDDAB-CB78-4D8C-9F7C-E224EC87D4E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF1BDDAB-CB78-4D8C-9F7C-E224EC87D4E2}.Release|Any CPU.Build.0 = Release|Any CPU
{2800B8C6-3558-45BC-86FC-55273753FA4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2800B8C6-3558-45BC-86FC-55273753FA4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2800B8C6-3558-45BC-86FC-55273753FA4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2800B8C6-3558-45BC-86FC-55273753FA4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF451A2C-5953-402F-8B61-4F12CCE41730}
EndGlobalSection
EndGlobal