diff --git a/MLAPI.sln b/MLAPI.sln index bed327f..ba2e831 100644 --- a/MLAPI.sln +++ b/MLAPI.sln @@ -1,18 +1,21 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.27130.2010 +VisualStudioVersion = 15.0.27130.2027 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MLAPI", "MLAPI\MLAPI.csproj", "{EE431720-A9ED-43DC-9E74-10B693816D38}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Development|Any CPU = Development|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {EE431720-A9ED-43DC-9E74-10B693816D38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EE431720-A9ED-43DC-9E74-10B693816D38}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EE431720-A9ED-43DC-9E74-10B693816D38}.Development|Any CPU.ActiveCfg = Development|Any CPU + {EE431720-A9ED-43DC-9E74-10B693816D38}.Development|Any CPU.Build.0 = Development|Any CPU {EE431720-A9ED-43DC-9E74-10B693816D38}.Release|Any CPU.ActiveCfg = Release|Any CPU {EE431720-A9ED-43DC-9E74-10B693816D38}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection diff --git a/MLAPI/MLAPI.csproj b/MLAPI/MLAPI.csproj index b15f839..40687c2 100644 --- a/MLAPI/MLAPI.csproj +++ b/MLAPI/MLAPI.csproj @@ -19,7 +19,7 @@ true full false - ..\..\..\..\Documents\MLAPI\Assets\ + bin\Debug\ DEBUG;TRACE prompt 4 @@ -33,6 +33,15 @@ prompt 4 + + true + ..\..\MLAPI-Examples\Assets\ + DEBUG;TRACE + full + AnyCPU + prompt + MinimumRecommendedRules.ruleset + diff --git a/MLAPI/MonoBehaviours/Core/NetworkingManager.cs b/MLAPI/MonoBehaviours/Core/NetworkingManager.cs index 0c54a5a..0440f86 100644 --- a/MLAPI/MonoBehaviours/Core/NetworkingManager.cs +++ b/MLAPI/MonoBehaviours/Core/NetworkingManager.cs @@ -954,4 +954,4 @@ namespace MLAPI } } } -} \ No newline at end of file +}