mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-21 21:37:59 +01:00
wip
This commit is contained in:
parent
f56eee239f
commit
1d2f20bc23
2 changed files with 10 additions and 4 deletions
|
@ -3136,6 +3136,7 @@
|
|||
<None Include="assets\values\ui_player_window.skel.meta" />
|
||||
<None Include="assets\WSATestCertificate.pfx" />
|
||||
<None Include="assets\WSATestCertificate.pfx.meta" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="README.md" />
|
||||
<None Include="src\UnityCommon.props" />
|
||||
</ItemGroup>
|
||||
|
@ -4795,11 +4796,11 @@
|
|||
<Folder Include="assets\Scenes\TwilightTwinkleArrow\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="UnityEditor">
|
||||
<HintPath>..\..\Program Files\Unity\Editor\Data\Managed\UnityEditor.dll</HintPath>
|
||||
<Reference Include="UnityEditor, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\Unity3D.SDK.2017.4.37.1\lib\UnityEditor.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="UnityEngine">
|
||||
<HintPath>..\..\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
|
||||
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\Unity3D.SDK.2017.4.37.1\lib\UnityEngine.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
|
5
packages.config
Normal file
5
packages.config
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Unity3D.SDK" version="2017.4.37.1" targetFramework="net20" />
|
||||
<package id="UnityEngine" version="1.0.0" targetFramework="net20" />
|
||||
</packages>
|
Loading…
Reference in a new issue