Skip to content

Commit

Permalink
Merge pull request #3 from xlpmyxhdr/2.9
Browse files Browse the repository at this point in the history
2.9
  • Loading branch information
gucooing authored Feb 9, 2023
2 parents 4fb71d3 + 7a2385a commit ac72261
Show file tree
Hide file tree
Showing 53 changed files with 10 additions and 3,674 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: MSBuild

on:
push:
branches: [ "3.3" ]
branches: [ "2.9" ]
pull_request:
branches: [ "3.3" ]
branches: [ "2.9" ]

env:
# Path to the solution file relative to the root of the project.
Expand Down
67 changes: 0 additions & 67 deletions ExceptionLib/Exception.cpp

This file was deleted.

51 changes: 0 additions & 51 deletions ExceptionLib/Exception.h

This file was deleted.

170 changes: 0 additions & 170 deletions ExceptionLib/ExceptionLib.vcxproj

This file was deleted.

27 changes: 0 additions & 27 deletions ExceptionLib/ExceptionLib.vcxproj.filters

This file was deleted.

8 changes: 4 additions & 4 deletions InjectorLib/InjectorLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Static</UseOfMfc>
Expand All @@ -49,7 +49,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Static</UseOfMfc>
Expand Down Expand Up @@ -174,4 +174,4 @@ xcopy "$(SolutionDir)$(Configuration)\$(TargetFileName)" "$(SolutionDir)lib\" /
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
5 changes: 2 additions & 3 deletions Launcher.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="packages\Costura.Fody.5.7.0\build\Costura.Fody.props" Condition="Exists('packages\Costura.Fody.5.7.0\build\Costura.Fody.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
Expand Down Expand Up @@ -59,7 +59,6 @@
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Label="MultilingualAppToolkit">
<MultilingualAppToolkitVersion>4.0</MultilingualAppToolkitVersion>
Expand Down Expand Up @@ -402,4 +401,4 @@
<Target Name="MATPrerequisite" BeforeTargets="PrepareForBuild" Condition="!Exists('$(MSBuildExtensionsPath)\Microsoft\Multilingual App Toolkit\Microsoft.Multilingual.ResxResources.targets')" Label="MultilingualAppToolkit">
<Warning Text="$(MSBuildProjectFile) is Multilingual build enabled, but the Multilingual App Toolkit is unavailable during the build. If building with Visual Studio, please check to ensure that toolkit is properly installed." />
</Target>
</Project>
</Project>
Loading

0 comments on commit ac72261

Please sign in to comment.