|
8 | 8 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
9 | 9 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
10 | 10 | <PackageProjectUrl>https://github.com/dadhi/ImTools</PackageProjectUrl>
|
11 |
| - <!-- <PackageIconUrl>https://github.com/dadhi/ImTools/blob/master/logo/logo128.png</PackageIconUrl> --> |
12 | 11 | <RepositoryUrl>https://github.com/dadhi/ImTools.git</RepositoryUrl>
|
13 | 12 | <RepositoryType>git</RepositoryType>
|
| 13 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
14 | 14 | </PropertyGroup>
|
15 | 15 |
|
16 | 16 | <!--Signing all packages, oh boy-->
|
17 | 17 | <PropertyGroup Condition=" '$(Sign)' != 'false' ">
|
18 | 18 | <SignAssembly>true</SignAssembly>
|
19 | 19 | <AssemblyOriginatorKeyFile>..\..\ImTools.snk</AssemblyOriginatorKeyFile>
|
20 |
| - </PropertyGroup> |
21 |
| - |
22 |
| - <PropertyGroup> |
23 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 20 | + <DelaySign>false</DelaySign> |
24 | 21 | </PropertyGroup>
|
25 | 22 |
|
26 | 23 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
27 | 24 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
28 |
| - |
| 25 | + |
29 | 26 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
30 | 27 | <PackageOutputPath>..\..\.dist\packages</PackageOutputPath>
|
31 | 28 |
|
32 |
| - <DebugType>embedded</DebugType> |
33 |
| - <!-- <DebugSymbols>true</DebugSymbols> --> |
34 |
| - <IncludeSymbols>false</IncludeSymbols> |
| 29 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 30 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 31 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 32 | + <IncludeSymbols>true</IncludeSymbols> |
| 33 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 34 | + |
| 35 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 36 | + <!-- <PackageIcon>LOGO.png</PackageIcon> --> |
| 37 | + |
35 | 38 | </PropertyGroup>
|
36 | 39 |
|
37 | 40 | <ItemGroup>
|
38 |
| - <None Include="..\..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" Visible="false" /> |
39 |
| - <None Include="..\..\ImTools.snk" Pack="true" PackagePath="ImTools.snk" Visible="false" /> |
| 41 | + <None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" Visible="false" /> |
| 42 | + <None Include="..\..\ImTools.snk" Pack="true" PackagePath="" Visible="false" /> |
| 43 | + <None Include="..\..\README.md" Pack="true" PackagePath="" Visible="false" /> |
| 44 | + <!-- <None Include="..\..\LOGO.png" Pack="true" PackagePath="" Visible="false" /> --> |
40 | 45 | </ItemGroup>
|
41 | 46 |
|
42 | 47 | </Project>
|
0 commit comments