|
|
@@ -12,12 +12,15 @@
|
|
|
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
|
- <TargetFrameworkProfile></TargetFrameworkProfile>
|
|
|
- <CompilerResponseFile></CompilerResponseFile>
|
|
|
+ <TargetFrameworkProfile>
|
|
|
+ </TargetFrameworkProfile>
|
|
|
+ <CompilerResponseFile>
|
|
|
+ </CompilerResponseFile>
|
|
|
<UnityProjectType>Game:1</UnityProjectType>
|
|
|
<UnityBuildTarget>Android:13</UnityBuildTarget>
|
|
|
<UnityVersion>2017.1.3p2</UnityVersion>
|
|
|
- <RootNamespace></RootNamespace>
|
|
|
+ <RootNamespace>
|
|
|
+ </RootNamespace>
|
|
|
<LangVersion>6</LangVersion>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
@@ -146,12 +149,9 @@
|
|
|
<Compile Include="Assets\Scripts\Base\Math\VRect.cs" />
|
|
|
<Compile Include="Assets\Scripts\Base\MultiMap.cs" />
|
|
|
<Compile Include="Assets\Scripts\Base\Object\Component.cs" />
|
|
|
- <Compile Include="Assets\Scripts\Base\Object\ComponentAttribute.cs" />
|
|
|
<Compile Include="Assets\Scripts\Base\Object\ComponentFactory.cs" />
|
|
|
<Compile Include="Assets\Scripts\Base\Object\ComponentWithId.cs" />
|
|
|
- <Compile Include="Assets\Scripts\Base\Object\ComponentWithIdAttribute.cs" />
|
|
|
<Compile Include="Assets\Scripts\Base\Object\Entity.cs" />
|
|
|
- <Compile Include="Assets\Scripts\Base\Object\EntityAttribute.cs" />
|
|
|
<Compile Include="Assets\Scripts\Base\Object\EntityEventAttribute.cs" />
|
|
|
<Compile Include="Assets\Scripts\Base\Object\EntityType.cs" />
|
|
|
<Compile Include="Assets\Scripts\Base\Object\EventProxy.cs" />
|
|
|
@@ -774,4 +774,4 @@
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
|
|
|
-</Project>
|
|
|
+</Project>
|