Skip to content

Commit

Permalink
embed pdb, no longer copy license/notice to output
Browse files Browse the repository at this point in the history
  • Loading branch information
atenfyr committed Aug 11, 2024
1 parent bb81023 commit 0213138
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions UAssetGUI/UAssetGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<DebugType>pdbonly</DebugType>
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
Expand All @@ -53,8 +53,6 @@
<WriteLinesToFile File="$(ProjectDir)git_commit.txt" Overwrite="true" Lines="$(GitCommit)" />
</Target>
<Target Name="AfterBuildMigrated" AfterTargets="Build">
<Copy SourceFiles="$(ProjectDir)..\LICENSE" DestinationFiles="$(TargetDir)LICENSE" />
<Copy SourceFiles="$(ProjectDir)..\NOTICE.md" DestinationFiles="$(TargetDir)NOTICE.md" />
<Delete Files="$(ProjectDir)git_commit.txt" />
</Target>
<ItemGroup>
Expand Down

0 comments on commit 0213138

Please sign in to comment.