2015-08-04 21:52:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
2024-03-21 06:19:17 +00:00
|
|
|
<OutDir Condition="'$(Platform)'!='ARM64'">$(SolutionDir)bin\</OutDir>
|
2023-07-19 11:41:35 +00:00
|
|
|
<OutDir Condition="'$(Platform)'=='ARM64'">$(SolutionDir)bin-arm64\</OutDir>
|
2015-08-04 21:52:48 +00:00
|
|
|
</PropertyGroup>
|
2010-04-14 19:47:29 +00:00
|
|
|
</Project>
|