32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Globals">
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<LangVersion>latestmajor</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Matrix42.Behaviors.Contracts">
|
|
<HintPath>..\..\..\..\Root\bin\Matrix42.Behaviors.Contracts.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="update4u.SPS.Security">
|
|
<HintPath>..\..\..\..\Root\bin\update4u.SPS.Security.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<M42ExtensionId>22be0879-4587-cf4b-333c-08de16408acb</M42ExtensionId>
|
|
<M42AssemblyPattern>$(MSBuildProjectName)*.*</M42AssemblyPattern>
|
|
<M42EnableRidBuild>false</M42EnableRidBuild>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="..\..\..\Extension.Assemblies.targets" Condition="Exists('..\..\..\Extension.Assemblies.targets')" />
|
|
</Project>
|