Skip to content

Commit

Permalink
adjust target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodsderechte committed Oct 15, 2023
1 parent f005d08 commit b756f88
Show file tree
Hide file tree
Showing 37 changed files with 884 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DiscordQueryBot/bin
DiscordQueryPackaging/bin
.vs
Binary file removed .vs/DiscordQueryBot/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed .vs/DiscordQueryBot/v17/.futdcache.v2
Binary file not shown.
Binary file removed .vs/DiscordQueryBot/v17/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed DiscordQueryBot/.vs/DiscordQueryBot/v17/.futdcache.v2
Binary file not shown.
Binary file removed DiscordQueryBot/.vs/DiscordQueryBot/v17/.suo
Binary file not shown.
Binary file removed DiscordQueryBot/.vs/DiscordQueryBot/v17/.wsuo
Binary file not shown.
3 changes: 0 additions & 3 deletions DiscordQueryBot/.vs/ProjectSettings.json

This file was deleted.

7 changes: 0 additions & 7 deletions DiscordQueryBot/.vs/VSWorkspaceState.json

This file was deleted.

Binary file removed DiscordQueryBot/.vs/slnx.sqlite
Binary file not shown.
1 change: 1 addition & 0 deletions DiscordQueryBot/DiscordQueryBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion DiscordQueryBot/Settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BotToken": "",
"BotToken": "MTE2MTYxMzAyMzYxMDQwNDk2MA.GP5Ntw.wR9F1_t0gMY7xaKob_2fY92mBeG9Di8DR_GbwE",
"ServerDescriptions": {
"127.0.0.1": "This is a cool description"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("DiscordQueryBot")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("DiscordQueryBot")]
[assembly: System.Reflection.AssemblyTitleAttribute("DiscordQueryBot")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f31d1956db25fa605ce8627264ac64c827d210ce
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = DiscordQueryBot
build_property.ProjectDir = H:\GithubRepositories\IrrenhausServerResources\DiscordQueryBot\
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions DiscordQueryBot/obj/DiscordQueryBot.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,32 @@
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x86",
"version": "[7.0.9, 7.0.9]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x86",
"version": "[7.0.9, 7.0.9]"
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x86",
"version": "[7.0.9, 7.0.9]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.306\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win-x86": {
"#import": []
}
}
}
}
Expand Down
Loading

0 comments on commit b756f88

Please sign in to comment.