-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathHaukcode.sACN.sln
43 lines (43 loc) · 2.59 KB
/
Haukcode.sACN.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
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35521.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Haukcode.sACN", "src\Haukcode.sACN\Haukcode.sACN.csproj", "{B8B1A2A4-6F95-4B20-98BE-0916172AE8DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Haukcode.sACN.UnitTest", "test\Haukcode.sACN.UnitTest.csproj", "{BEBB4D64-93F2-4285-B548-6F1A77622A81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Haukcode.sACN.ConsoleExample", "example\Haukcode.sACN.ConsoleExample.csproj", "{56232436-1A14-4054-84E1-86647DBD9CC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Haukcode.HighPerfComm", "..\Haukcode.HighPerfComm\src\Haukcode.HighPerfComm.csproj", "{6146017C-A92D-4EE8-B0AF-FE6D4E4EA708}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8B1A2A4-6F95-4B20-98BE-0916172AE8DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8B1A2A4-6F95-4B20-98BE-0916172AE8DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8B1A2A4-6F95-4B20-98BE-0916172AE8DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8B1A2A4-6F95-4B20-98BE-0916172AE8DD}.Release|Any CPU.Build.0 = Release|Any CPU
{BEBB4D64-93F2-4285-B548-6F1A77622A81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEBB4D64-93F2-4285-B548-6F1A77622A81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEBB4D64-93F2-4285-B548-6F1A77622A81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEBB4D64-93F2-4285-B548-6F1A77622A81}.Release|Any CPU.Build.0 = Release|Any CPU
{56232436-1A14-4054-84E1-86647DBD9CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56232436-1A14-4054-84E1-86647DBD9CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56232436-1A14-4054-84E1-86647DBD9CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56232436-1A14-4054-84E1-86647DBD9CC6}.Release|Any CPU.Build.0 = Release|Any CPU
{6146017C-A92D-4EE8-B0AF-FE6D4E4EA708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6146017C-A92D-4EE8-B0AF-FE6D4E4EA708}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6146017C-A92D-4EE8-B0AF-FE6D4E4EA708}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6146017C-A92D-4EE8-B0AF-FE6D4E4EA708}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4D24BFC-05B1-4EBD-BECE-B105D71DEF71}
EndGlobalSection
EndGlobal