11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
|
<?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>
|