-
Notifications
You must be signed in to change notification settings - Fork 14
/
Usenet.sln
34 lines (34 loc) · 1.63 KB
/
Usenet.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
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Usenet", "Usenet\Usenet.csproj", "{42FE8430-45CC-401A-AE90-6E3594543BA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsenetTests", "UsenetTests\UsenetTests.csproj", "{8A17385B-0B95-4CF3-93E1-8DF807F026E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42FE8430-45CC-401A-AE90-6E3594543BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42FE8430-45CC-401A-AE90-6E3594543BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42FE8430-45CC-401A-AE90-6E3594543BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42FE8430-45CC-401A-AE90-6E3594543BA9}.Release|Any CPU.Build.0 = Release|Any CPU
{8A17385B-0B95-4CF3-93E1-8DF807F026E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A17385B-0B95-4CF3-93E1-8DF807F026E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A17385B-0B95-4CF3-93E1-8DF807F026E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A17385B-0B95-4CF3-93E1-8DF807F026E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C065DFE8-4994-4995-9F95-E6AE6F196223}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal