mirror of https://github.com/odrling/Aegisub
Lump all the custom targets etc. for Aegisub into a single file, instead of using many.
Also, no custom project items needed anyway. Originally committed to SVN as r5223.
This commit is contained in:
parent
1e7718d30b
commit
652a8c7806
|
@ -1,45 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
Copyright (c) 2011 Niels Martin Hansen
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
* Redistributions of source code must retain the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer.
|
|
||||||
* Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
* Neither the name of the Aegisub Group nor the names of its contributors
|
|
||||||
may be used to endorse or promote products derived from this software
|
|
||||||
without specific prior written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
||||||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
||||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
||||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
||||||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
||||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
|
||||||
Aegisub Project http://www.aegisub.org/
|
|
||||||
|
|
||||||
$Id$
|
|
||||||
-->
|
|
||||||
<ProjectSchemaDefinitions
|
|
||||||
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
|
||||||
|
|
||||||
<ContentType
|
|
||||||
Name="SUBWCRevTemplate"
|
|
||||||
DisplayName="SUBWCRev template"
|
|
||||||
ItemType="SubWCRev">
|
|
||||||
</ContentType>
|
|
||||||
|
|
||||||
<ItemType Name="SubWCRev" DisplayName="TortoiseSVN SubWCRev" />
|
|
||||||
|
|
||||||
</ProjectSchemaDefinitions>
|
|
|
@ -64,8 +64,7 @@
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)Aegisub.SubWCRev.ProjectItems.xml" />
|
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)Aegisub.xml" />
|
||||||
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)Aegisub.SubWCRev.xml" />
|
|
||||||
<ProjectTools Include="SubWCRev" />
|
<ProjectTools Include="SubWCRev" />
|
||||||
<AvailableItemName Include="SubWCRev">
|
<AvailableItemName Include="SubWCRev">
|
||||||
<Targets>SubWCRev</Targets>
|
<Targets>SubWCRev</Targets>
|
|
@ -35,7 +35,7 @@
|
||||||
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
|
<Import Project="$(MSBuildThisFileDirectory)..\aegisub.props" />
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<!-- Project specific configuration -->
|
<!-- Project specific configuration -->
|
||||||
<Import Project="$(MSBuildThisFileDirectory)Aegisub.SubWCRev.targets" />
|
<Import Project="$(MSBuildThisFileDirectory)Aegisub.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetName>aegisub$(AegisubPlatformSuffix)</TargetName>
|
<TargetName>aegisub$(AegisubPlatformSuffix)</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
@ -48,10 +48,11 @@
|
||||||
|
|
||||||
<StringProperty
|
<StringProperty
|
||||||
Name="SubWCRevExe"
|
Name="SubWCRevExe"
|
||||||
|
Subtype="file"
|
||||||
Category="General"
|
Category="General"
|
||||||
DisplayName="SubWCRev.exe"
|
DisplayName="SubWCRev.exe"
|
||||||
Description="Location of the SubWCRev.exe file used to process SVN working copies. Changes to this setting are stored in user settings, not in the main project file."
|
Description="Location of the SubWCRev.exe file used to process SVN working copies. Changes to this setting are stored in user settings, not in the main project file."
|
||||||
Default="$(SubWCRevExe)"
|
Default="SubWCRev.exe"
|
||||||
>
|
>
|
||||||
<StringProperty.DataSource>
|
<StringProperty.DataSource>
|
||||||
<DataSource Persistence="UserFile" ItemType="" HasConfigurationCondition="false" />
|
<DataSource Persistence="UserFile" ItemType="" HasConfigurationCondition="false" />
|
||||||
|
@ -60,18 +61,21 @@
|
||||||
|
|
||||||
<StringProperty
|
<StringProperty
|
||||||
Name="InputFile"
|
Name="InputFile"
|
||||||
|
Subtype="file"
|
||||||
Category="General"
|
Category="General"
|
||||||
DisplayName="Input file"
|
DisplayName="Input file"
|
||||||
Description="Template file to insert data to."
|
Description="Template file to insert data to."
|
||||||
/>
|
/>
|
||||||
<StringProperty
|
<StringProperty
|
||||||
Name="OutputFile"
|
Name="OutputFile"
|
||||||
|
Subtype="file"
|
||||||
Category="General"
|
Category="General"
|
||||||
DisplayName="Output file"
|
DisplayName="Output file"
|
||||||
Description="File to generate from the template file."
|
Description="File to generate from the template file."
|
||||||
/>
|
/>
|
||||||
<StringProperty
|
<StringProperty
|
||||||
Name="Repository"
|
Name="Repository"
|
||||||
|
Subtype="folder"
|
||||||
Category="General"
|
Category="General"
|
||||||
DisplayName="Working copy location"
|
DisplayName="Working copy location"
|
||||||
Description="Location of SVN working copy to extract data from."
|
Description="Location of SVN working copy to extract data from."
|
Loading…
Reference in New Issue