-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProwl.Echo.sln
31 lines (31 loc) · 1.53 KB
/
Prowl.Echo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35507.96 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Echo", "Echo\Echo.csproj", "{891A218C-F272-467A-A5AE-FC904F290A9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{0D61D715-6B0F-4965-A9FB-452211795DDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{891A218C-F272-467A-A5AE-FC904F290A9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{891A218C-F272-467A-A5AE-FC904F290A9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{891A218C-F272-467A-A5AE-FC904F290A9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{891A218C-F272-467A-A5AE-FC904F290A9E}.Release|Any CPU.Build.0 = Release|Any CPU
{0D61D715-6B0F-4965-A9FB-452211795DDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D61D715-6B0F-4965-A9FB-452211795DDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D61D715-6B0F-4965-A9FB-452211795DDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D61D715-6B0F-4965-A9FB-452211795DDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31A92B2A-A980-4CEE-8C08-9D72960C181A}
EndGlobalSection
EndGlobal