mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-03 23:01:24 +00:00
34 lines
2.1 KiB
XML
34 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.25420</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
|
|
<PropertyGroup Label="Globals">
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>$guid1$</ProjectGuid>
|
|
<TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
|
|
<TargetFrameworkVersion>v1.6</TargetFrameworkVersion>
|
|
<TargetFramework>netstandard1.6</TargetFramework>
|
|
<BaseNuGetRuntimeIdentifier>win</BaseNuGetRuntimeIdentifier>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoWarn>$(NoWarn);1701</NoWarn>
|
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj\</BaseIntermediateOutputPath>
|
|
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<Import Project="Cosmos.targets" />
|
|
<!--<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />-->
|
|
<PropertyGroup>
|
|
<NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>
|
|
<!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
|
|
properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
|
|
to prevent it from outputting a warning (MSB3644).
|
|
-->
|
|
<_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
|
|
<_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
|
|
</PropertyGroup>
|
|
</Project>
|