Subversion Repositories filter_foundry

Rev

Rev 245 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
172 dmarschall 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
232 daniel-mar 3
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
245 daniel-mar 4
    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
398 daniel-mar 5
    <LocalDebuggerCommand>C:\Program Files (x86)\Adobe\Photoshop 7.0\Photoshop.exe</LocalDebuggerCommand>
245 daniel-mar 6
  </PropertyGroup>
7
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
398 daniel-mar 8
    <LocalDebuggerCommand>C:\Program Files (x86)\Adobe\Photoshop 7.0\Photoshop.exe</LocalDebuggerCommand>
232 daniel-mar 9
    <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
10
  </PropertyGroup>
172 dmarschall 11
</Project>