match3/Match 3 Tutorial-csharp.sln
2015-08-27 01:11:47 -04:00

41 lines
1.4 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{7440775E-3D2E-5863-F00D-61FE9C96EE79}") = "Match 3 Tutorial", "Assembly-CSharp-vs.csproj", "{D7DAC197-930A-A60D-812D-2139A5AAFA91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7DAC197-930A-A60D-812D-2139A5AAFA91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7DAC197-930A-A60D-812D-2139A5AAFA91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7DAC197-930A-A60D-812D-2139A5AAFA91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7DAC197-930A-A60D-812D-2139A5AAFA91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabWidth = 4
$3.IndentWidth = 4
$3.EolMarker = Unix
$3.inheritsSet = Mono
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal