Skip to content

Commit

Permalink
fix: 修复DLL文件夹没有复制到生成目录的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetSmellFox committed Jan 3, 2025
1 parent e523cee commit b089ce6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MFAWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -346,13 +346,13 @@
</Resource>
<None Remove="NLog.config" />
<None Remove="DLL\msvcp140.dll" />
<Resource Include="DLL\msvcp140.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Content Include="DLL\msvcp140.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Remove="DLL\vcruntime140.dll" />
<Resource Include="DLL\vcruntime140.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Content Include="DLL\vcruntime140.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Compile Remove="App.xaml.cs" />
<Resource Include="App.xaml.cs">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit b089ce6

Please sign in to comment.