-
Notifications
You must be signed in to change notification settings - Fork 2
/
ArtNet.sln
43 lines (43 loc) · 2.48 KB
/
ArtNet.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 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Art.Net", "ArtNet\Art.Net.csproj", "{E6739E2B-910B-4E98-BD99-0CAFD75EFCE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleNode", "ExampleNode\ExampleNode.csproj", "{D3BBCD99-8BFD-425F-97E0-CE46899EBC9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleController", "ExampleController\ExampleController.csproj", "{77BC8852-89CF-4A25-989A-2239AC523F7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{84657792-3DF3-4D0A-9DF6-95F9C2C554E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6739E2B-910B-4E98-BD99-0CAFD75EFCE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6739E2B-910B-4E98-BD99-0CAFD75EFCE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6739E2B-910B-4E98-BD99-0CAFD75EFCE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6739E2B-910B-4E98-BD99-0CAFD75EFCE3}.Release|Any CPU.Build.0 = Release|Any CPU
{D3BBCD99-8BFD-425F-97E0-CE46899EBC9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3BBCD99-8BFD-425F-97E0-CE46899EBC9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3BBCD99-8BFD-425F-97E0-CE46899EBC9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3BBCD99-8BFD-425F-97E0-CE46899EBC9C}.Release|Any CPU.Build.0 = Release|Any CPU
{77BC8852-89CF-4A25-989A-2239AC523F7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77BC8852-89CF-4A25-989A-2239AC523F7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77BC8852-89CF-4A25-989A-2239AC523F7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77BC8852-89CF-4A25-989A-2239AC523F7C}.Release|Any CPU.Build.0 = Release|Any CPU
{84657792-3DF3-4D0A-9DF6-95F9C2C554E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84657792-3DF3-4D0A-9DF6-95F9C2C554E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84657792-3DF3-4D0A-9DF6-95F9C2C554E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84657792-3DF3-4D0A-9DF6-95F9C2C554E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F19F886-75E7-4921-9FA3-41AF70E25DF5}
EndGlobalSection
EndGlobal