-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeerLive.Net.sln
32 lines (32 loc) · 2.04 KB
/
WeerLive.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeerLive.Lib", "src\WeerLive.Lib\WeerLive.Lib.csproj", "{71108B89-BB71-4A56-B933-59BE6750CBF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeerLive.Test", "src\WeerLive.Test\WeerLive.Test.csproj", "{80249257-6A1A-4872-8F0D-823EA8F0766C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeerLive.Example", "src\WeerLive.Example\WeerLive.Example.csproj", "{94D9A869-E0CC-4452-93B5-0BAFC384D2DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{A922A090-1796-402D-9E00-C04489EDF837}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A922A090-1796-402D-9E00-C04489EDF837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A922A090-1796-402D-9E00-C04489EDF837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71108B89-BB71-4A56-B933-59BE6750CBF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71108B89-BB71-4A56-B933-59BE6750CBF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71108B89-BB71-4A56-B933-59BE6750CBF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71108B89-BB71-4A56-B933-59BE6750CBF2}.Release|Any CPU.Build.0 = Release|Any CPU
{80249257-6A1A-4872-8F0D-823EA8F0766C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80249257-6A1A-4872-8F0D-823EA8F0766C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80249257-6A1A-4872-8F0D-823EA8F0766C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80249257-6A1A-4872-8F0D-823EA8F0766C}.Release|Any CPU.Build.0 = Release|Any CPU
{94D9A869-E0CC-4452-93B5-0BAFC384D2DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94D9A869-E0CC-4452-93B5-0BAFC384D2DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94D9A869-E0CC-4452-93B5-0BAFC384D2DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94D9A869-E0CC-4452-93B5-0BAFC384D2DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal