forked from picrap/ExFat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.build.props
More file actions
49 lines (38 loc) · 1.79 KB
/
Copy pathDirectory.build.props
File metadata and controls
49 lines (38 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Project>
<PropertyGroup>
<OutputPath Condition="'$(MSBuildProjectExtension)' != '.shfbproj'">..\bin\$(Configuration)\</OutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DisableWinExeOutputInference>true</DisableWinExeOutputInference>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<LangVersion>Latest</LangVersion>
<DebugType>portable</DebugType>
<Deterministic>false</Deterministic>
<TargetFrameworks>net46;net48;netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>../ExFat.snk</AssemblyOriginatorKeyFile>
<Company>picrap</Company>
<Product>ExFat</Product>
<Copyright>MIT license https://opensource.org/licenses/MIT</Copyright>
<Trademark></Trademark>
<Culture></Culture>
<Version>0.9.25</Version>
<PackageVersion>1.0.17</PackageVersion>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageId>LTRData.$(MSBuildProjectName)</PackageId>
<Company>LTR Data</Company>
<Authors>Olof Lagerkvist</Authors>
<PackageOutputPath>$(LocalNuGetPath)</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/LTRData/ExFat</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<FileVersion>$(Version)</FileVersion>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md" Link="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>