-
Notifications
You must be signed in to change notification settings - Fork 0
/
FrbTicTacToe.sln
39 lines (39 loc) · 2.19 KB
/
FrbTicTacToe.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrbTicTacToe", "FrbTicTacToe\FrbTicTacToe\FrbTicTacToe.csproj", "{649DE040-99C6-4838-ADA3-533D0DBD4325}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrbTicTacToeContent", "FrbTicTacToe\FrbTicTacToeContent\FrbTicTacToeContent.contentproj", "{64B23BEF-DD26-4B81-AAA6-D9F46B0140B4}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{E565AAA2-B4CB-4CA4-BEA7-8F0E5A63100F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
DebugProfile|x86 = DebugProfile|x86
Profile|x86 = Profile|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{649DE040-99C6-4838-ADA3-533D0DBD4325}.Debug|x86.ActiveCfg = Debug|x86
{649DE040-99C6-4838-ADA3-533D0DBD4325}.Debug|x86.Build.0 = Debug|x86
{649DE040-99C6-4838-ADA3-533D0DBD4325}.DebugProfile|x86.ActiveCfg = Debug|x86
{649DE040-99C6-4838-ADA3-533D0DBD4325}.DebugProfile|x86.Build.0 = Debug|x86
{649DE040-99C6-4838-ADA3-533D0DBD4325}.Profile|x86.ActiveCfg = Release|x86
{649DE040-99C6-4838-ADA3-533D0DBD4325}.Profile|x86.Build.0 = Release|x86
{649DE040-99C6-4838-ADA3-533D0DBD4325}.Release|x86.ActiveCfg = Release|x86
{649DE040-99C6-4838-ADA3-533D0DBD4325}.Release|x86.Build.0 = Release|x86
{64B23BEF-DD26-4B81-AAA6-D9F46B0140B4}.Debug|x86.ActiveCfg = Debug|x86
{64B23BEF-DD26-4B81-AAA6-D9F46B0140B4}.DebugProfile|x86.ActiveCfg = Debug|x86
{64B23BEF-DD26-4B81-AAA6-D9F46B0140B4}.Profile|x86.ActiveCfg = Release|x86
{64B23BEF-DD26-4B81-AAA6-D9F46B0140B4}.Release|x86.ActiveCfg = Release|x86
{E565AAA2-B4CB-4CA4-BEA7-8F0E5A63100F}.Debug|x86.ActiveCfg = Debug
{E565AAA2-B4CB-4CA4-BEA7-8F0E5A63100F}.DebugProfile|x86.ActiveCfg = Debug
{E565AAA2-B4CB-4CA4-BEA7-8F0E5A63100F}.Profile|x86.ActiveCfg = Release
{E565AAA2-B4CB-4CA4-BEA7-8F0E5A63100F}.Release|x86.ActiveCfg = Release
{E565AAA2-B4CB-4CA4-BEA7-8F0E5A63100F}.Release|x86.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal