|
@@ -36,22 +36,22 @@
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="MonoGame.Framework">
|
|
|
- <HintPath>..\packages\MonoGame.Framework.Portable.3.2.99.1-Beta\lib\portable-net40+sl40+win+wp80\MonoGame.Framework.dll</HintPath>
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\SharpDX.4.0.1\lib\net40\SharpDX.dll</HintPath>
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="SharpDX.Direct3D11, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\SharpDX.Direct3D11.4.0.1\lib\net40\SharpDX.Direct3D11.dll</HintPath>
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\SharpDX.DXGI.4.0.1\lib\net40\SharpDX.DXGI.dll</HintPath>
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
+ <PackageReference Include="MonoGame.Framework.Portable" Version="3.2.99.1-Beta">
|
|
|
+ <PrivateAssets>all</PrivateAssets>
|
|
|
+ <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
+ </PackageReference>
|
|
|
+ <PackageReference Include="SharpDX" Version="4.0.1.0">
|
|
|
+ <PrivateAssets>all</PrivateAssets>
|
|
|
+ <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
+ </PackageReference>
|
|
|
+ <PackageReference Include="SharpDX.Direct3D11" Version="4.0.1.0">
|
|
|
+ <PrivateAssets>all</PrivateAssets>
|
|
|
+ <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
+ </PackageReference>
|
|
|
+ <PackageReference Include="SharpDX.DXGI" Version="4.0.1.0">
|
|
|
+ <PrivateAssets>all</PrivateAssets>
|
|
|
+ <ExcludeAssets>runtime</ExcludeAssets>
|
|
|
+ </PackageReference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="mscorlib" />
|
|
@@ -69,7 +69,6 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- <None Include="packages.config" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|