10 lines
380 B
Plaintext
10 lines
380 B
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<StartArguments>
|
|
</StartArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<StartArguments>
|
|
</StartArguments>
|
|
</PropertyGroup>
|
|
</Project> |