13 lines
674 B
XML
13 lines
674 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ActiveDebugProfile>DEV_HOME</ActiveDebugProfile>
|
|
<_LastSelectedProfileId>E:\_COMIX\_TOOLS_\comic-compress-new\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
</Project> |