Skip to content

Commit

Permalink
拷贝到目录
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantappMan committed Jul 27, 2018
1 parent 2f3a8f7 commit 34c7e9c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions EyeNurse.Client/EyeNurse.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,15 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Content Include="Resources\Sounds\break.mp3" />
<Content Include="Resources\Sounds\breakpre.mp3" />
<Content Include="Resources\Sounds\unlock.mp3" />
<Content Include="Resources\Sounds\break.mp3">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Sounds\breakpre.mp3">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Sounds\unlock.mp3">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down

0 comments on commit 34c7e9c

Please sign in to comment.