unity_editor.sln 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Microsoft Visual Studio Solution File, Format Version 11.00
  2. # Visual Studio 2008
  3. Project("{EEEFDC84-73B9-B8B5-C9A2-7C94628C2E93}") = "unity_editor", "Assembly-CSharp.csproj", "{1755359D-F51C-898F-E38E-16B1E6E89BBB}"
  4. EndProject
  5. Global
  6. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  7. Debug|Any CPU = Debug|Any CPU
  8. Release|Any CPU = Release|Any CPU
  9. EndGlobalSection
  10. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  11. {1755359D-F51C-898F-E38E-16B1E6E89BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  12. {1755359D-F51C-898F-E38E-16B1E6E89BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
  13. {1755359D-F51C-898F-E38E-16B1E6E89BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
  14. {1755359D-F51C-898F-E38E-16B1E6E89BBB}.Release|Any CPU.Build.0 = Release|Any CPU
  15. EndGlobalSection
  16. GlobalSection(SolutionProperties) = preSolution
  17. HideSolutionNode = FALSE
  18. EndGlobalSection
  19. GlobalSection(MonoDevelopProperties) = preSolution
  20. StartupItem = Assembly-CSharp.csproj
  21. Policies = $0
  22. $0.TextStylePolicy = $1
  23. $1.inheritsSet = null
  24. $1.scope = text/x-csharp
  25. $0.CSharpFormattingPolicy = $2
  26. $2.inheritsSet = Mono
  27. $2.inheritsScope = text/x-csharp
  28. $2.scope = text/x-csharp
  29. $0.TextStylePolicy = $3
  30. $3.FileWidth = 120
  31. $3.TabWidth = 4
  32. $3.EolMarker = Unix
  33. $3.inheritsSet = Mono
  34. $3.inheritsScope = text/plain
  35. $3.scope = text/plain
  36. EndGlobalSection
  37. EndGlobal