You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<PublishUrlHistory>\publish\|C:\Project\Ceway\ONC-设备\双摄\|publish\</PublishUrlHistory>
|
||
|
<InstallUrlHistory />
|
||
|
<SupportUrlHistory />
|
||
|
<UpdateUrlHistory />
|
||
|
<BootstrapperUrlHistory />
|
||
|
<ErrorReportUrlHistory />
|
||
|
<FallbackCulture>zh-CN</FallbackCulture>
|
||
|
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<EnableSecurityDebugging>false</EnableSecurityDebugging>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||
|
<StartWorkingDirectory>..\..\distribute\Debug32\</StartWorkingDirectory>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||
|
<StartWorkingDirectory>..\..\distribute\Release32\</StartWorkingDirectory>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||
|
<StartWorkingDirectory>..\..\distribute\Release64\</StartWorkingDirectory>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||
|
<StartWorkingDirectory>..\..\distribute\Debug64\</StartWorkingDirectory>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|