Skip to content

Commit b796600

Browse files
committed
Edit build configuration
1 parent 1c6a292 commit b796600

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RaymarchEngine.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<NuGetPackageImportStamp>
1414
</NuGetPackageImportStamp>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
16+
<LangVersion>7.3</LangVersion>
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -68,6 +69,9 @@
6869
<PlatformTarget>x86</PlatformTarget>
6970
<LangVersion>7.3</LangVersion>
7071
</PropertyGroup>
72+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
73+
<OutputPath>bin\Release\</OutputPath>
74+
</PropertyGroup>
7175
<ItemGroup>
7276
<Reference Include="BepuPhysics, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null">
7377
<HintPath>packages\BepuPhysics.2.2.0\lib\netstandard2.0\BepuPhysics.dll</HintPath>

0 commit comments

Comments
 (0)