forked from coapp/coapp.powershell
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CoApp.Powershell.sln.props
16 lines (15 loc) · 1.14 KB
/
CoApp.Powershell.sln.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Defaults to .Net 4.0 -->
<TargetFrameworkVersion Condition="$(TargetFrameworkVersion) == '' Or $(TargetFrameworkVersion) == '*Undefined*'">v4.0</TargetFrameworkVersion>
<OutputPath>$(SolutionDir)output\$(TargetFrameworkVersion.Replace(".",""))\$(Platform)\$(Configuration)\bin\</OutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)intermediate\$(TargetFrameworkVersion.Replace(".",""))\$(Platform)\$(Configuration)\$(AssemblyName)\</BaseIntermediateOutputPath>
<IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
<DocumentationFile>$(OutputPath)$(AssemblyName).XML</DocumentationFile>
<NoWarn>1591 1574 1570 0419</NoWarn>
<RestorePackages>true</RestorePackages>
<DefineConstants>FRAMEWORK$(TargetFrameworkVersion.Replace(".",""))</DefineConstants>
<OutputRelativePath>output\$(TargetFrameworkVersion.Replace(".",""))\$(Platform)\$(Configuration)\bin\</OutputRelativePath>
</PropertyGroup>
</Project>