-
Notifications
You must be signed in to change notification settings - Fork 1
/
NPublisher.sln
22 lines (22 loc) · 1.27 KB
/
NPublisher.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N.Publisher.Tests", "tests\N.Publisher.Tests\N.Publisher.Tests.csproj", "{2550247A-0778-4648-A3AF-4889009A530C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N.Publisher", "src\N.Publisher\N.Publisher.csproj", "{36FA299A-3A9A-4948-9240-2D2B4D393198}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2550247A-0778-4648-A3AF-4889009A530C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2550247A-0778-4648-A3AF-4889009A530C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2550247A-0778-4648-A3AF-4889009A530C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2550247A-0778-4648-A3AF-4889009A530C}.Release|Any CPU.Build.0 = Release|Any CPU
{36FA299A-3A9A-4948-9240-2D2B4D393198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36FA299A-3A9A-4948-9240-2D2B4D393198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36FA299A-3A9A-4948-9240-2D2B4D393198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36FA299A-3A9A-4948-9240-2D2B4D393198}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal