Open Lamparter opened 1 month ago
Files.sln
<FrameworkVersion>net8.0</FrameworkVersion>
<PlatformWinVersion>10.0.22621.0</PlatformWinVersion>
<PlatformWinMinVersion>10.0.19041.0</PlatformWinMinVersion>
<RuntimeIdentifier Condition="'$(Platform)' == 'x86'">win-x86</RuntimeIdentifier>
<RuntimeIdentifier Condition="'$(Platform)' == 'x64'">win-x64</RuntimeIdentifier>
<RuntimeIdentifier Condition="'$(Platform)' == 'arm64'">win-arm64</RuntimeIdentifier>
<TargetFramework>$(FrameworkVersion)-windows$(PlatformWinVersion)</TargetFramework>
<TargetPlatformMinVersion>$(PlatformWinMinVersion)</TargetPlatformMinVersion>
-DISABLE_XAML_GENERATED_MAIN
+$(DefineConstants);DISABLE_XAML_GENERATED_MAIN
LGTM
Can you please rebase from main
?
We're currently facing an issue where the x86 and ARM64 configurations are displaying an error for 'incorrect configurations'.
I think Files.sln got messed up but we should recreate a new .sln and add one by one. One more concern is Win32 configuration; we should have named it x86.
However, for now, as far as current solution file doesn't cause configuration issue, LGTM.
Once this PR is merged, I'll create a completely new solution file in another PR and you can review.
I have a pr that simplify the configurations of the c++ projects, so let's wait it too.
What's wrong with this PR rn?
What's wrong with this PR rn?
The x86 version isn't working just yet I'm fixing it right now
This PR is now ready for review. I've tried my best to fix the issue with x86 configuration and please let me know if it doesn't work when you review it. As @0x5bfa recommended, I will open a PR with a completely new solution file after this one (and the associated CPM pr) is merged.
Resolved / Related Issues
Steps used to test these changes
Built the app; checked for Roslyn analyser warnings
This PR finally adds a props file to manage mutual properties where appropriate. It has been built and tested and works perfectly.
I also wanted to implement CPM however haven't succeeded yet.