2018-01-23 08:03:30 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<SccProjectName>SAK</SccProjectName>
|
|
|
|
|
<SccProvider>SAK</SccProvider>
|
|
|
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
|
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
|
|
|
<AssemblyTitle>XmlRpc Web Service Client</AssemblyTitle>
|
|
|
|
|
<AssemblyCompany></AssemblyCompany>
|
|
|
|
|
<AssemblyVersion>1.4.0</AssemblyVersion>
|
|
|
|
|
<Product>xmlrpcwsc</Product>
|
2018-01-23 09:28:45 +01:00
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
<Version>1.4.0</Version>
|
2016-03-07 00:12:26 +01:00
|
|
|
|
</PropertyGroup>
|
2018-01-23 08:03:30 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-01-23 08:08:36 +01:00
|
|
|
|
<TargetFrameworks>netstandard2.0;net35;net45</TargetFrameworks>
|
2018-01-23 08:03:30 +01:00
|
|
|
|
<OutputPath>..\build</OutputPath>
|
2016-03-07 00:12:26 +01:00
|
|
|
|
</PropertyGroup>
|
2018-01-23 08:03:30 +01:00
|
|
|
|
|
|
|
|
|
</Project>
|