Table3D.sln 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 15
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{5899CA6B-E7A8-3998-653F-01E6A411E82F}"
  5. EndProject
  6. Global
  7. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  8. Debug|Any CPU = Debug|Any CPU
  9. Release|Any CPU = Release|Any CPU
  10. EndGlobalSection
  11. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  12. {5899CA6B-E7A8-3998-653F-01E6A411E82F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  13. {5899CA6B-E7A8-3998-653F-01E6A411E82F}.Debug|Any CPU.Build.0 = Debug|Any CPU
  14. {5899CA6B-E7A8-3998-653F-01E6A411E82F}.Release|Any CPU.ActiveCfg = Release|Any CPU
  15. {5899CA6B-E7A8-3998-653F-01E6A411E82F}.Release|Any CPU.Build.0 = Release|Any CPU
  16. EndGlobalSection
  17. GlobalSection(SolutionProperties) = preSolution
  18. HideSolutionNode = FALSE
  19. EndGlobalSection
  20. GlobalSection(MonoDevelopProperties) = preSolution
  21. StartupItem = Assembly-CSharp.csproj
  22. Policies = $0
  23. $0.TextStylePolicy = $1
  24. $1.inheritsSet = null
  25. $1.scope = text/x-csharp
  26. $0.CSharpFormattingPolicy = $2
  27. $2.inheritsSet = Mono
  28. $2.inheritsScope = text/x-csharp
  29. $2.scope = text/x-csharp
  30. $0.TextStylePolicy = $3
  31. $3.FileWidth = 120
  32. $3.TabWidth = 4
  33. $3.EolMarker = Unix
  34. $3.inheritsSet = Mono
  35. $3.inheritsScope = text/plain
  36. $3.scope = text/plain
  37. EndGlobalSection
  38. EndGlobal