-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTyes.Infrastructure.Sdl.sln
36 lines (36 loc) · 2.13 KB
/
Tyes.Infrastructure.Sdl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tyes.Infrastructure.Sdl.UnitTests", "src\Tyes.Infrastructure.Sdl.UnitTests\Tyes.Infrastructure.Sdl.UnitTests.csproj", "{A43B7F1D-6F76-456D-A926-2E73647BFF77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tyes.Infrastructure.Sdl", "src\Tyes.Infrastructure.Sdl\Tyes.Infrastructure.Sdl.csproj", "{71E05FDF-4E78-4D4D-8A57-5893DF4BFEFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tyes.Infrastructure.Sdl.Image", "src\Tyes.Infrastructure.Sdl.Image\Tyes.Infrastructure.Sdl.Image.csproj", "{19AC2CAA-026A-4356-9BE6-5334E5E11B0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A43B7F1D-6F76-456D-A926-2E73647BFF77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A43B7F1D-6F76-456D-A926-2E73647BFF77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A43B7F1D-6F76-456D-A926-2E73647BFF77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A43B7F1D-6F76-456D-A926-2E73647BFF77}.Release|Any CPU.Build.0 = Release|Any CPU
{71E05FDF-4E78-4D4D-8A57-5893DF4BFEFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E05FDF-4E78-4D4D-8A57-5893DF4BFEFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E05FDF-4E78-4D4D-8A57-5893DF4BFEFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E05FDF-4E78-4D4D-8A57-5893DF4BFEFB}.Release|Any CPU.Build.0 = Release|Any CPU
{19AC2CAA-026A-4356-9BE6-5334E5E11B0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19AC2CAA-026A-4356-9BE6-5334E5E11B0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19AC2CAA-026A-4356-9BE6-5334E5E11B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19AC2CAA-026A-4356-9BE6-5334E5E11B0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal