-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#
- Loading branch information
Showing
6 changed files
with
283 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ x86/ | |
[Aa][Rr][Mm]64/ | ||
bld/ | ||
[Bb]in/ | ||
[Oo]bj/ | ||
[Ll]og/ | ||
[Ll]ogs/ | ||
|
||
|
1 change: 1 addition & 0 deletions
1
lone-wanderer-game/Content/obj/DesktopGL/net6.0/Content/.mgstats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Source File,Dest File,Processor Type,Content Type,Source File Size,Dest File Size,Build Seconds |
78 changes: 78 additions & 0 deletions
78
lone-wanderer-game/obj/lone-wanderer-game.csproj.nuget.dgspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"C:\\Users\\joelf\\dev\\the-lone-wanderer\\lone-wanderer-game\\lone-wanderer-game.csproj": {} | ||
}, | ||
"projects": { | ||
"C:\\Users\\joelf\\dev\\the-lone-wanderer\\lone-wanderer-game\\lone-wanderer-game.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "C:\\Users\\joelf\\dev\\the-lone-wanderer\\lone-wanderer-game\\lone-wanderer-game.csproj", | ||
"projectName": "lone-wanderer-game", | ||
"projectPath": "C:\\Users\\joelf\\dev\\the-lone-wanderer\\lone-wanderer-game\\lone-wanderer-game.csproj", | ||
"packagesPath": "C:\\Users\\joelf\\.nuget\\packages\\", | ||
"outputPath": "C:\\Users\\joelf\\dev\\the-lone-wanderer\\lone-wanderer-game\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\joelf\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"net6.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"C:\\Program Files\\dotnet\\library-packs": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"dependencies": { | ||
"MonoGame.Content.Builder.Task": { | ||
"target": "Package", | ||
"version": "[3.8.1.303, )" | ||
}, | ||
"MonoGame.Framework.DesktopGL": { | ||
"target": "Package", | ||
"version": "[3.8.1.303, )" | ||
} | ||
}, | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48", | ||
"net481" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"frameworkReferences": { | ||
"Microsoft.NETCore.App": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
lone-wanderer-game/obj/lone-wanderer-game.csproj.nuget.g.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | ||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\joelf\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.7.0</NuGetToolVersion> | ||
</PropertyGroup> | ||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<SourceRoot Include="C:\Users\joelf\.nuget\packages\" /> | ||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> | ||
</ItemGroup> | ||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<Import Project="$(NuGetPackageRoot)monogame.content.builder.task\3.8.1.303\build\MonoGame.Content.Builder.Task.props" Condition="Exists('$(NuGetPackageRoot)monogame.content.builder.task\3.8.1.303\build\MonoGame.Content.Builder.Task.props')" /> | ||
</ImportGroup> | ||
</Project> |
7 changes: 7 additions & 0 deletions
7
lone-wanderer-game/obj/lone-wanderer-game.csproj.nuget.g.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<Import Project="$(NuGetPackageRoot)monogame.framework.desktopgl\3.8.1.303\build\MonoGame.Framework.DesktopGL.targets" Condition="Exists('$(NuGetPackageRoot)monogame.framework.desktopgl\3.8.1.303\build\MonoGame.Framework.DesktopGL.targets')" /> | ||
<Import Project="$(NuGetPackageRoot)monogame.content.builder.task\3.8.1.303\build\MonoGame.Content.Builder.Task.targets" Condition="Exists('$(NuGetPackageRoot)monogame.content.builder.task\3.8.1.303\build\MonoGame.Content.Builder.Task.targets')" /> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,178 @@ | ||
{ | ||
"version": 3, | ||
"targets": { | ||
"net6.0": { | ||
"MonoGame.Content.Builder.Task/3.8.1.303": { | ||
"type": "package", | ||
"build": { | ||
"build/MonoGame.Content.Builder.Task.props": {}, | ||
"build/MonoGame.Content.Builder.Task.targets": {} | ||
} | ||
}, | ||
"MonoGame.Framework.DesktopGL/3.8.1.303": { | ||
"type": "package", | ||
"compile": { | ||
"lib/net6.0/MonoGame.Framework.dll": {} | ||
}, | ||
"runtime": { | ||
"lib/net6.0/MonoGame.Framework.dll": {} | ||
}, | ||
"build": { | ||
"build/MonoGame.Framework.DesktopGL.targets": {} | ||
}, | ||
"runtimeTargets": { | ||
"runtimes/linux-x64/native/libSDL2-2.0.so.0": { | ||
"assetType": "native", | ||
"rid": "linux-x64" | ||
}, | ||
"runtimes/linux-x64/native/libopenal.so.1": { | ||
"assetType": "native", | ||
"rid": "linux-x64" | ||
}, | ||
"runtimes/osx/native/libSDL2.dylib": { | ||
"assetType": "native", | ||
"rid": "osx" | ||
}, | ||
"runtimes/osx/native/libopenal.1.dylib": { | ||
"assetType": "native", | ||
"rid": "osx" | ||
}, | ||
"runtimes/win-x64/native/SDL2.dll": { | ||
"assetType": "native", | ||
"rid": "win-x64" | ||
}, | ||
"runtimes/win-x64/native/soft_oal.dll": { | ||
"assetType": "native", | ||
"rid": "win-x64" | ||
}, | ||
"runtimes/win-x86/native/SDL2.dll": { | ||
"assetType": "native", | ||
"rid": "win-x86" | ||
}, | ||
"runtimes/win-x86/native/soft_oal.dll": { | ||
"assetType": "native", | ||
"rid": "win-x86" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"MonoGame.Content.Builder.Task/3.8.1.303": { | ||
"sha512": "9Ilzzje62LhWElbPNEl7vh7XsRSbze+lvCJdZtTZUGu48FRgvYN6THURwIB9PN98EI33/Wnf6iuShNUtD7hL4Q==", | ||
"type": "package", | ||
"path": "monogame.content.builder.task/3.8.1.303", | ||
"files": [ | ||
".nupkg.metadata", | ||
".signature.p7s", | ||
"Icon.png", | ||
"build/MonoGame.Content.Builder.Task.props", | ||
"build/MonoGame.Content.Builder.Task.targets", | ||
"monogame.content.builder.task.3.8.1.303.nupkg.sha512", | ||
"monogame.content.builder.task.nuspec" | ||
] | ||
}, | ||
"MonoGame.Framework.DesktopGL/3.8.1.303": { | ||
"sha512": "eGYhqn0n1olk8MNYeE9EuBmoNNECN1T18rPMaQpkzsEQ0H3nVyFPXC+uCo78v5pi5juQpJ3PSFnSkjzZJ1U58A==", | ||
"type": "package", | ||
"path": "monogame.framework.desktopgl/3.8.1.303", | ||
"files": [ | ||
".nupkg.metadata", | ||
".signature.p7s", | ||
"Icon.png", | ||
"build/MonoGame.Framework.DesktopGL.targets", | ||
"lib/net6.0/MonoGame.Framework.dll", | ||
"monogame.framework.desktopgl.3.8.1.303.nupkg.sha512", | ||
"monogame.framework.desktopgl.nuspec", | ||
"runtimes/linux-x64/native/libSDL2-2.0.so.0", | ||
"runtimes/linux-x64/native/libopenal.so.1", | ||
"runtimes/osx/native/libSDL2.dylib", | ||
"runtimes/osx/native/libopenal.1.dylib", | ||
"runtimes/win-x64/native/SDL2.dll", | ||
"runtimes/win-x64/native/soft_oal.dll", | ||
"runtimes/win-x86/native/SDL2.dll", | ||
"runtimes/win-x86/native/soft_oal.dll" | ||
] | ||
} | ||
}, | ||
"projectFileDependencyGroups": { | ||
"net6.0": [ | ||
"MonoGame.Content.Builder.Task >= 3.8.1.303", | ||
"MonoGame.Framework.DesktopGL >= 3.8.1.303" | ||
] | ||
}, | ||
"packageFolders": { | ||
"C:\\Users\\joelf\\.nuget\\packages\\": {}, | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} | ||
}, | ||
"project": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "C:\\Users\\joelf\\dev\\the-lone-wanderer\\lone-wanderer-game\\lone-wanderer-game.csproj", | ||
"projectName": "lone-wanderer-game", | ||
"projectPath": "C:\\Users\\joelf\\dev\\the-lone-wanderer\\lone-wanderer-game\\lone-wanderer-game.csproj", | ||
"packagesPath": "C:\\Users\\joelf\\.nuget\\packages\\", | ||
"outputPath": "C:\\Users\\joelf\\dev\\the-lone-wanderer\\lone-wanderer-game\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\joelf\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"net6.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, | ||
"C:\\Program Files\\dotnet\\library-packs": {}, | ||
"https://api.nuget.org/v3/index.json": {} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"dependencies": { | ||
"MonoGame.Content.Builder.Task": { | ||
"target": "Package", | ||
"version": "[3.8.1.303, )" | ||
}, | ||
"MonoGame.Framework.DesktopGL": { | ||
"target": "Package", | ||
"version": "[3.8.1.303, )" | ||
} | ||
}, | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48", | ||
"net481" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"frameworkReferences": { | ||
"Microsoft.NETCore.App": { | ||
"privateAssets": "all" | ||
} | ||
}, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} |