CnCTDRAMapEditor.csproj (26425B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0"> 3 <Import Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> 4 <PropertyGroup> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <ProjectGuid>{397CEF00-8930-4EC8-B15F-F7CF7193FB22}</ProjectGuid> 8 <OutputType>WinExe</OutputType> 9 <RootNamespace>MobiusEditor</RootNamespace> 10 <AssemblyName Condition="'$(Configuration)'=='Debug'">CnCTDRAMapEditorD</AssemblyName> 11 <AssemblyName Condition="'$(Configuration)'=='Release'">CnCTDRAMapEditor</AssemblyName> 12 <AssemblyName Condition="'$(Configuration)'=='Gold'">CnCTDRAMapEditor</AssemblyName> 13 <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 16 <Deterministic>true</Deterministic> 17 <SccProjectName>SAK</SccProjectName> 18 <SccLocalPath>SAK</SccLocalPath> 19 <SccAuxPath>SAK</SccAuxPath> 20 <SccProvider>SAK</SccProvider> 21 <TargetFrameworkProfile /> 22 </PropertyGroup> 23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 24 <PlatformTarget>x64</PlatformTarget> 25 <DebugSymbols>true</DebugSymbols> 26 <DebugType>full</DebugType> 27 <Optimize>false</Optimize> 28 <OutputPath>bin\Debug\</OutputPath> 29 <DefineConstants>TRACE;DEBUG;STEAMWORKS_WIN;STEAMWORKS_X64;DEVELOPER</DefineConstants> 30 <ErrorReport>prompt</ErrorReport> 31 <WarningLevel>4</WarningLevel> 32 <LangVersion>7.3</LangVersion> 33 <Prefer32Bit>false</Prefer32Bit> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 36 <PlatformTarget>x64</PlatformTarget> 37 <DebugType>pdbonly</DebugType> 38 <Optimize>true</Optimize> 39 <OutputPath>bin\Release\</OutputPath> 40 <DefineConstants>TRACE;STEAMWORKS_WIN;STEAMWORKS_X64;DEVELOPER</DefineConstants> 41 <ErrorReport>prompt</ErrorReport> 42 <WarningLevel>4</WarningLevel> 43 <LangVersion>7.3</LangVersion> 44 <Prefer32Bit>false</Prefer32Bit> 45 </PropertyGroup> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Gold|AnyCPU'"> 47 <OutputPath>bin\Gold\</OutputPath> 48 <DefineConstants>TRACE;STEAMWORKS_WIN;STEAMWORKS_X64</DefineConstants> 49 <Optimize>true</Optimize> 50 <DebugType>pdbonly</DebugType> 51 <PlatformTarget>x64</PlatformTarget> 52 <LangVersion>7.3</LangVersion> 53 <ErrorReport>prompt</ErrorReport> 54 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 55 <Prefer32Bit>false</Prefer32Bit> 56 </PropertyGroup> 57 <PropertyGroup> 58 <ApplicationIcon>Resources\GameIcon00.ico</ApplicationIcon> 59 </PropertyGroup> 60 <ItemGroup> 61 <Reference Include="System" /> 62 <Reference Include="System.Core" /> 63 <Reference Include="System.IO.Compression" /> 64 <Reference Include="System.IO.Compression.FileSystem" /> 65 <Reference Include="System.Numerics" /> 66 <Reference Include="System.Xml.Linq" /> 67 <Reference Include="System.Data.DataSetExtensions" /> 68 <Reference Include="Microsoft.CSharp" /> 69 <Reference Include="System.Data" /> 70 <Reference Include="System.Deployment" /> 71 <Reference Include="System.Drawing" /> 72 <Reference Include="System.Windows.Forms" /> 73 <Reference Include="System.Xml" /> 74 </ItemGroup> 75 <ItemGroup> 76 <Compile Include="Controls\BasicSettings.cs"> 77 <SubType>UserControl</SubType> 78 </Compile> 79 <Compile Include="Controls\BasicSettings.Designer.cs"> 80 <DependentUpon>BasicSettings.cs</DependentUpon> 81 </Compile> 82 <Compile Include="Controls\BriefingSettings.cs"> 83 <SubType>UserControl</SubType> 84 </Compile> 85 <Compile Include="Controls\BriefingSettings.Designer.cs"> 86 <DependentUpon>BriefingSettings.cs</DependentUpon> 87 </Compile> 88 <Compile Include="Controls\ImageTooltip.cs"> 89 <SubType>Component</SubType> 90 </Compile> 91 <Compile Include="Controls\ImageTooltip.Designer.cs"> 92 <DependentUpon>ImageTooltip.cs</DependentUpon> 93 </Compile> 94 <Compile Include="Controls\MapPanel.cs"> 95 <SubType>Component</SubType> 96 </Compile> 97 <Compile Include="Controls\MapPanel.Designer.cs"> 98 <DependentUpon>MapPanel.cs</DependentUpon> 99 </Compile> 100 <Compile Include="Controls\MenuButton.cs"> 101 <SubType>Component</SubType> 102 </Compile> 103 <Compile Include="Controls\MenuButton.Designer.cs"> 104 <DependentUpon>MenuButton.cs</DependentUpon> 105 </Compile> 106 <Compile Include="Controls\PropertiesComboBox.cs"> 107 <SubType>Component</SubType> 108 </Compile> 109 <Compile Include="Controls\PropertiesComboBox.Designer.cs"> 110 <DependentUpon>PropertiesComboBox.cs</DependentUpon> 111 </Compile> 112 <Compile Include="Controls\TerrainProperties.cs"> 113 <SubType>UserControl</SubType> 114 </Compile> 115 <Compile Include="Controls\TerrainProperties.Designer.cs"> 116 <DependentUpon>TerrainProperties.cs</DependentUpon> 117 </Compile> 118 <Compile Include="Controls\ObjectProperties.cs"> 119 <SubType>UserControl</SubType> 120 </Compile> 121 <Compile Include="Controls\ObjectProperties.Designer.cs"> 122 <DependentUpon>ObjectProperties.cs</DependentUpon> 123 </Compile> 124 <Compile Include="Controls\PlayerSettings.cs"> 125 <SubType>UserControl</SubType> 126 </Compile> 127 <Compile Include="Controls\PlayerSettings.Designer.cs"> 128 <DependentUpon>PlayerSettings.cs</DependentUpon> 129 </Compile> 130 <Compile Include="Controls\TypeComboBox.cs"> 131 <SubType>Component</SubType> 132 </Compile> 133 <Compile Include="Controls\TypeComboBox.Designer.cs"> 134 <DependentUpon>TypeComboBox.cs</DependentUpon> 135 </Compile> 136 <Compile Include="Dialogs\ErrorMessageBox.cs"> 137 <SubType>Form</SubType> 138 </Compile> 139 <Compile Include="Dialogs\ErrorMessageBox.Designer.cs"> 140 <DependentUpon>ErrorMessageBox.cs</DependentUpon> 141 </Compile> 142 <Compile Include="Dialogs\InviteMessageBox.cs"> 143 <SubType>Form</SubType> 144 </Compile> 145 <Compile Include="Dialogs\InviteMessageBox.Designer.cs"> 146 <DependentUpon>InviteMessageBox.cs</DependentUpon> 147 </Compile> 148 <Compile Include="Dialogs\MapSettingsDialog.cs"> 149 <SubType>Form</SubType> 150 </Compile> 151 <Compile Include="Dialogs\MapSettingsDialog.Designer.cs"> 152 <DependentUpon>MapSettingsDialog.cs</DependentUpon> 153 </Compile> 154 <Compile Include="Dialogs\NewMapDialog.cs"> 155 <SubType>Form</SubType> 156 </Compile> 157 <Compile Include="Dialogs\NewMapDialog.Designer.cs"> 158 <DependentUpon>NewMapDialog.cs</DependentUpon> 159 </Compile> 160 <Compile Include="Dialogs\SteamDialog.cs"> 161 <SubType>Form</SubType> 162 </Compile> 163 <Compile Include="Dialogs\SteamDialog.Designer.cs"> 164 <DependentUpon>SteamDialog.cs</DependentUpon> 165 </Compile> 166 <Compile Include="Dialogs\TriggersDialog.cs"> 167 <SubType>Form</SubType> 168 </Compile> 169 <Compile Include="Dialogs\TriggersDialog.Designer.cs"> 170 <DependentUpon>TriggersDialog.cs</DependentUpon> 171 </Compile> 172 <Compile Include="Dialogs\TeamTypesDialog.cs"> 173 <SubType>Form</SubType> 174 </Compile> 175 <Compile Include="Dialogs\TeamTypesDialog.Designer.cs"> 176 <DependentUpon>TeamTypesDialog.cs</DependentUpon> 177 </Compile> 178 <Compile Include="Event\RenderEventArgs.cs" /> 179 <Compile Include="Event\UndoRedoEventArgs.cs" /> 180 <Compile Include="Globals.cs" /> 181 <Compile Include="Interface\IBrowsableType.cs" /> 182 <Compile Include="Interface\ICellOccupier.cs" /> 183 <Compile Include="Interface\ICellOverlapper.cs" /> 184 <Compile Include="Interface\IGamePlugin.cs" /> 185 <Compile Include="Interface\INamedType.cs" /> 186 <Compile Include="Interface\ITechnoType.cs" /> 187 <Compile Include="Interface\ITool.cs" /> 188 <Compile Include="Interface\IWidget.cs" /> 189 <Compile Include="MainForm.cs"> 190 <SubType>Form</SubType> 191 </Compile> 192 <Compile Include="MainForm.Designer.cs"> 193 <DependentUpon>MainForm.cs</DependentUpon> 194 </Compile> 195 <Compile Include="Model\BasicSection.cs" /> 196 <Compile Include="Model\BriefingSection.cs" /> 197 <Compile Include="Model\Building.cs" /> 198 <Compile Include="Model\CellGrid.cs" /> 199 <Compile Include="Model\CellMetrics.cs" /> 200 <Compile Include="Model\CellTrigger.cs" /> 201 <Compile Include="Model\DirectionType.cs" /> 202 <Compile Include="Model\House.cs" /> 203 <Compile Include="Model\HouseType.cs" /> 204 <Compile Include="Model\BuildingType.cs" /> 205 <Compile Include="Model\Infantry.cs" /> 206 <Compile Include="Model\Map.cs" /> 207 <Compile Include="Model\MapSection.cs" /> 208 <Compile Include="Model\OccupierSet.cs" /> 209 <Compile Include="Model\OverlapperSet.cs" /> 210 <Compile Include="Model\Overlay.cs" /> 211 <Compile Include="Model\OverlayType.cs" /> 212 <Compile Include="Model\Smudge.cs" /> 213 <Compile Include="Model\SmudgeType.cs" /> 214 <Compile Include="Model\SteamSection.cs" /> 215 <Compile Include="Model\TeamType.cs" /> 216 <Compile Include="Model\Template.cs" /> 217 <Compile Include="Model\TemplateType.cs" /> 218 <Compile Include="Model\Terrain.cs" /> 219 <Compile Include="Model\TerrainType.cs" /> 220 <Compile Include="Model\TheaterType.cs" /> 221 <Compile Include="Model\Trigger.cs" /> 222 <Compile Include="Model\InfantryType.cs" /> 223 <Compile Include="Model\TypeItem.cs" /> 224 <Compile Include="Model\Unit.cs" /> 225 <Compile Include="Model\UnitType.cs" /> 226 <Compile Include="Model\Waypoint.cs" /> 227 <Compile Include="Program.cs" /> 228 <Compile Include="Properties\AssemblyInfo.cs" /> 229 <Compile Include="RedAlert\ActionDataTypes.cs" /> 230 <Compile Include="RedAlert\ActionTypes.cs" /> 231 <Compile Include="RedAlert\BasicSection.cs" /> 232 <Compile Include="RedAlert\BuildingTypes.cs" /> 233 <Compile Include="RedAlert\Constants.cs" /> 234 <Compile Include="RedAlert\DirectionTypes.cs" /> 235 <Compile Include="RedAlert\EventTypes.cs" /> 236 <Compile Include="RedAlert\GamePlugin.cs" /> 237 <Compile Include="RedAlert\House.cs" /> 238 <Compile Include="RedAlert\HouseTypes.cs" /> 239 <Compile Include="RedAlert\InfantryTypes.cs" /> 240 <Compile Include="RedAlert\MissionTypes.cs" /> 241 <Compile Include="RedAlert\OverlayTypes.cs" /> 242 <Compile Include="RedAlert\SmudgeTypes.cs" /> 243 <Compile Include="RedAlert\TeamMissionTypes.cs" /> 244 <Compile Include="RedAlert\TemplateTypes.cs" /> 245 <Compile Include="RedAlert\TerrainTypes.cs" /> 246 <Compile Include="RedAlert\TheaterTypes.cs" /> 247 <Compile Include="RedAlert\UnitTypes.cs" /> 248 <Compile Include="Render\MapRenderer.cs" /> 249 <Compile Include="Steamworks.NET\autogen\isteamapplist.cs" /> 250 <Compile Include="Steamworks.NET\autogen\isteamapps.cs" /> 251 <Compile Include="Steamworks.NET\autogen\isteamclient.cs" /> 252 <Compile Include="Steamworks.NET\autogen\isteamcontroller.cs" /> 253 <Compile Include="Steamworks.NET\autogen\isteamfriends.cs" /> 254 <Compile Include="Steamworks.NET\autogen\isteamgameserver.cs" /> 255 <Compile Include="Steamworks.NET\autogen\isteamgameserverapps.cs" /> 256 <Compile Include="Steamworks.NET\autogen\isteamgameserverclient.cs" /> 257 <Compile Include="Steamworks.NET\autogen\isteamgameserverhttp.cs" /> 258 <Compile Include="Steamworks.NET\autogen\isteamgameserverinventory.cs" /> 259 <Compile Include="Steamworks.NET\autogen\isteamgameservernetworking.cs" /> 260 <Compile Include="Steamworks.NET\autogen\isteamgameserverstats.cs" /> 261 <Compile Include="Steamworks.NET\autogen\isteamgameserverugc.cs" /> 262 <Compile Include="Steamworks.NET\autogen\isteamgameserverutils.cs" /> 263 <Compile Include="Steamworks.NET\autogen\isteamhtmlsurface.cs" /> 264 <Compile Include="Steamworks.NET\autogen\isteamhttp.cs" /> 265 <Compile Include="Steamworks.NET\autogen\isteaminput.cs" /> 266 <Compile Include="Steamworks.NET\autogen\isteaminventory.cs" /> 267 <Compile Include="Steamworks.NET\autogen\isteammatchmaking.cs" /> 268 <Compile Include="Steamworks.NET\autogen\isteammusic.cs" /> 269 <Compile Include="Steamworks.NET\autogen\isteammusicremote.cs" /> 270 <Compile Include="Steamworks.NET\autogen\isteamnetworking.cs" /> 271 <Compile Include="Steamworks.NET\autogen\isteamparentalsettings.cs" /> 272 <Compile Include="Steamworks.NET\autogen\isteamremoteplay.cs" /> 273 <Compile Include="Steamworks.NET\autogen\isteamremotestorage.cs" /> 274 <Compile Include="Steamworks.NET\autogen\isteamscreenshots.cs" /> 275 <Compile Include="Steamworks.NET\autogen\isteamugc.cs" /> 276 <Compile Include="Steamworks.NET\autogen\isteamunifiedmessages.cs" /> 277 <Compile Include="Steamworks.NET\autogen\isteamuser.cs" /> 278 <Compile Include="Steamworks.NET\autogen\isteamuserstats.cs" /> 279 <Compile Include="Steamworks.NET\autogen\isteamutils.cs" /> 280 <Compile Include="Steamworks.NET\autogen\isteamvideo.cs" /> 281 <Compile Include="Steamworks.NET\autogen\NativeMethods.cs" /> 282 <Compile Include="Steamworks.NET\autogen\SteamCallbacks.cs" /> 283 <Compile Include="Steamworks.NET\autogen\SteamConstants.cs" /> 284 <Compile Include="Steamworks.NET\autogen\SteamEnums.cs" /> 285 <Compile Include="Steamworks.NET\autogen\SteamStructs.cs" /> 286 <Compile Include="Steamworks.NET\CallbackDispatcher.cs" /> 287 <Compile Include="Steamworks.NET\CallbackIdentity.cs" /> 288 <Compile Include="Steamworks.NET\InteropHelp.cs" /> 289 <Compile Include="Steamworks.NET\ISteamMatchmakingResponses.cs" /> 290 <Compile Include="Steamworks.NET\Packsize.cs" /> 291 <Compile Include="Steamworks.NET\Steam.cs" /> 292 <Compile Include="Steamworks.NET\types\MatchmakingTypes\gameserveritem_t.cs" /> 293 <Compile Include="Steamworks.NET\types\MatchmakingTypes\servernetadr_t.cs" /> 294 <Compile Include="Steamworks.NET\types\SteamClientPublic\CGameID.cs" /> 295 <Compile Include="Steamworks.NET\types\SteamClientPublic\CSteamID.cs" /> 296 <Compile Include="Steamworks.NET\types\SteamClientPublic\HAuthTicket.cs" /> 297 <Compile Include="Steamworks.NET\types\SteamClient\SteamAPIWarningMessageHook_t.cs" /> 298 <Compile Include="Steamworks.NET\types\SteamClient\SteamAPI_CheckCallbackRegistered_t.cs" /> 299 <Compile Include="Steamworks.NET\types\SteamClient\SteamAPI_PostAPIResultInProcess_t.cs" /> 300 <Compile Include="Steamworks.NET\types\SteamController\ControllerActionSetHandle_t.cs" /> 301 <Compile Include="Steamworks.NET\types\SteamController\ControllerAnalogActionHandle_t.cs" /> 302 <Compile Include="Steamworks.NET\types\SteamController\ControllerDigitalActionHandle_t.cs" /> 303 <Compile Include="Steamworks.NET\types\SteamController\ControllerHandle_t.cs" /> 304 <Compile Include="Steamworks.NET\types\SteamFriends\FriendsGroupID_t.cs" /> 305 <Compile Include="Steamworks.NET\types\SteamHTMLSurface\HHTMLBrowser.cs" /> 306 <Compile Include="Steamworks.NET\types\SteamHTTP\HTTPCookieContainerHandle.cs" /> 307 <Compile Include="Steamworks.NET\types\SteamHTTP\HTTPRequestHandle.cs" /> 308 <Compile Include="Steamworks.NET\types\SteamInput\InputActionSetHandle_t.cs" /> 309 <Compile Include="Steamworks.NET\types\SteamInput\InputAnalogActionHandle_t.cs" /> 310 <Compile Include="Steamworks.NET\types\SteamInput\InputDigitalActionHandle_t.cs" /> 311 <Compile Include="Steamworks.NET\types\SteamInput\InputHandle_t.cs" /> 312 <Compile Include="Steamworks.NET\types\SteamInventory\SteamInventoryResult_t.cs" /> 313 <Compile Include="Steamworks.NET\types\SteamInventory\SteamInventoryUpdateHandle_t.cs" /> 314 <Compile Include="Steamworks.NET\types\SteamInventory\SteamItemDef_t.cs" /> 315 <Compile Include="Steamworks.NET\types\SteamInventory\SteamItemInstanceID_t.cs" /> 316 <Compile Include="Steamworks.NET\types\SteamMatchmaking\HServerListRequest.cs" /> 317 <Compile Include="Steamworks.NET\types\SteamMatchmaking\HServerQuery.cs" /> 318 <Compile Include="Steamworks.NET\types\SteamNetworking\SNetListenSocket_t.cs" /> 319 <Compile Include="Steamworks.NET\types\SteamNetworking\SNetSocket_t.cs" /> 320 <Compile Include="Steamworks.NET\types\SteamRemoteStorage\PublishedFileId_t.cs" /> 321 <Compile Include="Steamworks.NET\types\SteamRemoteStorage\PublishedFileUpdateHandle_t.cs" /> 322 <Compile Include="Steamworks.NET\types\SteamRemoteStorage\UGCFileWriteStreamHandle_t.cs" /> 323 <Compile Include="Steamworks.NET\types\SteamRemoteStorage\UGCHandle_t.cs" /> 324 <Compile Include="Steamworks.NET\types\SteamScreenshots\ScreenshotHandle.cs" /> 325 <Compile Include="Steamworks.NET\types\SteamTypes\AccountID_t.cs" /> 326 <Compile Include="Steamworks.NET\types\SteamTypes\AppId_t.cs" /> 327 <Compile Include="Steamworks.NET\types\SteamTypes\DepotId_t.cs" /> 328 <Compile Include="Steamworks.NET\types\SteamTypes\ManifestId_t.cs" /> 329 <Compile Include="Steamworks.NET\types\SteamTypes\PartyBeaconID_t.cs" /> 330 <Compile Include="Steamworks.NET\types\SteamTypes\RTime32.cs" /> 331 <Compile Include="Steamworks.NET\types\SteamTypes\SiteId_t.cs" /> 332 <Compile Include="Steamworks.NET\types\SteamTypes\SteamAPICall_t.cs" /> 333 <Compile Include="Steamworks.NET\types\SteamUGC\UGCQueryHandle_t.cs" /> 334 <Compile Include="Steamworks.NET\types\SteamUGC\UGCUpdateHandle_t.cs" /> 335 <Compile Include="Steamworks.NET\types\SteamUnifiedMessages\ClientUnifiedMessageHandle.cs" /> 336 <Compile Include="Steamworks.NET\types\SteamUserStats\SteamLeaderboardEntries_t.cs" /> 337 <Compile Include="Steamworks.NET\types\SteamUserStats\SteamLeaderboard_t.cs" /> 338 <Compile Include="Steamworks.NET\types\Steam_api_common\HSteamPipe.cs" /> 339 <Compile Include="Steamworks.NET\types\Steam_api_common\HSteamUser.cs" /> 340 <Compile Include="TiberianDawn\ActionTypes.cs" /> 341 <Compile Include="TiberianDawn\BasicSection.cs" /> 342 <Compile Include="TiberianDawn\Constants.cs" /> 343 <Compile Include="TiberianDawn\DirectionTypes.cs" /> 344 <Compile Include="TiberianDawn\EventTypes.cs" /> 345 <Compile Include="TiberianDawn\GamePlugin.cs" /> 346 <Compile Include="TiberianDawn\House.cs" /> 347 <Compile Include="TiberianDawn\HouseTypes.cs" /> 348 <Compile Include="TiberianDawn\BuildingTypes.cs" /> 349 <Compile Include="TiberianDawn\MissionTypes.cs" /> 350 <Compile Include="TiberianDawn\OverlayTypes.cs" /> 351 <Compile Include="TiberianDawn\SmudgeTypes.cs" /> 352 <Compile Include="TiberianDawn\TeamMissionTypes.cs" /> 353 <Compile Include="TiberianDawn\TemplateTypes.cs" /> 354 <Compile Include="TiberianDawn\TerrainTypes.cs" /> 355 <Compile Include="TiberianDawn\TheaterTypes.cs" /> 356 <Compile Include="TiberianDawn\InfantryTypes.cs" /> 357 <Compile Include="TiberianDawn\UnitTypes.cs" /> 358 <Compile Include="Tools\BuildingTool.cs" /> 359 <Compile Include="Tools\Dialogs\ResourcesToolDialog.cs"> 360 <SubType>Form</SubType> 361 </Compile> 362 <Compile Include="Tools\Dialogs\ResourcesToolDialog.Designer.cs"> 363 <DependentUpon>ResourcesToolDialog.cs</DependentUpon> 364 </Compile> 365 <Compile Include="Tools\Dialogs\ObjectToolDialog.cs"> 366 <SubType>Form</SubType> 367 </Compile> 368 <Compile Include="Tools\Dialogs\ObjectToolDialog.Designer.cs"> 369 <DependentUpon>ObjectToolDialog.cs</DependentUpon> 370 </Compile> 371 <Compile Include="Tools\Dialogs\GenericToolDialog.cs"> 372 <SubType>Form</SubType> 373 </Compile> 374 <Compile Include="Tools\Dialogs\GenericToolDialog.Designer.cs"> 375 <DependentUpon>GenericToolDialog.cs</DependentUpon> 376 </Compile> 377 <Compile Include="Tools\Dialogs\TerrainToolDialog.cs"> 378 <SubType>Form</SubType> 379 </Compile> 380 <Compile Include="Tools\Dialogs\TerrainToolDialog.Designer.cs"> 381 <DependentUpon>TerrainToolDialog.cs</DependentUpon> 382 </Compile> 383 <Compile Include="Tools\Dialogs\TemplateToolDialog.cs"> 384 <SubType>Form</SubType> 385 </Compile> 386 <Compile Include="Tools\Dialogs\TemplateToolDialog.Designer.cs"> 387 <DependentUpon>TemplateToolDialog.cs</DependentUpon> 388 </Compile> 389 <Compile Include="Tools\Dialogs\CellTriggersToolDialog.cs"> 390 <SubType>Form</SubType> 391 </Compile> 392 <Compile Include="Tools\Dialogs\CellTriggersToolDialog.Designer.cs"> 393 <DependentUpon>CellTriggersToolDialog.cs</DependentUpon> 394 </Compile> 395 <Compile Include="Tools\Dialogs\WaypointsToolDialog.cs"> 396 <SubType>Form</SubType> 397 </Compile> 398 <Compile Include="Tools\Dialogs\WaypointsToolDialog.Designer.cs"> 399 <DependentUpon>WaypointsToolDialog.cs</DependentUpon> 400 </Compile> 401 <Compile Include="Tools\InfantryTool.cs" /> 402 <Compile Include="Tools\OverlaysTool.cs" /> 403 <Compile Include="Tools\ResourcesTool.cs" /> 404 <Compile Include="Tools\SmudgeTool.cs" /> 405 <Compile Include="Tools\TemplateTool.cs" /> 406 <Compile Include="Tools\TerrainTool.cs" /> 407 <Compile Include="Tools\UnitTool.cs" /> 408 <Compile Include="Tools\ViewTool.cs" /> 409 <Compile Include="Tools\WallsTool.cs" /> 410 <Compile Include="Tools\CellTriggersTool.cs" /> 411 <Compile Include="Tools\WaypointsTool.cs" /> 412 <Compile Include="Utility\CRC.cs" /> 413 <Compile Include="Utility\ExtensionMethods.cs" /> 414 <Compile Include="Utility\GameTextManager.cs" /> 415 <Compile Include="Utility\INI.cs" /> 416 <Compile Include="Utility\Megafile.cs" /> 417 <Compile Include="Utility\MegafileBuilder.cs" /> 418 <Compile Include="Utility\MegafileManager.cs" /> 419 <Compile Include="Utility\MRU.cs" /> 420 <Compile Include="Utility\PropertyTracker.cs" /> 421 <Compile Include="Utility\SteamworksUGC.cs" /> 422 <Compile Include="Utility\TeamColor.cs" /> 423 <Compile Include="Utility\TeamColorManager.cs" /> 424 <Compile Include="Utility\TextureManager.cs" /> 425 <Compile Include="Utility\TGASharpLib.cs" /> 426 <Compile Include="Utility\Tileset.cs" /> 427 <Compile Include="Utility\TilesetManager.cs" /> 428 <Compile Include="Utility\UndoRedoList.cs" /> 429 <Compile Include="Utility\WWCompression.cs" /> 430 <Compile Include="Widgets\NavigationWidget.cs" /> 431 <EmbeddedResource Include="Controls\BasicSettings.resx"> 432 <DependentUpon>BasicSettings.cs</DependentUpon> 433 </EmbeddedResource> 434 <EmbeddedResource Include="Controls\BriefingSettings.resx"> 435 <DependentUpon>BriefingSettings.cs</DependentUpon> 436 </EmbeddedResource> 437 <EmbeddedResource Include="Controls\MapPanel.resx"> 438 <DependentUpon>MapPanel.cs</DependentUpon> 439 </EmbeddedResource> 440 <EmbeddedResource Include="Controls\TerrainProperties.resx"> 441 <DependentUpon>TerrainProperties.cs</DependentUpon> 442 </EmbeddedResource> 443 <EmbeddedResource Include="Controls\ObjectProperties.resx"> 444 <DependentUpon>ObjectProperties.cs</DependentUpon> 445 </EmbeddedResource> 446 <EmbeddedResource Include="Controls\PlayerSettings.resx"> 447 <DependentUpon>PlayerSettings.cs</DependentUpon> 448 </EmbeddedResource> 449 <EmbeddedResource Include="Dialogs\ErrorMessageBox.resx"> 450 <DependentUpon>ErrorMessageBox.cs</DependentUpon> 451 </EmbeddedResource> 452 <EmbeddedResource Include="Dialogs\InviteMessageBox.resx"> 453 <DependentUpon>InviteMessageBox.cs</DependentUpon> 454 </EmbeddedResource> 455 <EmbeddedResource Include="Dialogs\MapSettingsDialog.resx"> 456 <DependentUpon>MapSettingsDialog.cs</DependentUpon> 457 </EmbeddedResource> 458 <EmbeddedResource Include="Dialogs\NewMapDialog.resx"> 459 <DependentUpon>NewMapDialog.cs</DependentUpon> 460 </EmbeddedResource> 461 <EmbeddedResource Include="Dialogs\SteamDialog.resx"> 462 <DependentUpon>SteamDialog.cs</DependentUpon> 463 </EmbeddedResource> 464 <EmbeddedResource Include="Dialogs\TriggersDialog.resx"> 465 <DependentUpon>TriggersDialog.cs</DependentUpon> 466 </EmbeddedResource> 467 <EmbeddedResource Include="Dialogs\TeamTypesDialog.resx"> 468 <DependentUpon>TeamTypesDialog.cs</DependentUpon> 469 </EmbeddedResource> 470 <EmbeddedResource Include="MainForm.resx"> 471 <DependentUpon>MainForm.cs</DependentUpon> 472 </EmbeddedResource> 473 <EmbeddedResource Include="Properties\Resources.resx"> 474 <Generator>ResXFileCodeGenerator</Generator> 475 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 476 <SubType>Designer</SubType> 477 </EmbeddedResource> 478 <Compile Include="Properties\Resources.Designer.cs"> 479 <AutoGen>True</AutoGen> 480 <DependentUpon>Resources.resx</DependentUpon> 481 <DesignTime>True</DesignTime> 482 </Compile> 483 <EmbeddedResource Include="Tools\Dialogs\ResourcesToolDialog.resx"> 484 <DependentUpon>ResourcesToolDialog.cs</DependentUpon> 485 </EmbeddedResource> 486 <EmbeddedResource Include="Tools\Dialogs\ObjectToolDialog.resx"> 487 <DependentUpon>ObjectToolDialog.cs</DependentUpon> 488 </EmbeddedResource> 489 <EmbeddedResource Include="Tools\Dialogs\GenericToolDialog.resx"> 490 <DependentUpon>GenericToolDialog.cs</DependentUpon> 491 </EmbeddedResource> 492 <EmbeddedResource Include="Tools\Dialogs\TerrainToolDialog.resx"> 493 <DependentUpon>TerrainToolDialog.cs</DependentUpon> 494 </EmbeddedResource> 495 <EmbeddedResource Include="Tools\Dialogs\TemplateToolDialog.resx"> 496 <DependentUpon>TemplateToolDialog.cs</DependentUpon> 497 </EmbeddedResource> 498 <EmbeddedResource Include="Tools\Dialogs\CellTriggersToolDialog.resx"> 499 <DependentUpon>CellTriggersToolDialog.cs</DependentUpon> 500 </EmbeddedResource> 501 <EmbeddedResource Include="Tools\Dialogs\WaypointsToolDialog.resx"> 502 <DependentUpon>WaypointsToolDialog.cs</DependentUpon> 503 </EmbeddedResource> 504 <None Include="Properties\Settings.settings"> 505 <Generator>SettingsSingleFileGenerator</Generator> 506 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 507 </None> 508 <Compile Include="Properties\Settings.Designer.cs"> 509 <AutoGen>True</AutoGen> 510 <DependentUpon>Settings.settings</DependentUpon> 511 <DesignTimeSharedInput>True</DesignTimeSharedInput> 512 </Compile> 513 </ItemGroup> 514 <ItemGroup> 515 <None Include="App.config" /> 516 </ItemGroup> 517 <ItemGroup> 518 <EmbeddedResource Include="Resources\GameIcon00.ico" /> 519 </ItemGroup> 520 <ItemGroup> 521 <None Include="Resources\UI_CustomMissionPreviewDefault.png" /> 522 <Content Include="Steamworks.NET\redist\steam_api.dll" /> 523 </ItemGroup> 524 <ItemGroup> 525 <PackageReference Include="Newtonsoft.Json"> 526 <Version>12.0.3</Version> 527 </PackageReference> 528 <PackageReference Include="Pfim"> 529 <Version>0.9.1</Version> 530 </PackageReference> 531 <PackageReference Include="System.ValueTuple"> 532 <Version>4.5.0</Version> 533 </PackageReference> 534 </ItemGroup> 535 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 536 </Project>