Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaezmien committed Aug 7, 2022
1 parent e9131d3 commit 2e91352
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FiMSharp.Changeling/FiMSharp.Changeling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\FiMSharp\FiMSharp.csproj" />
</ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions FiMSharp/FiMSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ all: build win linux linuxarm darwin

build:
dotnet build FiMSharp -c Release -o bin/
dotnet build FiMSharp.Changeling -c Release -o bin/

win:
dotnet publish FiMSharp.CLI --self-contained=true -p:PublishSingleFile=True -c Release -o "bin/win" --runtime win-x86
Expand Down

0 comments on commit 2e91352

Please sign in to comment.