blob: c32889ca9e6b637e9f32364e938e17654485d1ca (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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>
|