Skip to content

Commit

Permalink
Revert "Project: .net8.0 and vscode2022"
Browse files Browse the repository at this point in the history
-we be doing a separate branch for this

This reverts commit a6b993e.
  • Loading branch information
corsicanu committed Jan 21, 2024
1 parent 700c82a commit 752da71
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 32 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.vs
.idea
bin
obj
/SamFirm.csproj.user
9 changes: 8 additions & 1 deletion AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("hadesFirm Reborn")]
[assembly: AssemblyFileVersion("0.3.6.8")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCopyright("Copyright zxz0O0 © 2015 / Ivan Meler 2021-2023 / KSmith 2023 / corsicanu 2024")]
[assembly: AssemblyTitle("hadesFirm Reborn")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: AssemblyFileVersion("0.3.6.8")]
[assembly: Guid("f64041a3-90f5-4bee-a430-1c0f1d604eee")]
[assembly: AssemblyVersion("1.0.0.1")]
137 changes: 110 additions & 27 deletions hadesFirm.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{588C13FB-D8C3-423B-92D4-5F6B1731C37D}</ProjectGuid>
<OutputType>Exe</OutputType>
<AssemblyName>hadesFirm</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>hadesFirm</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -19,54 +29,127 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Product>hadesFirm Reborn</Product>
<FileVersion>0.3.6.8</FileVersion>
<Description>BornAgain Edition</Description>
<Copyright>Copyright zxz0O0 © 2015 / Ivan Meler 2021-2023 / KSmith 2023 / corsicanu 2024</Copyright>
<AssemblyTitle>hadesFirm (2k24 Edition)</AssemblyTitle>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup>
<StartupObject>hadesFirm.Program</StartupObject>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>bident_uRA_icon.ico</ApplicationIcon>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>bident_uRA_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms" />
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.WindowsAPICodePack.Shell">
<HintPath>lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack">
<HintPath>lib\Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
<Reference Include="System.XML" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="KiesAuth.cs" />
<Compile Include="CmdLine.cs" />
<Compile Include="Command.cs" />
<Compile Include="Crypto.cs" />
<Compile Include="customMessageBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Error.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FWFetch.cs" />
<Compile Include="Imports.cs" />
<Compile Include="Logger.cs" />
<Compile Include="Program.cs" />
<Compile Include="Settings.cs" />
<Compile Include="Utility.cs" />
<Compile Include="Web.cs" />
<Compile Include="KiesRequest.cs" />
<Compile Include="WebRequestExtension.cs" />
<Compile Include="Xml.cs" />
<Compile Include="Properties\Resources.cs" />
<Compile Include="Properties\Settings.cs" />
<Compile Include="DamienG\Security\Cryptography\Crc32.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="customMessageBox.resx" />
<EmbeddedResource Include="Form1.resx" />
<EmbeddedResource Include="Properties\Resources.resx" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<Content Include="bident_uRA_icon.ico" />
<None Include="Resources\%24this.Icon.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup><ItemGroup>
<PackageReference Include="Microsoft.Build" Version="17.7.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.7.0" ExcludeAssets="runtime" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.7.0" />
<PackageReference Include="SharpZipLib">
<Version>1.4.2</Version>
</PackageReference>
<PackageReference Include="WindowsAPICodePack">
<Version>7.0.4</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>True</Optimize>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions hadesFirm.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hadesFirm", "hadesFirm.csproj", "{588C13FB-D8C3-423B-92D4-5F6B1731C37D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hadesFirm", "hadesFirm.csproj", "{588C13FB-D8C3-423B-92D4-5F6B1731C37D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CD3AD9D5-4DE9-45A2-B637-18011C0130FC}"
ProjectSection(SolutionItems) = preProject
Expand Down

0 comments on commit 752da71

Please sign in to comment.