Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by rOBY GAMES · Sep 19, 2015 at 02:14 PM · scripting problemwindows

Visual Studio Solution File

I open visual studio from unity to compile a script when I saw this: Does anyone know what that means?

 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual Studio 2008
 
 Project("{FA85D543-5A61-9809-AA92-382499B30E6E}") = "X NINJA BALL", "Assembly-CSharp.csproj", "{389CC7D1-3322-B05A-C198-7FF66AA6147A}"
 EndProject
 Project("{FA85D543-5A61-9809-AA92-382499B30E6E}") = "X NINJA BALL", "Assembly-CSharp-Editor.csproj", "{F62DC13A-CB0E-9657-D32F-A7D9A3A7630C}"
 EndProject
 Project("{FA85D543-5A61-9809-AA92-382499B30E6E}") = "X NINJA BALL", "Assembly-UnityScript-firstpass.unityproj", "{FADE61DF-3D38-D1C7-BCF4-12D26CABD81B}"
 EndProject
 Project("{FA85D543-5A61-9809-AA92-382499B30E6E}") = "X NINJA BALL", "Assembly-UnityScript.unityproj", "{B996A1C4-2CB3-A07F-A1A7-D2D2885B2504}"
 EndProject
 Global
     GlobalSection(SolutionConfigurationPlatforms) = preSolution
         Debug|Any CPU = Debug|Any CPU
         Release|Any CPU = Release|Any CPU
     EndGlobalSection
     GlobalSection(ProjectConfigurationPlatforms) = postSolution
         {389CC7D1-3322-B05A-C198-7FF66AA6147A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
         {389CC7D1-3322-B05A-C198-7FF66AA6147A}.Debug|Any CPU.Build.0 = Debug|Any CPU
         {389CC7D1-3322-B05A-C198-7FF66AA6147A}.Release|Any CPU.ActiveCfg = Release|Any CPU
         {389CC7D1-3322-B05A-C198-7FF66AA6147A}.Release|Any CPU.Build.0 = Release|Any CPU
         {F62DC13A-CB0E-9657-D32F-A7D9A3A7630C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
         {F62DC13A-CB0E-9657-D32F-A7D9A3A7630C}.Debug|Any CPU.Build.0 = Debug|Any CPU
         {F62DC13A-CB0E-9657-D32F-A7D9A3A7630C}.Release|Any CPU.ActiveCfg = Release|Any CPU
         {F62DC13A-CB0E-9657-D32F-A7D9A3A7630C}.Release|Any CPU.Build.0 = Release|Any CPU
         {FADE61DF-3D38-D1C7-BCF4-12D26CABD81B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
         {FADE61DF-3D38-D1C7-BCF4-12D26CABD81B}.Debug|Any CPU.Build.0 = Debug|Any CPU
         {FADE61DF-3D38-D1C7-BCF4-12D26CABD81B}.Release|Any CPU.ActiveCfg = Release|Any CPU
         {FADE61DF-3D38-D1C7-BCF4-12D26CABD81B}.Release|Any CPU.Build.0 = Release|Any CPU
         {B996A1C4-2CB3-A07F-A1A7-D2D2885B2504}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
         {B996A1C4-2CB3-A07F-A1A7-D2D2885B2504}.Debug|Any CPU.Build.0 = Debug|Any CPU
         {B996A1C4-2CB3-A07F-A1A7-D2D2885B2504}.Release|Any CPU.ActiveCfg = Release|Any CPU
         {B996A1C4-2CB3-A07F-A1A7-D2D2885B2504}.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
 
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

28 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to enable/disable VR from code? 0 Answers

How do i disable the system shortcut key after the game begins? 1 Answer

Simulate Button Press? 0 Answers

Pls tell me About that picture API, i tried find but no result ,Pls tell me about this picture API, i can't find it 0 Answers

Both IF statements in a function are run and their conditions are ignored. 4 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges