|
|
@@ -9,12 +9,13 @@
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
<ProductVersion>10.0.20506</ProductVersion>
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
- <RootNamespace></RootNamespace>
|
|
|
+ <RootNamespace>
|
|
|
+ </RootNamespace>
|
|
|
<ProjectGuid>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</ProjectGuid>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<AssemblyName>Unity.Model</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<BaseDirectory>.</BaseDirectory>
|
|
|
</PropertyGroup>
|
|
|
@@ -470,7 +471,8 @@
|
|
|
<Compile Include="Assets\Model\Other\Define.cs" />
|
|
|
<Compile Include="Assets\Model\Other\GizmosDebug.cs" />
|
|
|
<Compile Include="Assets\Model\Other\IInstanceMethod.cs" />
|
|
|
- <Compile Include="Assets\Model\Other\ILMethod.cs" />
|
|
|
+ <Compile Include="Assets\Model\Other\ILStaticMethod.cs" />
|
|
|
+ <Compile Include="Assets\Model\Other\MonoStaticMethod.cs" />
|
|
|
<Compile Include="Assets\Model\Other\MotionType.cs" />
|
|
|
<Compile Include="Assets\Model\Other\ReferenceCollector.cs" />
|
|
|
<Compile Include="Assets\Model\UI\UILoading\Component\UILoadingComponent.cs" />
|