-
Notifications
You must be signed in to change notification settings - Fork 0
/
YuGiOh.sln
65 lines (65 loc) · 4.58 KB
/
YuGiOh.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComponentExecuter", "ComponentExecuter\ComponentExecuter.csproj", "{50C27062-E701-40F2-8C91-BFD2F6249554}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core Component", "Core Component", "{E3ECF2D5-5D61-4E34-8326-5ED1D4548CEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YGO.Cards.Classification", "YGO.Cards.Classification\YGO.Cards.Classification.csproj", "{98F54B24-D3BF-49B3-BB10-09EF6DF52CE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{22E330DE-0FDB-4CB6-A87E-B2DA3019AA77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YGO.Domain.Entities", "YGO.Domain.Entities\YGO.Domain.Entities.csproj", "{B51ACF7C-04EC-4463-BD29-FD942D3319E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{E6D2AF1B-59E5-4CB7-9ABE-897876E2A6D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDK", "SDK", "{7DFCC763-6CBB-4991-91B7-A555772DEBDA}"
ProjectSection(SolutionItems) = preProject
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.DebuggerVisualizers.VS2012.dll = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.DebuggerVisualizers.VS2012.dll
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.DebuggerVisualizers.VS2013.dll = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.DebuggerVisualizers.VS2013.dll
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.DebuggerVisualizers.VS2015.dll = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.DebuggerVisualizers.VS2015.dll
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.DebuggerVisualizers.VS2017.dll = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.DebuggerVisualizers.VS2017.dll
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.UI.dll = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.UI.dll
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.UI.GL.dll = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.UI.GL.dll
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.UI.GL.xml = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.UI.GL.xml
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.UI.xml = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.UI.xml
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.World.dll = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.World.dll
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.World.xml = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\Emgu.CV.World.xml
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\ZedGraph.dll = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\ZedGraph.dll
C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\ZedGraph.license.txt = C:\Emgu\emgucv-windesktop 3.3.0.2824\bin\ZedGraph.license.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tessdata", "tessdata", "{9FFF1D8A-85D8-4060-A32A-BEFDFA920807}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50C27062-E701-40F2-8C91-BFD2F6249554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50C27062-E701-40F2-8C91-BFD2F6249554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50C27062-E701-40F2-8C91-BFD2F6249554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50C27062-E701-40F2-8C91-BFD2F6249554}.Release|Any CPU.Build.0 = Release|Any CPU
{98F54B24-D3BF-49B3-BB10-09EF6DF52CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98F54B24-D3BF-49B3-BB10-09EF6DF52CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98F54B24-D3BF-49B3-BB10-09EF6DF52CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98F54B24-D3BF-49B3-BB10-09EF6DF52CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{B51ACF7C-04EC-4463-BD29-FD942D3319E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B51ACF7C-04EC-4463-BD29-FD942D3319E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B51ACF7C-04EC-4463-BD29-FD942D3319E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B51ACF7C-04EC-4463-BD29-FD942D3319E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{98F54B24-D3BF-49B3-BB10-09EF6DF52CE5} = {E3ECF2D5-5D61-4E34-8326-5ED1D4548CEA}
{B51ACF7C-04EC-4463-BD29-FD942D3319E4} = {22E330DE-0FDB-4CB6-A87E-B2DA3019AA77}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85043867-CB1A-415D-BA8E-03BC02277888}
EndGlobalSection
EndGlobal