This repository has been archived by the owner on Sep 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MUCfVP-EECompatibilityPatch.civ5proj
75 lines (75 loc) · 2.8 KB
/
MUCfVP-EECompatibilityPatch.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
<?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>{6c8ae19e-8f9b-4027-af29-03bf815720d5}</ProjectGuid>
<Name>MUCfVP-EE Compatibility Patch</Name>
<Guid>c4b66c8f-961c-44ae-af33-e66245a50e3a</Guid>
<ModVersion>4</ModVersion>
<Stability>Stable</Stability>
<Teaser>Compatibility Patch for MUCfVP and EE mods.</Teaser>
<Description>Compatibility Patch for MUCfVP and EE mods.
MUCfVP v36
EE v1.1</Description>
<Authors>Adam</Authors>
<SpecialThanks>
</SpecialThanks>
<AffectsSavedGames>true</AffectsSavedGames>
<MinCompatibleSaveVersion>0</MinCompatibleSaveVersion>
<SupportsSinglePlayer>true</SupportsSinglePlayer>
<SupportsMultiplayer>true</SupportsMultiplayer>
<SupportsHotSeat>true</SupportsHotSeat>
<SupportsMac>true</SupportsMac>
<AssemblyName>MUCfVP-EECompatibilityPatch</AssemblyName>
<RootNamespace>MUCfVP-EECompatibilityPatch</RootNamespace>
<ModReferences />
<ReloadUnitSystem>true</ReloadUnitSystem>
<ReloadLandmarkSystem>true</ReloadLandmarkSystem>
<ReloadStrategicViewSystem>true</ReloadStrategicViewSystem>
<ModDependencies>
<Association>
<Type>Mod</Type>
<Name>More Unique Components for VP</Name>
<Id>259c3593-34dd-4fdd-bd7d-8ed67cc0797c</Id>
<MinVersion>0</MinVersion>
<MaxVersion>999</MaxVersion>
</Association>
<Association>
<Type>Mod</Type>
<Name>Enlightement Era for VP</Name>
<Id>87b2deae-83cb-9b88-9017-79e741d3739c</Id>
<MinVersion>0</MinVersion>
<MaxVersion>999</MaxVersion>
</Association>
</ModDependencies>
<ModActions>
<Action xmlns="">
<Set>OnModActivated</Set>
<Type>UpdateDatabase</Type>
<FileName>CompatibilityChanges.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="CompatibilityChanges.sql">
<SubType>Lua</SubType>
<ImportIntoVFS>False</ImportIntoVFS>
</Content>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Firaxis\ModBuddy\Civ5Mod.targets" />
</Project>