forked from fabsenet/adrilight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
adrilight.sln
44 lines (44 loc) · 2.66 KB
/
adrilight.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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "adrilight", "adrilight\adrilight.csproj", "{1AB593C8-38E2-493B-B4B8-16BC406231AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "adrilight.benchmarks", "adrilight.benchmarks\adrilight.benchmarks.csproj", "{C9DBFA23-2A30-4507-A028-99E53DD3C94B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "adrilight.Tests", "adrilight.Tests\adrilight.Tests.csproj", "{4C9857FA-CF4B-4760-8A8B-CFBC8BA8966F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release+Publish|Any CPU = Release+Publish|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AB593C8-38E2-493B-B4B8-16BC406231AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AB593C8-38E2-493B-B4B8-16BC406231AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AB593C8-38E2-493B-B4B8-16BC406231AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AB593C8-38E2-493B-B4B8-16BC406231AE}.Release|Any CPU.Build.0 = Release|Any CPU
{1AB593C8-38E2-493B-B4B8-16BC406231AE}.Release+Publish|Any CPU.ActiveCfg = Release+Publish|Any CPU
{1AB593C8-38E2-493B-B4B8-16BC406231AE}.Release+Publish|Any CPU.Build.0 = Release+Publish|Any CPU
{C9DBFA23-2A30-4507-A028-99E53DD3C94B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9DBFA23-2A30-4507-A028-99E53DD3C94B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9DBFA23-2A30-4507-A028-99E53DD3C94B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9DBFA23-2A30-4507-A028-99E53DD3C94B}.Release|Any CPU.Build.0 = Release|Any CPU
{C9DBFA23-2A30-4507-A028-99E53DD3C94B}.Release+Publish|Any CPU.ActiveCfg = Release|Any CPU
{C9DBFA23-2A30-4507-A028-99E53DD3C94B}.Release+Publish|Any CPU.Build.0 = Release|Any CPU
{4C9857FA-CF4B-4760-8A8B-CFBC8BA8966F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C9857FA-CF4B-4760-8A8B-CFBC8BA8966F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C9857FA-CF4B-4760-8A8B-CFBC8BA8966F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C9857FA-CF4B-4760-8A8B-CFBC8BA8966F}.Release|Any CPU.Build.0 = Release|Any CPU
{4C9857FA-CF4B-4760-8A8B-CFBC8BA8966F}.Release+Publish|Any CPU.ActiveCfg = Release|Any CPU
{4C9857FA-CF4B-4760-8A8B-CFBC8BA8966F}.Release+Publish|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7E728A5-D26F-49EA-ABA3-B81E9C6CE470}
EndGlobalSection
EndGlobal