Skip to content

Commit

Permalink
Move some more things around
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 16, 2024
1 parent ada5327 commit 18fc443
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MonoGame.SingleProject.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.SingleProject.Sdk", "src\MonoGame.SingleProject.Sdk.csproj", "{E7C63C6B-DBBB-4783-9170-15DF43375FA2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.SingleProject", "src\MonoGame.SingleProject.csproj", "{E7C63C6B-DBBB-4783-9170-15DF43375FA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sample", "sample\sample.csproj", "{FC401945-CF29-4633-85E5-F73EEE4D52C8}"
EndProject
Expand Down
4 changes: 3 additions & 1 deletion sample/sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
</PropertyGroup>

<PackageReference Include="MonoGame.SingleProject" Version="*" />
<ItemGroup>
<PackageReference Include="MonoGame.SingleProject" Version="1.0.0" />
</ItemGroup>

<ItemGroup Condition=" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == ''">
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
Expand Down
2 changes: 1 addition & 1 deletion src/MonoGame.SingleProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<None Update="SignList.xml" Pack="false" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<Target Name="_ClearNuGetCache" BeforeTargets="Build">
<RemoveDir Directories="$(MSBuildThisFileDirectory)../packages/monogame.singleproject.sdk/" />
<RemoveDir Directories="$(MSBuildThisFileDirectory)../packages/monogame.singleproject/" />
</Target>
</Project>

0 comments on commit 18fc443

Please sign in to comment.