-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patht3.sln
49 lines (49 loc) · 2.89 KB
/
t3.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "t3", "t3\t3.csproj", "{A57354E1-3420-4ED1-8325-522C18B6BF6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{CE0B5F13-C6DF-4591-B2E3-0CD9588D9764}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Operators", "Operators\Operators.csproj", "{E36592ED-4678-4260-B65F-70DC8955F0DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Player", "Player\Player.csproj", "{897610DF-608C-49F3-A533-6B272A4A115B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartT3", "StartT3\StartT3.csproj", "{3A95D6BD-243D-4186-95EC-86C5F7E70E61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A57354E1-3420-4ED1-8325-522C18B6BF6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A57354E1-3420-4ED1-8325-522C18B6BF6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A57354E1-3420-4ED1-8325-522C18B6BF6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A57354E1-3420-4ED1-8325-522C18B6BF6D}.Release|Any CPU.Build.0 = Release|Any CPU
{CE0B5F13-C6DF-4591-B2E3-0CD9588D9764}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE0B5F13-C6DF-4591-B2E3-0CD9588D9764}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE0B5F13-C6DF-4591-B2E3-0CD9588D9764}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE0B5F13-C6DF-4591-B2E3-0CD9588D9764}.Release|Any CPU.Build.0 = Release|Any CPU
{E36592ED-4678-4260-B65F-70DC8955F0DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E36592ED-4678-4260-B65F-70DC8955F0DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E36592ED-4678-4260-B65F-70DC8955F0DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E36592ED-4678-4260-B65F-70DC8955F0DE}.Release|Any CPU.Build.0 = Release|Any CPU
{897610DF-608C-49F3-A533-6B272A4A115B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{897610DF-608C-49F3-A533-6B272A4A115B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{897610DF-608C-49F3-A533-6B272A4A115B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{897610DF-608C-49F3-A533-6B272A4A115B}.Release|Any CPU.Build.0 = Release|Any CPU
{3A95D6BD-243D-4186-95EC-86C5F7E70E61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A95D6BD-243D-4186-95EC-86C5F7E70E61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A95D6BD-243D-4186-95EC-86C5F7E70E61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A95D6BD-243D-4186-95EC-86C5F7E70E61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4762274-0254-404B-AFAC-B99D8CCD7D31}
EndGlobalSection
EndGlobal