| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 3 |
<PropertyGroup> |
| 4 |
<ProjectType>Local</ProjectType> |
| 5 |
<ProductVersion>9.0.21022</ProductVersion> |
| 6 |
<SchemaVersion>2.0</SchemaVersion> |
| 7 |
<ProjectGuid>{BCA22298-65E0-4AF7-931C-E35DF4672991}</ProjectGuid> |
| 8 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 9 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 10 |
<ApplicationIcon> |
| 11 |
</ApplicationIcon> |
| 12 |
<AssemblyKeyContainerName> |
| 13 |
</AssemblyKeyContainerName> |
| 14 |
<AssemblyName>NFT.Framework</AssemblyName> |
| 15 |
<AssemblyOriginatorKeyFile> |
| 16 |
</AssemblyOriginatorKeyFile> |
| 17 |
<DefaultClientScript>JScript</DefaultClientScript> |
| 18 |
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
| 19 |
<DefaultTargetSchema>IE50</DefaultTargetSchema> |
| 20 |
<DelaySign>false</DelaySign> |
| 21 |
<OutputType>Library</OutputType> |
| 22 |
<RootNamespace>nft</RootNamespace> |
| 23 |
<RunPostBuildEvent>Always</RunPostBuildEvent> |
| 24 |
<StartupObject> |
| 25 |
</StartupObject> |
| 26 |
<FileUpgradeFlags> |
| 27 |
</FileUpgradeFlags> |
| 28 |
<UpgradeBackupLocation> |
| 29 |
</UpgradeBackupLocation> |
| 30 |
<OldToolsVersion>3.5</OldToolsVersion> |
| 31 |
<PublishUrl>publish\</PublishUrl> |
| 32 |
<Install>true</Install> |
| 33 |
<InstallFrom>Disk</InstallFrom> |
| 34 |
<UpdateEnabled>false</UpdateEnabled> |
| 35 |
<UpdateMode>Foreground</UpdateMode> |
| 36 |
<UpdateInterval>7</UpdateInterval> |
| 37 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 38 |
<UpdatePeriodically>false</UpdatePeriodically> |
| 39 |
<UpdateRequired>false</UpdateRequired> |
| 40 |
<MapFileExtensions>true</MapFileExtensions> |
| 41 |
<ApplicationRevision>0</ApplicationRevision> |
| 42 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 43 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
| 44 |
<UseApplicationTrust>false</UseApplicationTrust> |
| 45 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 46 |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 47 |
</PropertyGroup> |
| 48 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 49 |
<OutputPath>bin\Debug\</OutputPath> |
| 50 |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 51 |
<BaseAddress>285212672</BaseAddress> |
| 52 |
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 53 |
<ConfigurationOverrideFile> |
| 54 |
</ConfigurationOverrideFile> |
| 55 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 56 |
<DocumentationFile> |
| 57 |
</DocumentationFile> |
| 58 |
<DebugSymbols>true</DebugSymbols> |
| 59 |
<FileAlignment>4096</FileAlignment> |
| 60 |
<NoStdLib>false</NoStdLib> |
| 61 |
<NoWarn> |
| 62 |
</NoWarn> |
| 63 |
<Optimize>false</Optimize> |
| 64 |
<RegisterForComInterop>false</RegisterForComInterop> |
| 65 |
<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 66 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 67 |
<WarningLevel>4</WarningLevel> |
| 68 |
<DebugType>full</DebugType> |
| 69 |
<ErrorReport>prompt</ErrorReport> |
| 70 |
<UseVSHostingProcess>false</UseVSHostingProcess> |
| 71 |
</PropertyGroup> |
| 72 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 73 |
<OutputPath>bin\Release\</OutputPath> |
| 74 |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 75 |
<BaseAddress>285212672</BaseAddress> |
| 76 |
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 77 |
<ConfigurationOverrideFile> |
| 78 |
</ConfigurationOverrideFile> |
| 79 |
<DefineConstants>TRACE</DefineConstants> |
| 80 |
<DocumentationFile> |
| 81 |
</DocumentationFile> |
| 82 |
<DebugSymbols>false</DebugSymbols> |
| 83 |
<FileAlignment>4096</FileAlignment> |
| 84 |
<NoStdLib>false</NoStdLib> |
| 85 |
<NoWarn> |
| 86 |
</NoWarn> |
| 87 |
<Optimize>true</Optimize> |
| 88 |
<RegisterForComInterop>false</RegisterForComInterop> |
| 89 |
<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 90 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 91 |
<WarningLevel>4</WarningLevel> |
| 92 |
<DebugType>none</DebugType> |
| 93 |
<ErrorReport>prompt</ErrorReport> |
| 94 |
</PropertyGroup> |
| 95 |
<ItemGroup> |
| 96 |
<Reference Include="System"> |
| 97 |
<Name>System</Name> |
| 98 |
</Reference> |
| 99 |
<Reference Include="System.Data"> |
| 100 |
<Name>System.Data</Name> |
| 101 |
</Reference> |
| 102 |
<Reference Include="System.Design"> |
| 103 |
<Name>System.Design</Name> |
| 104 |
</Reference> |
| 105 |
<Reference Include="System.Drawing"> |
| 106 |
<Name>System.Drawing</Name> |
| 107 |
</Reference> |
| 108 |
<Reference Include="System.Runtime.Serialization.Formatters.Soap"> |
| 109 |
<Name>System.Runtime.Serialization.Formatters.Soap</Name> |
| 110 |
</Reference> |
| 111 |
<Reference Include="System.Windows.Forms"> |
| 112 |
<Name>System.Windows.Forms</Name> |
| 113 |
</Reference> |
| 114 |
<Reference Include="System.Xml"> |
| 115 |
<Name>System.XML</Name> |
| 116 |
</Reference> |
| 117 |
<ProjectReference Include="..\Controls\NFT.Controls.csproj"> |
| 118 |
<Name>NFT.Controls</Name> |
| 119 |
<Project>{7CEE9543-A9B8-4849-B4B3-B4F2D6A469F6}</Project> |
| 120 |
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| 121 |
</ProjectReference> |
| 122 |
<ProjectReference Include="..\Win32Util\Win32Util.csproj"> |
| 123 |
<Name>Win32Util</Name> |
| 124 |
<Project>{9EEB5794-AE76-41E5-A27A-54089978C1FE}</Project> |
| 125 |
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| 126 |
</ProjectReference> |
| 127 |
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.7.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL"> |
| 128 |
<SpecificVersion>False</SpecificVersion> |
| 129 |
<HintPath>..\extlib\WeifenLuo.WinFormsUI.Docking.dll</HintPath> |
| 130 |
</Reference> |
| 131 |
</ItemGroup> |
| 132 |
<ItemGroup> |
| 133 |
<Compile Include="AssemblyInfo.cs"> |
| 134 |
<SubType>Code</SubType> |
| 135 |
</Compile> |
| 136 |
<Compile Include="contributions\ui\CtbCommandEntity.cs"> |
| 137 |
<SubType>Code</SubType> |
| 138 |
</Compile> |
| 139 |
<Compile Include="contributions\ui\CtbMenuItem.cs"> |
| 140 |
<SubType>Code</SubType> |
| 141 |
</Compile> |
| 142 |
<Compile Include="contributions\ui\CtbToolButton.cs"> |
| 143 |
<SubType>Code</SubType> |
| 144 |
</Compile> |
| 145 |
<Compile Include="contributions\ui\CtbSubform.cs" /> |
| 146 |
<Compile Include="contributions\ui\MapNaviPanel.cs"> |
| 147 |
<SubType>UserControl</SubType> |
| 148 |
</Compile> |
| 149 |
<Compile Include="contributions\ui\MapNaviPanel.Designer.cs"> |
| 150 |
<DependentUpon>MapNaviPanel.cs</DependentUpon> |
| 151 |
</Compile> |
| 152 |
<Compile Include="contributions\ui\CtbCommandUI.cs" /> |
| 153 |
<Compile Include="contributions\ui\CtbCommandUIGroup.cs" /> |
| 154 |
<Compile Include="debug\CacheDirManageForm.cs"> |
| 155 |
<SubType>Form</SubType> |
| 156 |
</Compile> |
| 157 |
<Compile Include="debug\CacheDirManageForm.Designer.cs"> |
| 158 |
<DependentUpon>CacheDirManageForm.cs</DependentUpon> |
| 159 |
</Compile> |
| 160 |
<Compile Include="debug\TableForm.cs"> |
| 161 |
<SubType>Form</SubType> |
| 162 |
</Compile> |
| 163 |
<Compile Include="debug\TableForm.Designer.cs"> |
| 164 |
<DependentUpon>TableForm.cs</DependentUpon> |
| 165 |
</Compile> |
| 166 |
<Compile Include="debug\TestDockWindow.cs"> |
| 167 |
<SubType>Component</SubType> |
| 168 |
</Compile> |
| 169 |
<Compile Include="debug\TestErrorMessage.cs"> |
| 170 |
<SubType>Code</SubType> |
| 171 |
</Compile> |
| 172 |
<Compile Include="debug\TestViewDrawer.cs" /> |
| 173 |
<Compile Include="framework\Directories.cs"> |
| 174 |
<SubType>Code</SubType> |
| 175 |
</Compile> |
| 176 |
<Compile Include="framework\drawing\ColorUtil.cs" /> |
| 177 |
<Compile Include="framework\drawing\I3DObject.cs" /> |
| 178 |
<Compile Include="framework\drawing\ImageRef.cs" /> |
| 179 |
<Compile Include="framework\drawing\CompositFilter.cs"> |
| 180 |
<SubType>Code</SubType> |
| 181 |
</Compile> |
| 182 |
<Compile Include="framework\drawing\DrawableControl.cs"> |
| 183 |
<SubType>UserControl</SubType> |
| 184 |
</Compile> |
| 185 |
<Compile Include="framework\drawing\GDIDrawer.cs" /> |
| 186 |
<Compile Include="framework\drawing\IDrawable.cs"> |
| 187 |
<SubType>Code</SubType> |
| 188 |
</Compile> |
| 189 |
<Compile Include="framework\drawing\IGraphicManager.cs"> |
| 190 |
<SubType>Code</SubType> |
| 191 |
</Compile> |
| 192 |
<Compile Include="framework\drawing\IPixelFilter.cs"> |
| 193 |
<SubType>Code</SubType> |
| 194 |
</Compile> |
| 195 |
<Compile Include="framework\drawing\ISprite.cs"> |
| 196 |
<SubType>Code</SubType> |
| 197 |
</Compile> |
| 198 |
<Compile Include="framework\drawing\ISurface.cs"> |
| 199 |
<SubType>Code</SubType> |
| 200 |
</Compile> |
| 201 |
<Compile Include="framework\drawing\ISurfaceDrawer.cs"> |
| 202 |
<SubType>Code</SubType> |
| 203 |
</Compile> |
| 204 |
<Compile Include="framework\drawing\ITexture.cs"> |
| 205 |
<SubType>Code</SubType> |
| 206 |
</Compile> |
| 207 |
<Compile Include="framework\drawing\PixelFormatUtil.cs"> |
| 208 |
<SubType>Code</SubType> |
| 209 |
</Compile> |
| 210 |
<Compile Include="framework\drawing\PrimitiveTextureFactory.cs" /> |
| 211 |
<Compile Include="framework\drawing\QuaterViewRect.cs" /> |
| 212 |
<Compile Include="framework\drawing\RectUtil.cs" /> |
| 213 |
<Compile Include="framework\drawing\RenderViewPanel.cs"> |
| 214 |
<SubType>UserControl</SubType> |
| 215 |
</Compile> |
| 216 |
<Compile Include="framework\drawing\RenderViewPanel.Designer.cs"> |
| 217 |
<DependentUpon>RenderViewPanel.cs</DependentUpon> |
| 218 |
</Compile> |
| 219 |
<Compile Include="framework\drawing\ResourceKey.cs" /> |
| 220 |
<Compile Include="framework\drawing\ZoomScale.cs"> |
| 221 |
<SubType>Code</SubType> |
| 222 |
</Compile> |
| 223 |
<Compile Include="framework\drawing\IGraphicManagerOld.cs" /> |
| 224 |
<Compile Include="framework\drawing\GraphicHelper.cs" /> |
| 225 |
<Compile Include="framework\FailsafeSurrogate.cs" /> |
| 226 |
<Compile Include="framework\FiberManager.cs" /> |
| 227 |
<Compile Include="framework\FileSource.cs" /> |
| 228 |
<Compile Include="framework\GlobalModules.cs"> |
| 229 |
<SubType>Code</SubType> |
| 230 |
</Compile> |
| 231 |
<Compile Include="framework\IHasNameAndID.cs"> |
| 232 |
<SubType>Code</SubType> |
| 233 |
</Compile> |
| 234 |
<Compile Include="framework\IVersionCompatible.cs" /> |
| 235 |
<Compile Include="framework\loader\IParamsParser.cs" /> |
| 236 |
<Compile Include="framework\loader\XmlParamParser.cs" /> |
| 237 |
<Compile Include="framework\Main.cs"> |
| 238 |
<SubType>Code</SubType> |
| 239 |
</Compile> |
| 240 |
<Compile Include="framework\ParamsReader.cs" /> |
| 241 |
<Compile Include="framework\plugin\BinaryModule.cs" /> |
| 242 |
<Compile Include="framework\plugin\Contribution.cs"> |
| 243 |
<SubType>Code</SubType> |
| 244 |
</Compile> |
| 245 |
<Compile Include="framework\plugin\ContributionFactory.cs"> |
| 246 |
<SubType>Code</SubType> |
| 247 |
</Compile> |
| 248 |
<Compile Include="framework\plugin\CtbContributionDefiner.cs"> |
| 249 |
<SubType>Code</SubType> |
| 250 |
</Compile> |
| 251 |
<Compile Include="framework\plugin\CtbCustomCtbFactory.cs" /> |
| 252 |
<Compile Include="framework\plugin\Dummď˝™Contribution.cs"> |
| 253 |
<SubType>Code</SubType> |
| 254 |
</Compile> |
| 255 |
<Compile Include="framework\plugin\FixedClassContributionFactory.cs"> |
| 256 |
<SubType>Code</SubType> |
| 257 |
</Compile> |
| 258 |
<Compile Include="framework\plugin\IAddable.cs"> |
| 259 |
<SubType>Code</SubType> |
| 260 |
</Compile> |
| 261 |
<Compile Include="framework\plugin\InheritableContributionFactory.cs"> |
| 262 |
<SubType>Code</SubType> |
| 263 |
</Compile> |
| 264 |
<Compile Include="framework\drawing\IViewDrawer.cs" /> |
| 265 |
<Compile Include="framework\TestEntryAttribute.cs" /> |
| 266 |
<Compile Include="framework\TestUtil.cs" /> |
| 267 |
<Compile Include="Properties\Resources.Designer.cs"> |
| 268 |
<AutoGen>True</AutoGen> |
| 269 |
<DesignTime>True</DesignTime> |
| 270 |
<DependentUpon>Resources.resx</DependentUpon> |
| 271 |
</Compile> |
| 272 |
<Compile Include="ui\command\CommandManager.cs" /> |
| 273 |
<Compile Include="ui\command\ICommandEntity.cs" /> |
| 274 |
<Compile Include="ui\command\ICommandResolver.cs" /> |
| 275 |
<Compile Include="ui\command\CommandUI.cs" /> |
| 276 |
<Compile Include="ui\controller\IObjectChooser.cs" /> |
| 277 |
<Compile Include="ui\docking\DefaultDockForm.cs"> |
| 278 |
<SubType>Form</SubType> |
| 279 |
</Compile> |
| 280 |
<Compile Include="ui\docking\DockPanelCustomizer.cs" /> |
| 281 |
<Compile Include="ui\docking\SubformHolder.cs" /> |
| 282 |
<Compile Include="ui\docking\DockingManagerEx.cs" /> |
| 283 |
<Compile Include="ui\form\IxControl.cs" /> |
| 284 |
<Compile Include="ui\form\IxForm.cs" /> |
| 285 |
<Compile Include="ui\form\IFormManager.cs" /> |
| 286 |
<Compile Include="ui\mainframe\ToolStripManager.cs" /> |
| 287 |
<Compile Include="framework\plugin\Plugin.cs"> |
| 288 |
<SubType>Code</SubType> |
| 289 |
</Compile> |
| 290 |
<Compile Include="framework\plugin\PluginImageManager.cs" /> |
| 291 |
<Compile Include="framework\plugin\PluginManager.cs"> |
| 292 |
<SubType>Code</SubType> |
| 293 |
</Compile> |
| 294 |
<Compile Include="framework\plugin\PluginSerializationBinder.cs"> |
| 295 |
<SubType>Code</SubType> |
| 296 |
</Compile> |
| 297 |
<Compile Include="framework\plugin\PluginUtil.cs"> |
| 298 |
<SubType>Code</SubType> |
| 299 |
</Compile> |
| 300 |
<Compile Include="framework\plugin\PluginXmlException.cs"> |
| 301 |
<SubType>Code</SubType> |
| 302 |
</Compile> |
| 303 |
<Compile Include="framework\plugin\PreFormatterContribution.cs"> |
| 304 |
<SubType>Code</SubType> |
| 305 |
</Compile> |
| 306 |
<Compile Include="framework\plugin\PrimitiveContributionAttribute.cs" /> |
| 307 |
<Compile Include="framework\plugin\CustomContributionFactory.cs" /> |
| 308 |
<Compile Include="framework\SerializationUtil.cs" /> |
| 309 |
<Compile Include="framework\WebLoader.cs"> |
| 310 |
<SubType>Code</SubType> |
| 311 |
</Compile> |
| 312 |
<Compile Include="ui\command\CommandTriggerFactory.cs"> |
| 313 |
<SubType>Code</SubType> |
| 314 |
</Compile> |
| 315 |
<Compile Include="ui\command\CommandUI2.cs"> |
| 316 |
<SubType>Code</SubType> |
| 317 |
</Compile> |
| 318 |
<Compile Include="ui\command\SubformCommand.cs"> |
| 319 |
<SubType>Code</SubType> |
| 320 |
</Compile> |
| 321 |
<Compile Include="ui\command\ICommandTrigger.cs"> |
| 322 |
<SubType>Code</SubType> |
| 323 |
</Compile> |
| 324 |
<Compile Include="ui\command\ModalFormCommand.cs"> |
| 325 |
<SubType>Code</SubType> |
| 326 |
</Compile> |
| 327 |
<Compile Include="ui\command\ModelessFormCommand.cs"> |
| 328 |
<SubType>Code</SubType> |
| 329 |
</Compile> |
| 330 |
<Compile Include="ui\InformationService.cs"> |
| 331 |
<SubType>Code</SubType> |
| 332 |
</Compile> |
| 333 |
<Compile Include="ui\mainframe\CustomStatusBar.cs"> |
| 334 |
<SubType>Component</SubType> |
| 335 |
</Compile> |
| 336 |
<Compile Include="ui\mainframe\IBarHostFrame.cs"> |
| 337 |
<SubType>Code</SubType> |
| 338 |
</Compile> |
| 339 |
<Compile Include="ui\mainframe\ImageListIndexResolver.cs"> |
| 340 |
<SubType>Code</SubType> |
| 341 |
</Compile> |
| 342 |
<Compile Include="ui\mainframe\MainFrame.cs"> |
| 343 |
<SubType>Form</SubType> |
| 344 |
</Compile> |
| 345 |
<Compile Include="ui\mainframe\MdiChildFrame.cs"> |
| 346 |
<SubType>Form</SubType> |
| 347 |
</Compile> |
| 348 |
<Compile Include="ui\Splash.cs"> |
| 349 |
<SubType>Form</SubType> |
| 350 |
</Compile> |
| 351 |
<Compile Include="util\BitFieldUtil.cs"> |
| 352 |
<SubType>Code</SubType> |
| 353 |
</Compile> |
| 354 |
<Compile Include="util\Cache.cs" /> |
| 355 |
<Compile Include="util\ConfigureService.cs"> |
| 356 |
<SubType>Code</SubType> |
| 357 |
</Compile> |
| 358 |
<Compile Include="util\ContribListControlHelper.cs"> |
| 359 |
<SubType>Code</SubType> |
| 360 |
</Compile> |
| 361 |
<Compile Include="util\GlobalOptions.cs"> |
| 362 |
<SubType>Code</SubType> |
| 363 |
</Compile> |
| 364 |
<Compile Include="util\ImageUtil.cs" /> |
| 365 |
<Compile Include="util\ParamSet.cs"> |
| 366 |
<SubType>Code</SubType> |
| 367 |
</Compile> |
| 368 |
<Compile Include="util\PersistentOptions.cs"> |
| 369 |
<SubType>Code</SubType> |
| 370 |
</Compile> |
| 371 |
<Compile Include="util\ProgressMonitor.cs"> |
| 372 |
<SubType>Code</SubType> |
| 373 |
</Compile> |
| 374 |
<Compile Include="util\Properties.cs"> |
| 375 |
<SubType>Code</SubType> |
| 376 |
</Compile> |
| 377 |
<Compile Include="util\Property.cs"> |
| 378 |
<SubType>Code</SubType> |
| 379 |
</Compile> |
| 380 |
<Compile Include="util\RectObjectMap.cs" /> |
| 381 |
<Compile Include="util\StringParseUtil.cs" /> |
| 382 |
<Compile Include="util\TreeDataMap.cs" /> |
| 383 |
<Compile Include="util\UIUtil.cs"> |
| 384 |
<SubType>Code</SubType> |
| 385 |
</Compile> |
| 386 |
<Compile Include="util\XmlUtil.cs"> |
| 387 |
<SubType>Code</SubType> |
| 388 |
</Compile> |
| 389 |
<Content Include="..\plugins\system\plugin.xml"> |
| 390 |
<Link>plugin.xml</Link> |
| 391 |
<SubType>Designer</SubType> |
| 392 |
</Content> |
| 393 |
<Content Include="nftfw.resource.xml" /> |
| 394 |
<Content Include="res\error.ico" /> |
| 395 |
<Content Include="res\hint.ico" /> |
| 396 |
<Content Include="res\info.ico" /> |
| 397 |
<Content Include="res\nft.ico" /> |
| 398 |
<Content Include="res\PlayModes.bmp" /> |
| 399 |
<Content Include="res\plugin_icons.bmp" /> |
| 400 |
<Content Include="res\question.ico" /> |
| 401 |
<Content Include="res\SatelliteButtons.bmp" /> |
| 402 |
<Content Include="res\SceneSample.bmp" /> |
| 403 |
<Content Include="res\SpriteSamples.bmp" /> |
| 404 |
<Content Include="res\warning.ico" /> |
| 405 |
<Content Include="TODO.txt" /> |
| 406 |
<EmbeddedResource Include="contributions\ui\MapNaviPanel.resx"> |
| 407 |
<DependentUpon>MapNaviPanel.cs</DependentUpon> |
| 408 |
<SubType>Designer</SubType> |
| 409 |
</EmbeddedResource> |
| 410 |
<EmbeddedResource Include="debug\CacheDirManageForm.resx"> |
| 411 |
<DependentUpon>CacheDirManageForm.cs</DependentUpon> |
| 412 |
<SubType>Designer</SubType> |
| 413 |
</EmbeddedResource> |
| 414 |
<EmbeddedResource Include="debug\TableForm.resx"> |
| 415 |
<DependentUpon>TableForm.cs</DependentUpon> |
| 416 |
<SubType>Designer</SubType> |
| 417 |
</EmbeddedResource> |
| 418 |
<EmbeddedResource Include="debug\TestDockWindow.resx"> |
| 419 |
<DependentUpon>TestDockWindow.cs</DependentUpon> |
| 420 |
<SubType>Designer</SubType> |
| 421 |
</EmbeddedResource> |
| 422 |
<EmbeddedResource Include="framework\drawing\DrawableControl.resx"> |
| 423 |
<DependentUpon>DrawableControl.cs</DependentUpon> |
| 424 |
<SubType>Designer</SubType> |
| 425 |
</EmbeddedResource> |
| 426 |
<EmbeddedResource Include="Properties\Resources.resx"> |
| 427 |
<Generator>ResXFileCodeGenerator</Generator> |
| 428 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 429 |
<SubType>Designer</SubType> |
| 430 |
</EmbeddedResource> |
| 431 |
<EmbeddedResource Include="ui\mainframe\CustomStatusBar.resx"> |
| 432 |
<DependentUpon>CustomStatusBar.cs</DependentUpon> |
| 433 |
<SubType>Designer</SubType> |
| 434 |
</EmbeddedResource> |
| 435 |
<EmbeddedResource Include="ui\mainframe\MainFrame.resx"> |
| 436 |
<DependentUpon>MainFrame.cs</DependentUpon> |
| 437 |
<SubType>Designer</SubType> |
| 438 |
</EmbeddedResource> |
| 439 |
<EmbeddedResource Include="ui\mainframe\MdiChildFrame.resx"> |
| 440 |
<DependentUpon>MdiChildFrame.cs</DependentUpon> |
| 441 |
<SubType>Designer</SubType> |
| 442 |
</EmbeddedResource> |
| 443 |
<EmbeddedResource Include="ui\Splash.resx"> |
| 444 |
<DependentUpon>Splash.cs</DependentUpon> |
| 445 |
<SubType>Designer</SubType> |
| 446 |
</EmbeddedResource> |
| 447 |
</ItemGroup> |
| 448 |
<ItemGroup> |
| 449 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
| 450 |
<Visible>False</Visible> |
| 451 |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
| 452 |
<Install>true</Install> |
| 453 |
</BootstrapperPackage> |
| 454 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
| 455 |
<Visible>False</Visible> |
| 456 |
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
| 457 |
<Install>false</Install> |
| 458 |
</BootstrapperPackage> |
| 459 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
| 460 |
<Visible>False</Visible> |
| 461 |
<ProductName>.NET Framework 3.5</ProductName> |
| 462 |
<Install>false</Install> |
| 463 |
</BootstrapperPackage> |
| 464 |
</ItemGroup> |
| 465 |
<ItemGroup /> |
| 466 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 467 |
<PropertyGroup> |
| 468 |
<PreBuildEvent> |
| 469 |
</PreBuildEvent> |
| 470 |
<PostBuildEvent>xcopy "$(ProjectDir)res" "$(ProjectDir)..\bin\res" /D /Y /S /I |
| 471 |
xcopy "$(ProjectDir)..\xsd" "$(ProjectDir)..\bin\xsd" /D /Y /S /I |
| 472 |
xcopy "$(ProjectDir)..\plugins" "$(ProjectDir)..\bin\plugins" /D /Y /S /I</PostBuildEvent> |
| 473 |
</PropertyGroup> |
| 474 |
</Project> |