-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFatte.sln
More file actions
30 lines (30 loc) · 1.53 KB
/
Fatte.sln
File metadata and controls
30 lines (30 loc) · 1.53 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "GameXna", "Fatte\GameXna\GameXna.fsproj", "{8FF88E5E-8455-45A9-87C3-F1CBE82DFD7E}"
EndProject
Project("{96E2B04D-8817-42C6-938A-82C39BA4D311}") = "XnaGameContent", "Fatte\XnaGameContent\XnaGameContent.contentproj", "{F7E15A6A-FC82-4DCC-9A2C-C36B8E2505FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FF88E5E-8455-45A9-87C3-F1CBE82DFD7E}.Debug|Any CPU.ActiveCfg = Debug|x86
{8FF88E5E-8455-45A9-87C3-F1CBE82DFD7E}.Debug|x86.ActiveCfg = Debug|x86
{8FF88E5E-8455-45A9-87C3-F1CBE82DFD7E}.Debug|x86.Build.0 = Debug|x86
{8FF88E5E-8455-45A9-87C3-F1CBE82DFD7E}.Release|Any CPU.ActiveCfg = Release|x86
{8FF88E5E-8455-45A9-87C3-F1CBE82DFD7E}.Release|x86.ActiveCfg = Release|x86
{8FF88E5E-8455-45A9-87C3-F1CBE82DFD7E}.Release|x86.Build.0 = Release|x86
{F7E15A6A-FC82-4DCC-9A2C-C36B8E2505FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7E15A6A-FC82-4DCC-9A2C-C36B8E2505FE}.Debug|x86.ActiveCfg = Debug|Any CPU
{F7E15A6A-FC82-4DCC-9A2C-C36B8E2505FE}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{F7E15A6A-FC82-4DCC-9A2C-C36B8E2505FE}.Release|x86.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal