10 lines
No EOL
408 B
Text
10 lines
No EOL
408 B
Text
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<StartWorkingDirectory>
|
|
</StartWorkingDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<StartWorkingDirectory>
|
|
</StartWorkingDirectory>
|
|
</PropertyGroup>
|
|
</Project> |