|
@@ -12,13 +12,16 @@
|
|
|
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
|
|
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
|
- <TargetFrameworkProfile></TargetFrameworkProfile>
|
|
|
|
|
- <CompilerResponseFile></CompilerResponseFile>
|
|
|
|
|
|
|
+ <TargetFrameworkProfile>
|
|
|
|
|
+ </TargetFrameworkProfile>
|
|
|
|
|
+ <CompilerResponseFile>
|
|
|
|
|
+ </CompilerResponseFile>
|
|
|
<UnityProjectGenerator>VSTU</UnityProjectGenerator>
|
|
<UnityProjectGenerator>VSTU</UnityProjectGenerator>
|
|
|
<UnityProjectType>Editor:5</UnityProjectType>
|
|
<UnityProjectType>Editor:5</UnityProjectType>
|
|
|
<UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget>
|
|
<UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget>
|
|
|
<UnityVersion>2017.1.3p2</UnityVersion>
|
|
<UnityVersion>2017.1.3p2</UnityVersion>
|
|
|
- <RootNamespace></RootNamespace>
|
|
|
|
|
|
|
+ <RootNamespace>
|
|
|
|
|
+ </RootNamespace>
|
|
|
<LangVersion>6</LangVersion>
|
|
<LangVersion>6</LangVersion>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
@@ -213,6 +216,7 @@
|
|
|
<Compile Include="Assets\Editor\GlobalConfigEditor\GlobalConfigEditor.cs" />
|
|
<Compile Include="Assets\Editor\GlobalConfigEditor\GlobalConfigEditor.cs" />
|
|
|
<Compile Include="Assets\Editor\Helper\EditorResHelper.cs" />
|
|
<Compile Include="Assets\Editor\Helper\EditorResHelper.cs" />
|
|
|
<Compile Include="Assets\Editor\Helper\MongoHelper.cs" />
|
|
<Compile Include="Assets\Editor\Helper\MongoHelper.cs" />
|
|
|
|
|
+ <Compile Include="Assets\Editor\LogRedirection.cs" />
|
|
|
<Compile Include="Assets\Editor\Proto2CsEditor\Proto2CSEditor.cs" />
|
|
<Compile Include="Assets\Editor\Proto2CsEditor\Proto2CSEditor.cs" />
|
|
|
<Compile Include="Assets\Editor\ReferenceCollectorEditor\ReferenceCollectorEditor.cs" />
|
|
<Compile Include="Assets\Editor\ReferenceCollectorEditor\ReferenceCollectorEditor.cs" />
|
|
|
<Compile Include="Assets\Editor\RsyncEditor\RsyncConfig.cs" />
|
|
<Compile Include="Assets\Editor\RsyncEditor\RsyncConfig.cs" />
|
|
@@ -241,4 +245,4 @@
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
|
|
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
|
|
|
-</Project>
|
|
|
|
|
|
|
+</Project>
|