mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
added textcopy to the android project to make it compile again
This commit is contained in:
parent
2744f7d806
commit
c7ac35e74c
2 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,10 @@
|
|||
<Reference Include="MonoGame.Framework">
|
||||
<HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\Android\MonoGame.Framework.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TextCopy, Version=3.0.0.0, Culture=neutral, PublicKeyToken=1ca091877d12ca03">
|
||||
<HintPath>..\packages\TextCopy.3.0.0\lib\netstandard2.1\TextCopy.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Activity1.cs" />
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
<package id="Coroutine" version="1.0.2" targetFramework="monoandroid90" />
|
||||
<package id="MonoGame.Extended" version="3.7.0" targetFramework="monoandroid90" />
|
||||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="monoandroid90" />
|
||||
<package id="TextCopy" version="3.0.0" targetFramework="monoandroid90" />
|
||||
</packages>
|
Loading…
Reference in a new issue