Blame standalone/standalone.vcxproj.user

Packit Service 384592

Packit Service 384592
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Packit Service 384592
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Packit Service 384592
    <LocalDebuggerCommandArguments>-c d:\temp\antixss.conf -u d:\temp\modsec_urls.txt d:\temp\test1.dat</LocalDebuggerCommandArguments>
Packit Service 384592
    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
Packit Service 384592
    <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
Packit Service 384592
    <LocalDebuggerAttach>false</LocalDebuggerAttach>
Packit Service 384592
    <LocalDebuggerDebuggerType>NativeOnly</LocalDebuggerDebuggerType>
Packit Service 384592
  </PropertyGroup>
Packit Service 384592
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Packit Service 384592
    <LocalDebuggerCommandArguments>-c d:\xss.conf d:\test.dat</LocalDebuggerCommandArguments>
Packit Service 384592
    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
Packit Service 384592
  </PropertyGroup>
Packit Service 384592
</Project>