diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index c8abe9d..15dcd95 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -12,17 +12,17 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v2 - name: Build run: msbuild UABEAvalonia.sln /restore /p:Configuration=Release @@ -31,7 +31,7 @@ jobs: run: Get-ChildItem -Path "UABEAvalonia\bin\Release\net6.0\runtimes" -Directory | Where-Object { $_.Name -notin @("win-x64", "win7-x64", "win") } | Remove-Item -Recurse -Force - name: Upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: uabea-windows path: UABEAvalonia/bin/Release/net6.0 \ No newline at end of file diff --git a/.github/workflows/dotnet-ubuntu.yml b/.github/workflows/dotnet-ubuntu.yml index 84b0d01..7f99f0a 100644 --- a/.github/workflows/dotnet-ubuntu.yml +++ b/.github/workflows/dotnet-ubuntu.yml @@ -12,12 +12,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x @@ -37,7 +37,7 @@ jobs: run: find UABEAvalonia/bin/Release/net6.0/runtimes/* -maxdepth 0 ! -name linux-x64 -type d -exec rm -r {} + - name: Upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: uabea-ubuntu path: UABEAvalonia/bin/Release/net6.0 \ No newline at end of file diff --git a/TexToolWrap/TexToolWrap.vcxproj b/TexToolWrap/TexToolWrap.vcxproj index 76c530f..9e3584b 100644 --- a/TexToolWrap/TexToolWrap.vcxproj +++ b/TexToolWrap/TexToolWrap.vcxproj @@ -1,5 +1,15 @@ - + + + + 16.0 + Win32Proj + {00e173eb-6b49-4055-a00e-18dbb1283c5b} + TexToolWrap + 10.0 + + Debug @@ -18,146 +28,104 @@ x64 - - 16.0 - Win32Proj - {00e173eb-6b49-4055-a00e-18dbb1283c5b} - TexToolWrap - 10.0 - + - + DynamicLibrary - true v143 Unicode - - DynamicLibrary - false - v143 - true - Unicode - - - DynamicLibrary + true - v143 - Unicode + false - - DynamicLibrary + false - v143 true - Unicode + - - - - - - - - - - + - - true - bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false + + + .dll bin\$(Platform)\$(Configuration)\ obj\$(Platform)\$(Configuration)\ - + true - .dll - bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - + false - bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - + + - Level3 - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true + _DEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) - - Console - true - PVRTexLib.lib;ispc_texcomp.lib;crnlib.lib;%(AdditionalDependencies) - $(ProjectDir)PVRTexLib\Windows_x86_32;$(ProjectDir)ispc\win32;$(ProjectDir)crunch\win32;%(AdditionalLibraryDirectories) - - + - Level3 - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - - Console - true - true - true - PVRTexLib.lib;ispc_texcomp.lib;crnlib.lib;%(AdditionalDependencies) - $(ProjectDir)PVRTexLib\Windows_x86_32;$(ProjectDir)ispc\win32;$(ProjectDir)crunch\win32;%(AdditionalLibraryDirectories) - - + + + NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + + + + + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + + Level3 true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true Console true PVRTexLib.lib;ispc_texcomp.lib;crnlib.lib;%(AdditionalDependencies) - $(ProjectDir)PVRTexLib\Windows_x86_64;$(ProjectDir)ispc\win64;$(ProjectDir)crunch\win64;%(AdditionalLibraryDirectories) - + + + - Level3 true true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Console true true - true - PVRTexLib.lib;ispc_texcomp.lib;crnlib.lib;%(AdditionalDependencies) + + + + + $(ProjectDir)PVRTexLib\Windows_x86_32;$(ProjectDir)ispc\win32;$(ProjectDir)crunch\win32;%(AdditionalLibraryDirectories) + + + + $(ProjectDir)PVRTexLib\Windows_x86_64;$(ProjectDir)ispc\win64;$(ProjectDir)crunch\win64;%(AdditionalLibraryDirectories) + - + +