Skip to content

Commit

Permalink
Add CETCompat flag for compatibility with older Windows versions (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp committed Jan 1, 2025
1 parent fde600e commit bc2725b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageTags>Wpf Combobox AutoComplete</PackageTags>
<PackageProjectUrl>https://github.com/vain0x/DotNetKit.Wpf.AutoCompleteComboBox</PackageProjectUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<CETCompat>false</CETCompat> <!-- https://github.com/tylercamp/palcalc/issues/85 -->
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE.md">
Expand Down
1 change: 1 addition & 0 deletions GraphSharp.Controls/GraphSharp.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<CETCompat>false</CETCompat> <!-- https://github.com/tylercamp/palcalc/issues/85 -->
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions GraphSharp/GraphSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net9.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<CETCompat>false</CETCompat> <!-- https://github.com/tylercamp/palcalc/issues/85 -->
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions PalCalc.Model/PalCalc.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<CETCompat>false</CETCompat> <!-- https://github.com/tylercamp/palcalc/issues/85 -->
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
Expand Down
1 change: 1 addition & 0 deletions PalCalc.SaveReader/PalCalc.SaveReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<CETCompat>false</CETCompat> <!-- https://github.com/tylercamp/palcalc/issues/85 -->
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
1 change: 1 addition & 0 deletions PalCalc.Solver/PalCalc.Solver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<CETCompat>false</CETCompat> <!-- https://github.com/tylercamp/palcalc/issues/85 -->
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
1 change: 1 addition & 0 deletions PalCalc.UI/PalCalc.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<FileVersion></FileVersion>
<DisableFody Condition="'$(Configuration)' == 'Debug'">true</DisableFody>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CETCompat>false</CETCompat> <!-- https://github.com/tylercamp/palcalc/issues/85 -->
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit bc2725b

Please sign in to comment.