aboutsummaryrefslogtreecommitdiff
path: root/V3/V3.csproj
diff options
context:
space:
mode:
authorThomas Leyh <thomas.leyh@mailbox.org>2019-05-31 17:03:46 +0200
committerThomas Leyh <thomas.leyh@mailbox.org>2019-05-31 17:03:46 +0200
commit1adf4a8ce1168cbac5d44828fc72c2e90ac122dc (patch)
tree5a848527f927fce2ded31740e8c8e96522d1ee69 /V3/V3.csproj
parentda402a59348e2ae1021320950f59f157418f7c75 (diff)
downloadV3-1adf4a8ce1168cbac5d44828fc72c2e90ac122dc.tar.gz
V3-1adf4a8ce1168cbac5d44828fc72c2e90ac122dc.tar.bz2
Adding MonoGame.Content.Builder dependendy via NuGetHEADmaster
Diffstat (limited to 'V3/V3.csproj')
-rw-r--r--V3/V3.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/V3/V3.csproj b/V3/V3.csproj
index 5cf5cfc..b6a721a 100644
--- a/V3/V3.csproj
+++ b/V3/V3.csproj
@@ -538,5 +538,7 @@
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\MonoGame.Framework.DesktopGL.3.7.1.189\build\MonoGame.Framework.DesktopGL.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MonoGame.Framework.DesktopGL.3.7.1.189\build\MonoGame.Framework.DesktopGL.targets'))" />
+ <Error Condition="!Exists('..\packages\MonoGame.Content.Builder.3.7.0.9\build\MonoGame.Content.Builder.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MonoGame.Content.Builder.3.7.0.9\build\MonoGame.Content.Builder.targets'))" />
</Target>
+ <Import Project="..\packages\MonoGame.Content.Builder.3.7.0.9\build\MonoGame.Content.Builder.targets" Condition="Exists('..\packages\MonoGame.Content.Builder.3.7.0.9\build\MonoGame.Content.Builder.targets')" />
</Project> \ No newline at end of file