Skip to content

Commit

Permalink
update player zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Avibah committed Mar 30, 2024
1 parent 6ffa3fd commit 3fcb30b
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 3 deletions.
17 changes: 17 additions & 0 deletions Map Player/SSQE Player/obj/SSQE Player.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
"Microsoft.NET.ILLink.Analyzers": {
"suppressParent": "All",
"target": "Package",
"version": "[7.0.100-1.23211.1, )",
"autoReferenced": true
},
"Microsoft.NET.ILLink.Tasks": {
"suppressParent": "All",
"target": "Package",
"version": "[7.0.100-1.23211.1, )",
"autoReferenced": true
},
"OpenTK": {
"target": "Package",
"version": "[5.0.0-pre.8, )"
Expand Down Expand Up @@ -80,6 +92,11 @@
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.100\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win-x64": {
"#import": []
}
}
}
}
Expand Down
7 changes: 7 additions & 0 deletions Map Player/SSQE Player/obj/SSQE Player.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@
<SourceRoot Include="C:\Users\Owner\.nuget\packages\" />
<SourceRoot Include="F:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.net.illink.tasks\7.0.100-1.23211.1\build\Microsoft.NET.ILLink.Tasks.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.illink.tasks\7.0.100-1.23211.1\build\Microsoft.NET.ILLink.Tasks.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.net.illink.analyzers\7.0.100-1.23211.1\build\Microsoft.NET.ILLink.Analyzers.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.illink.analyzers\7.0.100-1.23211.1\build\Microsoft.NET.ILLink.Analyzers.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_NET_ILLink_Tasks Condition=" '$(PkgMicrosoft_NET_ILLink_Tasks)' == '' ">C:\Users\Owner\.nuget\packages\microsoft.net.illink.tasks\7.0.100-1.23211.1</PkgMicrosoft_NET_ILLink_Tasks>
</PropertyGroup>
</Project>
Loading

0 comments on commit 3fcb30b

Please sign in to comment.