markus / MarkusAutoUpdate / src / NetSparkle.Samples.HandleEventsYourself / NetSparkle.Samples.HandleEventsYourself.csproj @ f2b4c204
이력 | 보기 | 이력해설 | 다운로드 (725 Bytes)
1 | d8f5045e | taeseongkim | <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> |
---|---|---|---|
2 | |||
3 | <PropertyGroup> |
||
4 | <OutputType>WinExe</OutputType> |
||
5 | <TargetFramework>netcoreapp3.1</TargetFramework> |
||
6 | <UseWPF>true</UseWPF> |
||
7 | <Configurations>Debug;Release</Configurations> |
||
8 | </PropertyGroup> |
||
9 | |||
10 | <ItemGroup> |
||
11 | <None Remove="NetSparkle_DSA.pub" /> |
||
12 | <None Remove="NetSparkle_Ed25519.pub" /> |
||
13 | </ItemGroup> |
||
14 | |||
15 | <ItemGroup> |
||
16 | <EmbeddedResource Include="NetSparkle_DSA.pub" /> |
||
17 | <EmbeddedResource Include="NetSparkle_Ed25519.pub" /> |
||
18 | </ItemGroup> |
||
19 | |||
20 | <ItemGroup> |
||
21 | <PackageReference Include="System.Drawing.Common" Version="4.7.0" /> |
||
22 | </ItemGroup> |
||
23 | |||
24 | <ItemGroup> |
||
25 | <ProjectReference Include="..\NetSparkle\NetSparkle.csproj" /> |
||
26 | </ItemGroup> |
||
27 | |||
28 | </Project> |