1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Deploy" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Default</Configuration >
5
+ <ProjectGuid >{0d7ca025-2cde-4973-a4e7-479ce977bfc1}</ProjectGuid >
6
+ <Name >Community Patch - Civ IV Diplomatic Features Enabler</Name >
7
+ <Guid >46352714-87cd-4a8a-bb26-32df84021615</Guid >
8
+ <ModVersion >1</ModVersion >
9
+ <Stability >Experimental</Stability >
10
+ <Teaser >Enabler for CIV4DF and the CP (1/21)</Teaser >
11
+ <Description >Enables functionality from Civ IV Diplomatic Features to be used by the Community Patch</Description >
12
+ <Authors >Gazebo</Authors >
13
+ <SpecialThanks >
14
+ </SpecialThanks >
15
+ <Categories >$Categories$</Categories >
16
+ <AffectsSavedGames >false</AffectsSavedGames >
17
+ <MinCompatibleSaveVersion >0</MinCompatibleSaveVersion >
18
+ <SupportsSinglePlayer >true</SupportsSinglePlayer >
19
+ <SupportsMultiplayer >true</SupportsMultiplayer >
20
+ <SupportsMac >true</SupportsMac >
21
+ <AssemblyName >Mod Template</AssemblyName >
22
+ <RootNamespace >Mod Template</RootNamespace >
23
+ <ModActions >
24
+ <Action >
25
+ <Set >OnModActivated</Set >
26
+ <Type >UpdateDatabase</Type >
27
+ <FileName >C4DFCompatibility.sql</FileName >
28
+ </Action >
29
+ </ModActions >
30
+ <Homepage >
31
+ </Homepage >
32
+ <ModReferences />
33
+ <ModDependencies >
34
+ <Association >
35
+ <Type >Mod</Type >
36
+ <Name >Community Patch</Name >
37
+ <Id >d1b6328c-ff44-4b0d-aad7-c657f83610cd</Id >
38
+ <MinVersion >0</MinVersion >
39
+ <MaxVersion >999</MaxVersion >
40
+ </Association >
41
+ </ModDependencies >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)' == 'Default' " >
44
+ <OutputPath >.</OutputPath >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)' == 'Package Only' " >
47
+ <PackageMod >true</PackageMod >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)' == 'Deploy Only' " >
50
+ <PackageMod >false</PackageMod >
51
+ </PropertyGroup >
52
+ <ItemGroup >
53
+ <Content Include =" C4DFCompatibility.sql" >
54
+ <SubType >Lua</SubType >
55
+ <ImportIntoVFS >False</ImportIntoVFS >
56
+ </Content >
57
+ <Content Include =" Readme.txt" >
58
+ <SubType >Lua</SubType >
59
+ <ImportIntoVFS >False</ImportIntoVFS >
60
+ </Content >
61
+ </ItemGroup >
62
+ <Import Project =" $(MSBuildExtensionsPath)\Firaxis\ModBuddy\Civ5Mod.targets" />
63
+ </Project >
0 commit comments