-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKingdoms And Castles Mods.csproj
169 lines (169 loc) · 8.98 KB
/
Kingdoms And Castles Mods.csproj
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{43BD2220-90B9-4A50-B5C0-BA1519A436C5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Phedg1Studios</RootNamespace>
<AssemblyName>Kingdoms And Castles Mods</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>Builds\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>Builds\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>Dependencies\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>Dependencies\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>Dependencies\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Dependencies\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Unity.TextMeshPro">
<HintPath>Dependencies\Unity.TextMeshPro.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>Dependencies\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
<HintPath>Dependencies\UnityEngine.AssetBundleModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.AudioModule">
<HintPath>Dependencies\UnityEngine.AudioModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>Dependencies\UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.IMGUIModule">
<HintPath>Dependencies\UnityEngine.IMGUIModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.InputLegacyModule">
<HintPath>Dependencies\UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.InputModule">
<HintPath>Dependencies\UnityEngine.InputModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.StandardEvents">
<HintPath>Dependencies\UnityEngine.StandardEvents.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.TextRenderingModule">
<HintPath>Dependencies\UnityEngine.TextRenderingModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>Dependencies\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UIElementsModule">
<HintPath>Dependencies\UnityEngine.UIElementsModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>Dependencies\UnityEngine.UIModule.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Automatic Rebuild\Automatic Rebuild\AutomaticRebuild.cs" />
<Compile Include="Building Rotation Fix\Building Rotation Fix\BuildingRotationFix.cs" />
<Compile Include="Custom Research API\Custom Research API\CustomResearchAPI.cs" />
<Compile Include="Custom Research API\Custom Research API\ResearchUIUpdater.cs" />
<Compile Include="Custom Research API\Example\CustomResearchModExample.cs" />
<Compile Include="Custom Research API\Shared\Phedg1.RegisterResearch.cs" />
<Compile Include="Custom Spells API\Custom Spells API\CustomSpellsAPI.cs" />
<Compile Include="Custom Spells API\Custom Spells API\SpellUIUpdater.cs" />
<Compile Include="Custom Spells API\Example\CustomSpellsModExample.cs" />
<Compile Include="Custom Spells API\Example\StreamerEffect_Example.cs" />
<Compile Include="Custom Spells API\Export\Phedg1.RegisterSpells.cs" />
<Compile Include="Custom Spells API\Export\Phedg1.SpellDataCustom.cs" />
<Compile Include="Custom Spells API\Export\Phedg1.StreamerEffectCustom.cs" />
<Compile Include="NPC Hotkeys\NPC Hotkeys\NPCHotkeys.cs" />
<Compile Include="Pause Menu Remember Speed\Pause Menu Remember Speed\PauseMenuRememberSpeed.cs" />
<Compile Include="Placing Building Cancel Fix\Placing Building Cancel Fix\PlacingBuildingCancelFix.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Rotate Buildings\Rotate Buildings\RotateBuildings.cs" />
<Compile Include="Ships Travel Annually\Ships Travel Annually\ShipsTravelAnnually.cs" />
<Compile Include="Terraform Witch Spells\Shared\Zat.Debugging.cs" />
<Compile Include="Terraform Witch Spells\Shared\Zat.InterModComm.cs" />
<Compile Include="Terraform Witch Spells\Shared\Zat.ModMenu.API.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\ModMenuListeners.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\ModMenuSettings.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\QueryForCriteria.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffectQuery.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_DecreaseElevation.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_DecreaseFertility.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_IncreaseElevation.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_IncreaseFertility.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_RelocateIron.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_RelocateKeep.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_RelocateStone.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_RelocateWitchHut.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\StreamerEffect_TransmuteRock.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\TerraformWitchSpells.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\Translation.cs" />
<Compile Include="Terraform Witch Spells\Terraform Witch Spells\Util.cs" />
<Compile Include="Force Nearby Destinations\Force Nearby Destinations\ForceNearbyDestinations.cs" />
<Compile Include="Util\KCModInterop.cs" />
<Compile Include="Util\Phedg1.Util.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Custom Spells API\Import\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>