-
Notifications
You must be signed in to change notification settings - Fork 7
/
Pandastream.sln
executable file
·26 lines (26 loc) · 1.36 KB
/
Pandastream.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Panda", "Panda\Panda.csproj", "{C0E8B19F-DBE8-4531-AC9F-B02AF2554D69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Panda.Tests", "Panda.Tests\Panda.Tests.csproj", "{14905151-BD3E-4F78-BD8F-237E2C6B717E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0E8B19F-DBE8-4531-AC9F-B02AF2554D69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0E8B19F-DBE8-4531-AC9F-B02AF2554D69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0E8B19F-DBE8-4531-AC9F-B02AF2554D69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0E8B19F-DBE8-4531-AC9F-B02AF2554D69}.Release|Any CPU.Build.0 = Release|Any CPU
{14905151-BD3E-4F78-BD8F-237E2C6B717E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14905151-BD3E-4F78-BD8F-237E2C6B717E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14905151-BD3E-4F78-BD8F-237E2C6B717E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14905151-BD3E-4F78-BD8F-237E2C6B717E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal