Last change
on this file since 868 was 868, checked in by s10k, 12 years ago |
XmlTools: 0.8g fixed a bug added by the previous versions in patch files, which made them fail. fixed another bug when putting -filename as last parameter in patch file.
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
4 | <StartArguments>patchfile -filename:"C:\games\Oni\AE\AEInstaller\packages\05000Unlock_All_Moves\patches\common\level0_Final\TRAMKONCOMbk_fw_kick.oni-patch"</StartArguments>
|
---|
5 | <StartWorkingDirectory>
|
---|
6 | </StartWorkingDirectory>
|
---|
7 | </PropertyGroup>
|
---|
8 | <PropertyGroup>
|
---|
9 | <PublishUrlHistory />
|
---|
10 | <InstallUrlHistory />
|
---|
11 | <SupportUrlHistory />
|
---|
12 | <UpdateUrlHistory />
|
---|
13 | <BootstrapperUrlHistory />
|
---|
14 | <ErrorReportUrlHistory />
|
---|
15 | <FallbackCulture>en-US</FallbackCulture>
|
---|
16 | <VerifyUploadedFiles>false</VerifyUploadedFiles>
|
---|
17 | </PropertyGroup>
|
---|
18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
19 | <StartArguments>updatechainvalues -filename:OBANheli_body_center.xml -newvalue:"20 10 30" -element:Translation -parelement:OBANKeyFrame</StartArguments>
|
---|
20 | <StartWorkingDirectory>C:\games\Oni\AE\Tools</StartWorkingDirectory>
|
---|
21 | </PropertyGroup>
|
---|
22 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.