1 |
3
|
krennw
|
<?xml version="1.0" encoding="utf-8"?>
|
2 |
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
4 |
|
|
<StartArguments>-pSym -d100 -oD:\tmp\out.pl C:\Users\KrennW\Desktop\bug.ooas</StartArguments>
|
5 |
|
|
<StartAction>Project</StartAction>
|
6 |
|
|
</PropertyGroup>
|
7 |
|
|
<PropertyGroup>
|
8 |
|
|
<PublishUrlHistory>publish\</PublishUrlHistory>
|
9 |
|
|
<InstallUrlHistory />
|
10 |
|
|
<SupportUrlHistory />
|
11 |
|
|
<UpdateUrlHistory />
|
12 |
|
|
<BootstrapperUrlHistory />
|
13 |
|
|
<ErrorReportUrlHistory />
|
14 |
|
|
<FallbackCulture>en-US</FallbackCulture>
|
15 |
|
|
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
16 |
|
|
</PropertyGroup>
|
17 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
18 |
|
|
<StartArguments>
|
19 |
|
|
</StartArguments>
|
20 |
|
|
</PropertyGroup>
|
21 |
|
|
</Project> |