WIP: Updates for 2.1.0 support: #1
@ -9,7 +9,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>Terkoiz.Freecam</RootNamespace>
|
<RootNamespace>Terkoiz.Freecam</RootNamespace>
|
||||||
<AssemblyName>Terkoiz.Freecam</AssemblyName>
|
<AssemblyName>Terkoiz.Freecam</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>true</Deterministic>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
@ -54,11 +54,9 @@
|
|||||||
<HintPath>..\Shared\References\Comfort.dll</HintPath>
|
<HintPath>..\Shared\References\Comfort.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<PackageReference Include="Newtonsoft.Json">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<Version>13.0.1</Version>
|
||||||
<HintPath>..\Shared\References\Newtonsoft.Json.dll</HintPath>
|
</PackageReference>
|
||||||
<Private>False</Private>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="UnityEngine">
|
<Reference Include="UnityEngine">
|
||||||
<HintPath>..\Shared\References\UnityEngine.dll</HintPath>
|
<HintPath>..\Shared\References\UnityEngine.dll</HintPath>
|
||||||
@ -72,6 +70,10 @@
|
|||||||
<HintPath>..\Shared\References\UnityEngine.PhysicsModule.dll</HintPath>
|
<HintPath>..\Shared\References\UnityEngine.PhysicsModule.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="UnityEngine.InputLegacyModule">
|
||||||
|
<HintPath>..\Shared\References\UnityEngine.InputLegacyModule.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Freecam.cs" />
|
<Compile Include="Freecam.cs" />
|
||||||
|
Reference in New Issue
Block a user