Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
moved to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pa1n-dev committed Jan 20, 2024
1 parent 9caab9c commit 5c7d41f
Show file tree
Hide file tree
Showing 11 changed files with 339 additions and 380 deletions.
12 changes: 6 additions & 6 deletions SMS-Bomber.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34227.203
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMS-Bomber", "SMS-Bomber\SMS-Bomber.csproj", "{C0142B5E-9A37-4949-A147-96B9FF2FE4F7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMS-Bomber", "SMS-Bomber\SMS-Bomber.csproj", "{E8590F18-073A-4FDF-89D5-636C6AC23ACF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0142B5E-9A37-4949-A147-96B9FF2FE4F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0142B5E-9A37-4949-A147-96B9FF2FE4F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0142B5E-9A37-4949-A147-96B9FF2FE4F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0142B5E-9A37-4949-A147-96B9FF2FE4F7}.Release|Any CPU.Build.0 = Release|Any CPU
{E8590F18-073A-4FDF-89D5-636C6AC23ACF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8590F18-073A-4FDF-89D5-636C6AC23ACF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8590F18-073A-4FDF-89D5-636C6AC23ACF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8590F18-073A-4FDF-89D5-636C6AC23ACF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0EE6D52B-F7F7-433B-BD4A-5BB979A12871}
SolutionGuid = {D5051FCE-5EC2-47B1-B966-44B6BB4CCE65}
EndGlobalSection
EndGlobal
6 changes: 0 additions & 6 deletions SMS-Bomber/App.config

This file was deleted.

560 changes: 277 additions & 283 deletions SMS-Bomber/Program.cs

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions SMS-Bomber/Properties/AssemblyInfo.cs

This file was deleted.

56 changes: 7 additions & 49 deletions SMS-Bomber/SMS-Bomber.csproj
Original file line number Diff line number Diff line change
@@ -1,53 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C0142B5E-9A37-4949-A147-96B9FF2FE4F7}</ProjectGuid>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>SMS_Bomber</RootNamespace>
<AssemblyName>SMS-Bomber</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

</Project>
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=v8.0", FrameworkDisplayName = ".NET 8.0")]
23 changes: 23 additions & 0 deletions SMS-Bomber/obj/Release/net8.0/SMS-Bomber.AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("SMS-Bomber")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SMS-Bomber")]
[assembly: System.Reflection.AssemblyTitleAttribute("SMS-Bomber")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

// Создано классом WriteCodeFragment MSBuild.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
92ee0ebf34de50400ec3eba2a8df6fc2f3d3173cd07329b296bc6df57b98cd48
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net8.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 = SMS_Bomber
build_property.ProjectDir = D:\Source\SMS-Bomber\SMS-Bomber\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
8 changes: 8 additions & 0 deletions SMS-Bomber/obj/Release/net8.0/SMS-Bomber.GlobalUsings.g.cs
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.

0 comments on commit 5c7d41f

Please sign in to comment.