-
Notifications
You must be signed in to change notification settings - Fork 0
/
PythonPlays.sln
41 lines (41 loc) · 2.14 KB
/
PythonPlays.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PythonPlays", "PythonPlays\PythonPlays.pyproj", "{DFF6D3DA-6006-456F-BDAE-530E446896E3}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "PlayRecorder", "PlayRecorder\PlayRecorder.pyproj", "{25033419-B42E-4F9E-A68A-48F8CB53C495}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "CoreComponents", "CoreComponents\CoreComponents.pyproj", "{792C0E65-C099-4E9C-9328-3CA665F27E36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27CB4EE6-816A-40C1-9F5A-3E793E3ED72A}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
README.md = README.md
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "SupervisedTrainer", "SupervisedTrainer\SupervisedTrainer.pyproj", "{31D44F3F-75AB-4360-A9F5-AAB6618F0D55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFF6D3DA-6006-456F-BDAE-530E446896E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFF6D3DA-6006-456F-BDAE-530E446896E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25033419-B42E-4F9E-A68A-48F8CB53C495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25033419-B42E-4F9E-A68A-48F8CB53C495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{792C0E65-C099-4E9C-9328-3CA665F27E36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{792C0E65-C099-4E9C-9328-3CA665F27E36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31D44F3F-75AB-4360-A9F5-AAB6618F0D55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31D44F3F-75AB-4360-A9F5-AAB6618F0D55}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C2AC88B-2823-4973-BD78-1CEB9551912F}
EndGlobalSection
EndGlobal