1234567891011121314151617181920212223242526272829303132333435363738 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 15
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{5899CA6B-E7A8-3998-653F-01E6A411E82F}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5899CA6B-E7A8-3998-653F-01E6A411E82F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5899CA6B-E7A8-3998-653F-01E6A411E82F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5899CA6B-E7A8-3998-653F-01E6A411E82F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5899CA6B-E7A8-3998-653F-01E6A411E82F}.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.EolMarker = Unix
- $3.inheritsSet = Mono
- $3.inheritsScope = text/plain
- $3.scope = text/plain
- EndGlobalSection
- EndGlobal
|