markus / AutoUpdater / NetSparkle.Tools.AppCastGenerator / NetSparkle.Tools.AppCastGenerator.csproj @ 9d5b4bc2
이력 | 보기 | 이력해설 | 다운로드 (2.86 KB)
1 | 9d5b4bc2 | taeseongkim | <Project Sdk="Microsoft.NET.Sdk"> |
---|---|---|---|
2 | <PropertyGroup> |
||
3 | <ProjectGuid>{19F0D329-2127-4788-8AFA-DDEDA4B70F88}</ProjectGuid> |
||
4 | <OutputType>Exe</OutputType> |
||
5 | <RootNamespace>NetSparkleUpdater.AppCastGenerator</RootNamespace> |
||
6 | <AssemblyName>generate_appcast</AssemblyName> |
||
7 | <TargetFramework>netcoreapp3.1</TargetFramework> |
||
8 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
9 | <PublishUrl>publish\</PublishUrl> |
||
10 | <Install>true</Install> |
||
11 | <InstallFrom>Disk</InstallFrom> |
||
12 | <UpdateEnabled>false</UpdateEnabled> |
||
13 | <UpdateMode>Foreground</UpdateMode> |
||
14 | <UpdateInterval>7</UpdateInterval> |
||
15 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
16 | <UpdatePeriodically>false</UpdatePeriodically> |
||
17 | <UpdateRequired>false</UpdateRequired> |
||
18 | <MapFileExtensions>true</MapFileExtensions> |
||
19 | <ApplicationRevision>0</ApplicationRevision> |
||
20 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
21 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
22 | <UseApplicationTrust>false</UseApplicationTrust> |
||
23 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
24 | <AssemblyTitle>NetSparkleGenerator</AssemblyTitle> |
||
25 | <Product>NetSparkleGenerator</Product> |
||
26 | <Description>Commandline tool 'generate_appcast.exe' to scan a directory for .exe files and generate appcast.xml</Description> |
||
27 | <Copyright>Copyright © ndreisg 2019, Deadpikle 2020</Copyright> |
||
28 | <OutputPath>..\bin\$(Configuration)\NetSparkle.Tools.AppCastGenerator\</OutputPath> |
||
29 | <PostBuildEvent /> |
||
30 | <PostBuildEvent /> |
||
31 | <PostBuildEvent /> |
||
32 | </PropertyGroup> |
||
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
34 | <DebugType>full</DebugType> |
||
35 | <LangVersion>default</LangVersion> |
||
36 | </PropertyGroup> |
||
37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
38 | <DocumentationFile></DocumentationFile> |
||
39 | <DebugType>pdbonly</DebugType> |
||
40 | <OutputPath></OutputPath> |
||
41 | <OutputPath></OutputPath> |
||
42 | <NoWarn>1701;1702</NoWarn> |
||
43 | <NoWarn>1701;1702</NoWarn> |
||
44 | <LangVersion>default</LangVersion> |
||
45 | </PropertyGroup> |
||
46 | <PropertyGroup> |
||
47 | <PostBuildEvent /> |
||
48 | <AssemblyVersion>2.0.0.0</AssemblyVersion> |
||
49 | <FileVersion>2.0.0.0</FileVersion> |
||
50 | </PropertyGroup> |
||
51 | <ItemGroup> |
||
52 | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
||
53 | <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> |
||
54 | <PackageReference Include="CommandLineParser" Version="2.8.0" /> |
||
55 | <PackageReference Include="Colorful.Console" Version="1.2.10" /> |
||
56 | <PackageReference Include="MimeTypes" Version="2.0.1"> |
||
57 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
||
58 | <PrivateAssets>all</PrivateAssets> |
||
59 | </PackageReference> |
||
60 | <PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" /> |
||
61 | </ItemGroup> |
||
62 | <ItemGroup> |
||
63 | <ProjectReference Include="..\NetSparkle\NetSparkle.csproj" /> |
||
64 | </ItemGroup> |
||
65 | </Project> |