markus / MarkusAutoUpdate / src / NetSparkle.Tools.DSAHelper / NetSparkle.Tools.DSAHelper.csproj @ 5b48dae7
이력 | 보기 | 이력해설 | 다운로드 (2.14 KB)
1 | d8f5045e | taeseongkim | <Project Sdk="Microsoft.NET.Sdk"> |
---|---|---|---|
2 | <PropertyGroup> |
||
3 | <ProductVersion>8.0.30703</ProductVersion> |
||
4 | <ProjectGuid>{B4D6FCB0-1217-4AFA-A2A5-4BA5482876C0}</ProjectGuid> |
||
5 | <OutputType>Exe</OutputType> |
||
6 | <RootNamespace>NetSparkleUpdater.DSAHelper</RootNamespace> |
||
7 | <AssemblyName>NetSparkle.DSAHelper</AssemblyName> |
||
8 | <TargetFramework>netcoreapp3.1</TargetFramework> |
||
9 | <AssemblyTitle>NetSparkle</AssemblyTitle> |
||
10 | <Product>NetSparkle</Product> |
||
11 | <Description>NetSparkle is an auto update framework for .NET developers</Description> |
||
12 | <Copyright>Portions Copyright © Dirk Eisenberg 2010, Deadpikle 2020</Copyright> |
||
13 | <AssemblyVersion>2.0.0</AssemblyVersion> |
||
14 | <FileVersion>2.0.0</FileVersion> |
||
15 | <OutputPath>..\..\bin\$(Configuration)\NetSparkle.Tools.DSAHelper\</OutputPath> |
||
16 | <Configurations>Debug;Release</Configurations> |
||
17 | </PropertyGroup> |
||
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
19 | <DebugType>full</DebugType> |
||
20 | </PropertyGroup> |
||
21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
22 | <DebugType>pdbonly</DebugType> |
||
23 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
||
24 | </PropertyGroup> |
||
25 | <ItemGroup> |
||
26 | <ProjectReference Include="..\NetSparkle\NetSparkle.csproj" /> |
||
27 | </ItemGroup> |
||
28 | <ItemGroup> |
||
29 | <Compile Remove="Properties\AssemblyInfo.cs" /> |
||
30 | <Compile Remove="obj\x86\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs" /> |
||
31 | <Compile Remove="obj\x86\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs" /> |
||
32 | <Compile Remove="obj\x86\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs" /> |
||
33 | <Compile Remove="obj\x86\Release\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs" /> |
||
34 | <Compile Remove="obj\x86\Release\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs" /> |
||
35 | <Compile Remove="obj\x86\Release\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs" /> |
||
36 | </ItemGroup> |
||
37 | <ItemGroup> |
||
38 | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
||
39 | <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> |
||
40 | </ItemGroup> |
||
41 | </Project> |