Skip to content

Commit

Permalink
Edit build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Saggre committed Jun 21, 2022
1 parent 1c6a292 commit b796600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RaymarchEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -68,6 +69,9 @@
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="BepuPhysics, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>packages\BepuPhysics.2.2.0\lib\netstandard2.0\BepuPhysics.dll</HintPath>
Expand Down

0 comments on commit b796600

Please sign in to comment.