Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
official-notfishvr committed Jul 20, 2024
1 parent e78a82a commit 91852b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Fish-Tools/Fish Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,14 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>cd $(TargetDir)
del *.xml
del *.config
del *.pdb</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 91852b8

Please sign in to comment.