Skip to content

Commit bfd4f5a

Browse files
committed
fix: dotnet project build configurations
1 parent 8f9fe16 commit bfd4f5a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/FixedMathSharp/FixedMathSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<Deterministic>true</Deterministic>
3434
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3535
<UnityBuild>false</UnityBuild>
36+
<Configurations>Debug;Release;DebugUnity;ReleaseUnity</Configurations>
3637
</PropertyGroup>
3738
<!-- Debug and Release-specific Properties -->
3839
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -138,5 +139,4 @@
138139
<Compile Remove="Integration\**" />
139140
<Content Include="Integration\**" />
140141
</ItemGroup>
141-
142142
</Project>

tests/FixedMathSharp.Tests/FixedMathSharp.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Nullable>enable</Nullable>
77
<IsPackable>false</IsPackable>
88
<IsTestProject>true</IsTestProject>
9+
<Configurations>Debug;Release;DebugUnity;ReleaseUnity</Configurations>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<ProjectReference Include="..\..\src\FixedMathSharp\FixedMathSharp.csproj">

0 commit comments

Comments
 (0)