-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRealDiceBot.sln
More file actions
61 lines (61 loc) · 3.94 KB
/
RealDiceBot.sln
File metadata and controls
61 lines (61 loc) · 3.94 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealDiceBot", "RealDiceBot\RealDiceBot.csproj", "{DDF89DBC-7CE9-4853-9E1B-C4D4435AA364}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealDiceCommon", "RealDiceCommon\RealDiceCommon.csproj", "{44C3256C-1EC1-450A-BC64-99050AACBC86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealDiceFunctions", "RealDiceFunctions\RealDiceFunctions.csproj", "{992FFED6-A194-4C1F-8627-7BD54F4A86F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1A4466A-532D-420B-90F7-40B8E5CF2C37}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
DeploymentTemplates\template-with-preexisting-rg.json = DeploymentTemplates\template-with-preexisting-rg.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealDiceEdgeModule", "RealDiceEdge\modules\RealDiceEdgeModule\RealDiceEdgeModule.csproj", "{DC9C2E24-B715-431B-A70D-04AADD120DD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealDiceCameraModule", "RealDiceEdge\modules\RealDiceCameraModule\RealDiceCameraModule.csproj", "{996E30AF-8D76-478A-8330-0040D8E88727}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RealDiceCameraCvModule", "RealDiceEdge\modules\RealDiceCameraCvModule\RealDiceCameraCvModule.csproj", "{99FE4ABB-E0A4-48C5-84F3-E31373DFDE84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDF89DBC-7CE9-4853-9E1B-C4D4435AA364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDF89DBC-7CE9-4853-9E1B-C4D4435AA364}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDF89DBC-7CE9-4853-9E1B-C4D4435AA364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDF89DBC-7CE9-4853-9E1B-C4D4435AA364}.Release|Any CPU.Build.0 = Release|Any CPU
{44C3256C-1EC1-450A-BC64-99050AACBC86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44C3256C-1EC1-450A-BC64-99050AACBC86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44C3256C-1EC1-450A-BC64-99050AACBC86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44C3256C-1EC1-450A-BC64-99050AACBC86}.Release|Any CPU.Build.0 = Release|Any CPU
{992FFED6-A194-4C1F-8627-7BD54F4A86F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{992FFED6-A194-4C1F-8627-7BD54F4A86F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{992FFED6-A194-4C1F-8627-7BD54F4A86F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{992FFED6-A194-4C1F-8627-7BD54F4A86F6}.Release|Any CPU.Build.0 = Release|Any CPU
{DC9C2E24-B715-431B-A70D-04AADD120DD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC9C2E24-B715-431B-A70D-04AADD120DD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC9C2E24-B715-431B-A70D-04AADD120DD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC9C2E24-B715-431B-A70D-04AADD120DD6}.Release|Any CPU.Build.0 = Release|Any CPU
{996E30AF-8D76-478A-8330-0040D8E88727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{996E30AF-8D76-478A-8330-0040D8E88727}.Debug|Any CPU.Build.0 = Debug|Any CPU
{996E30AF-8D76-478A-8330-0040D8E88727}.Release|Any CPU.ActiveCfg = Release|Any CPU
{996E30AF-8D76-478A-8330-0040D8E88727}.Release|Any CPU.Build.0 = Release|Any CPU
{99FE4ABB-E0A4-48C5-84F3-E31373DFDE84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99FE4ABB-E0A4-48C5-84F3-E31373DFDE84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99FE4ABB-E0A4-48C5-84F3-E31373DFDE84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99FE4ABB-E0A4-48C5-84F3-E31373DFDE84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A11BDA0-66D6-47D5-B3B9-534FA0DB786E}
EndGlobalSection
EndGlobal