-
Notifications
You must be signed in to change notification settings - Fork 20
/
Gym.NET.sln
58 lines (58 loc) · 3.58 KB
/
Gym.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gym", "src\Gym\Gym.csproj", "{C0B8B3EC-2E75-4A08-9220-1DB9B8583CBE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7B98DBBA-4857-4C40-BF38-1307B799FC80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gym.Tests", "tests\Gym.Tests\Gym.Tests.csproj", "{03DC11D1-C5BF-4E1E-B96D-2B0EEFAE8F70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gym.Environments", "src\Gym.Environments\Gym.Environments.csproj", "{149F54F3-8396-443F-8DC6-672C7DB9C4AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gym.Rendering.WinForm", "src\Gym.Rendering.WinForm\Gym.Rendering.WinForm.csproj", "{E35BC24B-0B25-4B28-B372-75BD67ECFC76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Renderers", "Renderers", "{E9BC95B2-B399-4116-8B76-68796391818E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gym.Rendering.Avalonia", "src\Gym.Rendering.Avalonia\Gym.Rendering.Avalonia.csproj", "{535B3610-F890-4C8D-A0FC-D4D1971E601D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0B8B3EC-2E75-4A08-9220-1DB9B8583CBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0B8B3EC-2E75-4A08-9220-1DB9B8583CBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0B8B3EC-2E75-4A08-9220-1DB9B8583CBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0B8B3EC-2E75-4A08-9220-1DB9B8583CBE}.Release|Any CPU.Build.0 = Release|Any CPU
{03DC11D1-C5BF-4E1E-B96D-2B0EEFAE8F70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03DC11D1-C5BF-4E1E-B96D-2B0EEFAE8F70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03DC11D1-C5BF-4E1E-B96D-2B0EEFAE8F70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03DC11D1-C5BF-4E1E-B96D-2B0EEFAE8F70}.Release|Any CPU.Build.0 = Release|Any CPU
{149F54F3-8396-443F-8DC6-672C7DB9C4AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{149F54F3-8396-443F-8DC6-672C7DB9C4AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{149F54F3-8396-443F-8DC6-672C7DB9C4AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{149F54F3-8396-443F-8DC6-672C7DB9C4AC}.Release|Any CPU.Build.0 = Release|Any CPU
{E35BC24B-0B25-4B28-B372-75BD67ECFC76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E35BC24B-0B25-4B28-B372-75BD67ECFC76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E35BC24B-0B25-4B28-B372-75BD67ECFC76}.Release|Any CPU.Build.0 = Release|Any CPU
{E35BC24B-0B25-4B28-B372-75BD67ECFC76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{535B3610-F890-4C8D-A0FC-D4D1971E601D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{535B3610-F890-4C8D-A0FC-D4D1971E601D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{535B3610-F890-4C8D-A0FC-D4D1971E601D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{535B3610-F890-4C8D-A0FC-D4D1971E601D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03DC11D1-C5BF-4E1E-B96D-2B0EEFAE8F70} = {7B98DBBA-4857-4C40-BF38-1307B799FC80}
{E35BC24B-0B25-4B28-B372-75BD67ECFC76} = {E9BC95B2-B399-4116-8B76-68796391818E}
{535B3610-F890-4C8D-A0FC-D4D1971E601D} = {E9BC95B2-B399-4116-8B76-68796391818E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33A8830F-62DB-4862-BB9C-965245D7A494}
EndGlobalSection
EndGlobal