41 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project ToolsVersion="12.0" DefaultTargets="Default" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <PropertyGroup>
 | 
						|
    <Configuration Condition=" '$(Configuration)' == '' ">Default</Configuration>
 | 
						|
    <Name>Great Artist Akira Toriyama</Name>
 | 
						|
    <Guid>5caa7b09-5d39-455f-878a-6f2e541dd215</Guid>
 | 
						|
    <ProjectGuid>d2259ded-fdda-4ddc-8088-e97e0b6242af</ProjectGuid>
 | 
						|
    <ModVersion>1</ModVersion>
 | 
						|
    <Teaser>Honestly, the man deserves it.</Teaser>
 | 
						|
    <Description>Honestly, the man deserves it.</Description>
 | 
						|
    <Authors>Nicole O'Connor</Authors>
 | 
						|
    <SpecialThanks>
 | 
						|
    </SpecialThanks>
 | 
						|
    <AffectsSavedGames>true</AffectsSavedGames>
 | 
						|
    <SupportsSinglePlayer>true</SupportsSinglePlayer>
 | 
						|
    <SupportsMultiplayer>true</SupportsMultiplayer>
 | 
						|
    <SupportsHotSeat>true</SupportsHotSeat>
 | 
						|
    <CompatibleVersions>1.2,2.0</CompatibleVersions>
 | 
						|
    <AssociationData><![CDATA[<Associations>
 | 
						|
  <Dependency type="Dlc" title="Expansion: Gathering Storm" id="4873eb62-8ccc-4574-b784-dda455e74e68" />
 | 
						|
</Associations>]]></AssociationData>
 | 
						|
    <AssemblyName>AkiraToriyamaArtist</AssemblyName>
 | 
						|
    <RootNamespace>AkiraToriyamaArtist</RootNamespace>
 | 
						|
    <ModProperties>
 | 
						|
      <CustomProperties xmlns="" />
 | 
						|
    </ModProperties>
 | 
						|
    <Homepage>https://vcs.otl-hga.net/nicole/Civ6-AkiraToriyamaArtist</Homepage>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)' == 'Default' ">
 | 
						|
    <OutputPath>.</OutputPath>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <None Include="AkiraToriyamaArtist.Art.xml" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Content Include="Artist_AkiraToriyama.xml">
 | 
						|
      <SubType>Content</SubType>
 | 
						|
    </Content>
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(MSBuildLocalExtensionPath)Civ6.targets" />
 | 
						|
</Project> |