-
Notifications
You must be signed in to change notification settings - Fork 2
/
Negum.Core.sln
34 lines (34 loc) · 2.11 KB
/
Negum.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Negum.Core", "Negum.Core\Negum.Core.csproj", "{D5FD465B-666F-412A-A31B-ECBACD3C130B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5E55F8BB-B97E-4E0F-B41F-A139DC46B9CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Negum.Core.Tests", "Tests\Negum.Core.Tests\Negum.Core.Tests.csproj", "{FD7E17DA-B085-4336-867F-F201B689C164}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Negum.Core.Tests.SDL.Png", "Tests\Negum.Core.Tests.SDL.Png\Negum.Core.Tests.SDL.Png.csproj", "{A7A2FA1B-6E0E-476D-BD2B-75AE62A50510}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5FD465B-666F-412A-A31B-ECBACD3C130B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5FD465B-666F-412A-A31B-ECBACD3C130B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5FD465B-666F-412A-A31B-ECBACD3C130B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5FD465B-666F-412A-A31B-ECBACD3C130B}.Release|Any CPU.Build.0 = Release|Any CPU
{FD7E17DA-B085-4336-867F-F201B689C164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7E17DA-B085-4336-867F-F201B689C164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD7E17DA-B085-4336-867F-F201B689C164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD7E17DA-B085-4336-867F-F201B689C164}.Release|Any CPU.Build.0 = Release|Any CPU
{A7A2FA1B-6E0E-476D-BD2B-75AE62A50510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7A2FA1B-6E0E-476D-BD2B-75AE62A50510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7A2FA1B-6E0E-476D-BD2B-75AE62A50510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7A2FA1B-6E0E-476D-BD2B-75AE62A50510}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD7E17DA-B085-4336-867F-F201B689C164} = {5E55F8BB-B97E-4E0F-B41F-A139DC46B9CD}
{A7A2FA1B-6E0E-476D-BD2B-75AE62A50510} = {5E55F8BB-B97E-4E0F-B41F-A139DC46B9CD}
EndGlobalSection
EndGlobal