2010-04-28 16:34:35 +02:00
|
|
|
<?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>-r</StartArguments>
|
2015-03-04 23:21:34 +01:00
|
|
|
<StartAction>Program</StartAction>
|
|
|
|
<StartProgram>D:\Visual Studio 2012\Projects\netmonitor\bin\Debug\NetMonitorServer.exe</StartProgram>
|
2010-04-28 16:34:35 +02:00
|
|
|
</PropertyGroup>
|
2011-01-27 11:19:41 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
<StartArguments>-r</StartArguments>
|
|
|
|
</PropertyGroup>
|
2015-03-04 23:21:34 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
<PublishUrlHistory>veröffentlichen\</PublishUrlHistory>
|
|
|
|
<InstallUrlHistory />
|
|
|
|
<SupportUrlHistory />
|
|
|
|
<UpdateUrlHistory />
|
|
|
|
<BootstrapperUrlHistory />
|
|
|
|
<ErrorReportUrlHistory />
|
|
|
|
<FallbackCulture>de-DE</FallbackCulture>
|
|
|
|
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
|
|
|
</PropertyGroup>
|
2010-04-28 16:34:35 +02:00
|
|
|
</Project>
|