project64/Directory.Build.props

11 lines
334 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<SolutionDir Condition="'$(SolutionDir)' == ''">$(MSBuildThisFileDirectory)</SolutionDir>
</PropertyGroup>
</Project>