-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodingSeb.Converters.sln
37 lines (37 loc) · 2.15 KB
/
CodingSeb.Converters.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodingSeb.Converters", "CodingSeb.Converters\CodingSeb.Converters.csproj", "{C4C26558-CCB1-41DD-AE1B-DDBCBD8B0CDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodingSeb.Converters.Tests", "CodingSeb.Converters.Tests\CodingSeb.Converters.Tests.csproj", "{97005A0D-C3E8-44A2-B2A2-4452D7D5AC96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodingSeb.Converters.Examples", "CodingSeb.Converters.Examples\CodingSeb.Converters.Examples.csproj", "{8D825AB8-4BE9-485D-BBA5-F54918D77247}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4C26558-CCB1-41DD-AE1B-DDBCBD8B0CDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C26558-CCB1-41DD-AE1B-DDBCBD8B0CDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C26558-CCB1-41DD-AE1B-DDBCBD8B0CDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C26558-CCB1-41DD-AE1B-DDBCBD8B0CDE}.Release|Any CPU.Build.0 = Release|Any CPU
{97005A0D-C3E8-44A2-B2A2-4452D7D5AC96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97005A0D-C3E8-44A2-B2A2-4452D7D5AC96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97005A0D-C3E8-44A2-B2A2-4452D7D5AC96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97005A0D-C3E8-44A2-B2A2-4452D7D5AC96}.Release|Any CPU.Build.0 = Release|Any CPU
{8D825AB8-4BE9-485D-BBA5-F54918D77247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D825AB8-4BE9-485D-BBA5-F54918D77247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D825AB8-4BE9-485D-BBA5-F54918D77247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D825AB8-4BE9-485D-BBA5-F54918D77247}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C06BADE-A75F-4E4B-AF1B-84C345380D8E}
EndGlobalSection
EndGlobal