mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
9 lines
No EOL
433 B
XML
9 lines
No EOL
433 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<StartArguments>- vmware</StartArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<StartArguments>- vmware</StartArguments>
|
|
</PropertyGroup>
|
|
</Project> |