mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
47 lines
1.9 KiB
Plaintext
47 lines
1.9 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConformalDecals", "ConformalDecals\ConformalDecals.csproj", "{1EA983F9-42E5-494E-9683-FDAC9C9121F4}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2564402-B081-479B-B723-D5C065BC884E}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
.editorconfig = .editorconfig
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{1EA983F9-42E5-494E-9683-FDAC9C9121F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{1EA983F9-42E5-494E-9683-FDAC9C9121F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{1EA983F9-42E5-494E-9683-FDAC9C9121F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{1EA983F9-42E5-494E-9683-FDAC9C9121F4}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(MonoDevelopProperties) = preSolution
|
|
Policies = $0
|
|
$0.DotNetNamingPolicy = $1
|
|
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
|
|
$0.TextStylePolicy = $2
|
|
$2.FileWidth = 80
|
|
$2.TabsToSpaces = True
|
|
$2.scope = text/x-csharp
|
|
$2.NoTabsAfterNonTabs = True
|
|
$2.EolMarker = Unix
|
|
$0.CSharpFormattingPolicy = $3
|
|
$3.NewLinesForBracesInTypes = False
|
|
$3.NewLinesForBracesInMethods = False
|
|
$3.NewLinesForBracesInProperties = False
|
|
$3.NewLinesForBracesInAccessors = False
|
|
$3.NewLinesForBracesInAnonymousMethods = False
|
|
$3.NewLinesForBracesInControlBlocks = False
|
|
$3.NewLinesForBracesInAnonymousTypes = False
|
|
$3.NewLinesForBracesInObjectCollectionArrayInitializers = False
|
|
$3.NewLinesForBracesInLambdaExpressionBody = False
|
|
$3.scope = text/x-csharp
|
|
$3.SpaceAfterCast = True
|
|
$0.StandardHeader = $4
|
|
EndGlobalSection
|
|
EndGlobal
|