forked from adaneslavo/Alternative-Component-Names-for-VP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AlternativeComponentNamesForVP.civ5proj
91 lines (90 loc) · 3.43 KB
/
AlternativeComponentNamesForVP.civ5proj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Deploy" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Default</Configuration>
<ProjectGuid>{9d441f94-2b71-438f-a4c8-55b0ac146186}</ProjectGuid>
<Name>Alternative Component Names</Name>
<Guid>7f744e52-8950-4961-93f4-6b6d121b7894</Guid>
<ModVersion>1</ModVersion>
<Stability>Alpha</Stability>
<Teaser>Renames components using either endonyms (english translations) or xenonyms (native words).</Teaser>
<Description>Renames components and civilizations using either endonyms (english translations) or xenonyms (native words).
Compatible with VP, MUCfVP and Civilization mods (Khmer, Israel).</Description>
<Authors>adan_eslavo</Authors>
<SpecialThanks>pineappledan</SpecialThanks>
<AffectsSavedGames>true</AffectsSavedGames>
<MinCompatibleSaveVersion>0</MinCompatibleSaveVersion>
<SupportsSinglePlayer>true</SupportsSinglePlayer>
<SupportsMultiplayer>true</SupportsMultiplayer>
<SupportsHotSeat>true</SupportsHotSeat>
<SupportsMac>true</SupportsMac>
<AssemblyName>AlternativeComponentNamesForVP</AssemblyName>
<RootNamespace>AlternativeComponentNamesForVP</RootNamespace>
<ModReferences />
<ModDependencies>
<Association>
<Type>Mod</Type>
<Name>(3) City-State Diplomacy Mod for CBP</Name>
<Id>eead0050-1e3f-4178-a91f-26cf1881ac39</Id>
<MinVersion>27</MinVersion>
<MaxVersion>999</MaxVersion>
</Association>
<Association>
<Type>Mod</Type>
<Name>(4) C4DF - CBP</Name>
<Id>c7bf7064-d1b1-4708-9e93-7a1560868582</Id>
<MinVersion>11</MinVersion>
<MaxVersion>999</MaxVersion>
</Association>
<Association>
<Type>Mod</Type>
<Name>(5) More Luxuries - CBO Edition</Name>
<Id>be2d13ee-d18d-410e-8f04-7cd19cd99a98</Id>
<MinVersion>155</MinVersion>
<MaxVersion>999</MaxVersion>
</Association>
</ModDependencies>
<ModActions>
<Action>
<Set>OnModActivated</Set>
<Type>UpdateDatabase</Type>
<FileName>Settings/ACNSettings.sql</FileName>
</Action>
<Action>
<Set>OnModActivated</Set>
<Type>UpdateDatabase</Type>
<FileName>Texts/AlternativeNames.sql</FileName>
</Action>
</ModActions>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Default' ">
<OutputPath>.</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Package Only' ">
<PackageMod>true</PackageMod>
<DeployMod>false</DeployMod>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Deploy Only' ">
<PackageMod>false</PackageMod>
<DeployMod>true</DeployMod>
</PropertyGroup>
<ItemGroup>
<Content Include="Changelog.txt">
<SubType>Lua</SubType>
<ImportIntoVFS>False</ImportIntoVFS>
</Content>
<Content Include="Settings\ACNSettings.sql">
<SubType>Lua</SubType>
<ImportIntoVFS>False</ImportIntoVFS>
</Content>
<Content Include="Texts\AlternativeNames.sql">
<SubType>Lua</SubType>
<ImportIntoVFS>False</ImportIntoVFS>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Settings" />
<Folder Include="Texts" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Firaxis\ModBuddy\Civ5Mod.targets" />
</Project>