Files
ITSM/___Archiv/ITSM_GRC/.svn/pristine/d0/d07264b68418dc1e8d7b852493f5a9c6e1f4342d.svn-base
2021-04-20 09:35:24 +02:00

10 lines
617 B
Plaintext

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartAction>Program</StartAction>
<StartProgram>E:\Software-Projekte\Tests\DiagramControl\DiagramControlTest\bin\Debug\DiagramControlTest.exe</StartProgram>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<StartAction>Program</StartAction>
<StartProgram>E:\Software-Projekte\Tests\DiagramControl\DiagramControlTest\bin\Debug\DiagramControlTest.exe</StartProgram>
</PropertyGroup>
</Project>