<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup Condition="'$(Configuration)' == ''">
|
<Configuration>Debug</Configuration>
|
</PropertyGroup>
|
|
<PropertyGroup>
|
<OpenTapVersion>{0}</OpenTapVersion>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<OutputPath>$(MSBuildThisFileDirectory)bin\$(Configuration)\</OutputPath>
|
</PropertyGroup>
|
</Project>
|