Partial initial upload
This commit is contained in:
parent
8585f93ef7
commit
ab85fea44d
5 changed files with 623 additions and 0 deletions
66
PingPong.sln
Normal file
66
PingPong.sln
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingPong", "PingPong\PingPong.csproj", "{D5DF4388-106F-40F7-B54C-72E71376AB43}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingPong.GameEngine", "PingPong.GameEngine\PingPong.GameEngine.csproj", "{9C0A0C83-B112-4959-BD94-D6A22AD5AC90}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingPong.Generic", "PingPong.Generic\PingPong.Generic.csproj", "{630BDE02-B1C2-4D9F-8BFB-4FCAF128BE14}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{630BDE02-B1C2-4D9F-8BFB-4FCAF128BE14}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{630BDE02-B1C2-4D9F-8BFB-4FCAF128BE14}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{630BDE02-B1C2-4D9F-8BFB-4FCAF128BE14}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{630BDE02-B1C2-4D9F-8BFB-4FCAF128BE14}.Release|x86.Build.0 = Release|Any CPU
|
||||
{9C0A0C83-B112-4959-BD94-D6A22AD5AC90}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{9C0A0C83-B112-4959-BD94-D6A22AD5AC90}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{9C0A0C83-B112-4959-BD94-D6A22AD5AC90}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{9C0A0C83-B112-4959-BD94-D6A22AD5AC90}.Release|x86.Build.0 = Release|Any CPU
|
||||
{D5DF4388-106F-40F7-B54C-72E71376AB43}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{D5DF4388-106F-40F7-B54C-72E71376AB43}.Debug|x86.Build.0 = Debug|x86
|
||||
{D5DF4388-106F-40F7-B54C-72E71376AB43}.Release|x86.ActiveCfg = Release|x86
|
||||
{D5DF4388-106F-40F7-B54C-72E71376AB43}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
StartupItem = PingPong\PingPong.csproj
|
||||
Policies = $0
|
||||
$0.DotNetNamingPolicy = $1
|
||||
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
|
||||
$1.ResourceNamePolicy = FileFormatDefault
|
||||
$0.TextStylePolicy = $2
|
||||
$2.inheritsSet = null
|
||||
$2.scope = text/x-csharp
|
||||
$0.CSharpFormattingPolicy = $3
|
||||
$3.IndentSwitchBody = True
|
||||
$3.AnonymousMethodBraceStyle = NextLine
|
||||
$3.PropertyBraceStyle = NextLine
|
||||
$3.PropertyGetBraceStyle = NextLine
|
||||
$3.PropertySetBraceStyle = NextLine
|
||||
$3.EventBraceStyle = NextLine
|
||||
$3.EventAddBraceStyle = NextLine
|
||||
$3.EventRemoveBraceStyle = NextLine
|
||||
$3.StatementBraceStyle = NextLine
|
||||
$3.ElseNewLinePlacement = NewLine
|
||||
$3.CatchNewLinePlacement = NewLine
|
||||
$3.FinallyNewLinePlacement = NewLine
|
||||
$3.ArrayInitializerBraceStyle = NextLine
|
||||
$3.BeforeMethodDeclarationParentheses = False
|
||||
$3.BeforeMethodCallParentheses = False
|
||||
$3.AfterMethodCallParameterComma = False
|
||||
$3.BeforeConstructorDeclarationParentheses = False
|
||||
$3.BeforeDelegateDeclarationParentheses = False
|
||||
$3.NewParentheses = False
|
||||
$3.SpacesBeforeBrackets = False
|
||||
$3.BlankLinesBeforeFirstDeclaration = 1
|
||||
$3.BlankLinesBetweenFields = 1
|
||||
$3.BlankLinesBetweenEventFields = 1
|
||||
$3.inheritsSet = Mono
|
||||
$3.inheritsScope = text/x-csharp
|
||||
$3.scope = text/x-csharp
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Loading…
Add table
Add a link
Reference in a new issue