mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
WIP open a database
This commit is contained in:
12
packages/NETStandard.Library.2.0.0/build/netstandard2.0/NETStandard.Library.targets
vendored
Normal file
12
packages/NETStandard.Library.2.0.0/build/netstandard2.0/NETStandard.Library.targets
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!-- Only add references if we're actually targeting .NETStandard.
|
||||
If the project is targeting some other TFM that is compatible with NETStandard we expect
|
||||
that framework to provide all references for NETStandard, mscorlib, System.* in their own
|
||||
targeting pack / SDK. -->
|
||||
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'">
|
||||
<_NetStandardLibraryRefPath>$(MSBuildThisFileDirectory)\ref\</_NetStandardLibraryRefPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- import the TFM-agnostic targets -->
|
||||
<Import Project="..\$(MSBuildThisFile)"/>
|
||||
</Project>
|
Reference in New Issue
Block a user