| 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>{98255547-B12F-41A8-B61B-90193C213886}</ProjectGuid> |
| 8 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 9 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 10 |
<ApplicationIcon> |
| 11 |
</ApplicationIcon> |
| 12 |
<AssemblyKeyContainerName> |
| 13 |
</AssemblyKeyContainerName> |
| 14 |
<AssemblyName>NFT.UI</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>OnBuildSuccess</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 |
</PropertyGroup> |
| 71 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 72 |
<OutputPath>bin\Release\</OutputPath> |
| 73 |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 74 |
<BaseAddress>285212672</BaseAddress> |
| 75 |
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 76 |
<ConfigurationOverrideFile> |
| 77 |
</ConfigurationOverrideFile> |
| 78 |
<DefineConstants>TRACE</DefineConstants> |
| 79 |
<DocumentationFile> |
| 80 |
</DocumentationFile> |
| 81 |
<DebugSymbols>false</DebugSymbols> |
| 82 |
<FileAlignment>4096</FileAlignment> |
| 83 |
<NoStdLib>false</NoStdLib> |
| 84 |
<NoWarn> |
| 85 |
</NoWarn> |
| 86 |
<Optimize>true</Optimize> |
| 87 |
<RegisterForComInterop>false</RegisterForComInterop> |
| 88 |
<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 89 |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 90 |
<WarningLevel>4</WarningLevel> |
| 91 |
<DebugType>none</DebugType> |
| 92 |
<ErrorReport>prompt</ErrorReport> |
| 93 |
</PropertyGroup> |
| 94 |
<ItemGroup> |
| 95 |
<Reference Include="System"> |
| 96 |
<Name>System</Name> |
| 97 |
</Reference> |
| 98 |
<Reference Include="System.Data"> |
| 99 |
<Name>System.Data</Name> |
| 100 |
</Reference> |
| 101 |
<Reference Include="System.Drawing"> |
| 102 |
<Name>System.Drawing</Name> |
| 103 |
</Reference> |
| 104 |
<Reference Include="System.Windows.Forms"> |
| 105 |
<Name>System.Windows.Forms</Name> |
| 106 |
</Reference> |
| 107 |
<Reference Include="System.Xml"> |
| 108 |
<Name>System.XML</Name> |
| 109 |
</Reference> |
| 110 |
<ProjectReference Include="..\Controls\NFT.Controls.csproj"> |
| 111 |
<Name>NFT.Controls</Name> |
| 112 |
<Project>{7CEE9543-A9B8-4849-B4B3-B4F2D6A469F6}</Project> |
| 113 |
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| 114 |
</ProjectReference> |
| 115 |
<ProjectReference Include="..\Core\NFT.Core.csproj"> |
| 116 |
<Name>NFT.Core</Name> |
| 117 |
<Project>{21EF6ED4-D1FC-4CF4-9E30-A89F99DB79FB}</Project> |
| 118 |
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| 119 |
</ProjectReference> |
| 120 |
<ProjectReference Include="..\framework\NFT.Framework.csproj"> |
| 121 |
<Name>NFT.Framework</Name> |
| 122 |
<Project>{BCA22298-65E0-4AF7-931C-E35DF4672991}</Project> |
| 123 |
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| 124 |
</ProjectReference> |
| 125 |
<ProjectReference Include="..\Win32Util\Win32Util.csproj"> |
| 126 |
<Name>Win32Util</Name> |
| 127 |
<Project>{9EEB5794-AE76-41E5-A27A-54089978C1FE}</Project> |
| 128 |
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| 129 |
</ProjectReference> |
| 130 |
</ItemGroup> |
| 131 |
<ItemGroup> |
| 132 |
<Compile Include="AssemblyInfo.cs"> |
| 133 |
<SubType>Code</SubType> |
| 134 |
</Compile> |
| 135 |
<Compile Include="Properties\Resources.Designer.cs"> |
| 136 |
<AutoGen>True</AutoGen> |
| 137 |
<DesignTime>True</DesignTime> |
| 138 |
<DependentUpon>Resources.resx</DependentUpon> |
| 139 |
</Compile> |
| 140 |
<Compile Include="ui\core\InspectToolForm.cs"> |
| 141 |
<SubType>Form</SubType> |
| 142 |
</Compile> |
| 143 |
<Compile Include="ui\core\InspectToolForm.Designer.cs"> |
| 144 |
<DependentUpon>InspectToolForm.cs</DependentUpon> |
| 145 |
</Compile> |
| 146 |
<Compile Include="ui\core\MapGeneratorListPanel.cs"> |
| 147 |
<SubType>UserControl</SubType> |
| 148 |
</Compile> |
| 149 |
<Compile Include="ui\core\MapGeneratorListPanel.Designer.cs"> |
| 150 |
<DependentUpon>MapGeneratorListPanel.cs</DependentUpon> |
| 151 |
</Compile> |
| 152 |
<Compile Include="ui\core\CreateMapForm.cs"> |
| 153 |
<SubType>Form</SubType> |
| 154 |
</Compile> |
| 155 |
<Compile Include="ui\core\TerrainFromBitmapSetup.cs"> |
| 156 |
<SubType>UserControl</SubType> |
| 157 |
</Compile> |
| 158 |
<Compile Include="ui\core\TerrainFromBitmapSetup.Designer.cs"> |
| 159 |
<DependentUpon>TerrainFromBitmapSetup.cs</DependentUpon> |
| 160 |
</Compile> |
| 161 |
<Compile Include="ui\system\AboutDialog.cs"> |
| 162 |
<SubType>Form</SubType> |
| 163 |
</Compile> |
| 164 |
<Compile Include="ui\system\ErrorMessageBox.cs"> |
| 165 |
<SubType>Form</SubType> |
| 166 |
</Compile> |
| 167 |
<Compile Include="ui\system\PluginListDialog.cs"> |
| 168 |
<SubType>Form</SubType> |
| 169 |
</Compile> |
| 170 |
<Compile Include="ui\system\SystemInfoForm.cs"> |
| 171 |
<SubType>Form</SubType> |
| 172 |
</Compile> |
| 173 |
<Compile Include="ui\WinFormManager.cs" /> |
| 174 |
<Compile Include="ui\WinFormWrapper.cs" /> |
| 175 |
<Compile Include="ui\WinControlWrapper.cs" /> |
| 176 |
<EmbeddedResource Include="Properties\Resources.resx"> |
| 177 |
<Generator>ResXFileCodeGenerator</Generator> |
| 178 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 179 |
<SubType>Designer</SubType> |
| 180 |
</EmbeddedResource> |
| 181 |
<EmbeddedResource Include="ui\core\InspectToolForm.resx"> |
| 182 |
<DependentUpon>InspectToolForm.cs</DependentUpon> |
| 183 |
</EmbeddedResource> |
| 184 |
<EmbeddedResource Include="ui\core\MapGeneratorListPanel.resx"> |
| 185 |
<DependentUpon>MapGeneratorListPanel.cs</DependentUpon> |
| 186 |
<SubType>Designer</SubType> |
| 187 |
</EmbeddedResource> |
| 188 |
<EmbeddedResource Include="ui\core\CreateMapForm.resx"> |
| 189 |
<DependentUpon>CreateMapForm.cs</DependentUpon> |
| 190 |
<SubType>Designer</SubType> |
| 191 |
</EmbeddedResource> |
| 192 |
<EmbeddedResource Include="ui\core\TerrainFromBitmapSetup.resx"> |
| 193 |
<DependentUpon>TerrainFromBitmapSetup.cs</DependentUpon> |
| 194 |
<SubType>Designer</SubType> |
| 195 |
</EmbeddedResource> |
| 196 |
<EmbeddedResource Include="ui\system\AboutDialog.resx"> |
| 197 |
<DependentUpon>AboutDialog.cs</DependentUpon> |
| 198 |
<SubType>Designer</SubType> |
| 199 |
</EmbeddedResource> |
| 200 |
<EmbeddedResource Include="ui\system\ErrorMessageBox.resx"> |
| 201 |
<DependentUpon>ErrorMessageBox.cs</DependentUpon> |
| 202 |
<SubType>Designer</SubType> |
| 203 |
</EmbeddedResource> |
| 204 |
<EmbeddedResource Include="ui\system\PluginListDialog.resx"> |
| 205 |
<DependentUpon>PluginListDialog.cs</DependentUpon> |
| 206 |
<SubType>Designer</SubType> |
| 207 |
</EmbeddedResource> |
| 208 |
<EmbeddedResource Include="ui\system\SystemInfoForm.resx"> |
| 209 |
<DependentUpon>SystemInfoForm.cs</DependentUpon> |
| 210 |
<SubType>Designer</SubType> |
| 211 |
</EmbeddedResource> |
| 212 |
</ItemGroup> |
| 213 |
<ItemGroup> |
| 214 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
| 215 |
<Visible>False</Visible> |
| 216 |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
| 217 |
<Install>true</Install> |
| 218 |
</BootstrapperPackage> |
| 219 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
| 220 |
<Visible>False</Visible> |
| 221 |
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
| 222 |
<Install>false</Install> |
| 223 |
</BootstrapperPackage> |
| 224 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
| 225 |
<Visible>False</Visible> |
| 226 |
<ProductName>.NET Framework 3.5</ProductName> |
| 227 |
<Install>false</Install> |
| 228 |
</BootstrapperPackage> |
| 229 |
</ItemGroup> |
| 230 |
<ItemGroup> |
| 231 |
<COMReference Include="AxMSComctlLib"> |
| 232 |
<Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid> |
| 233 |
<VersionMajor>2</VersionMajor> |
| 234 |
<VersionMinor>0</VersionMinor> |
| 235 |
<Lcid>0</Lcid> |
| 236 |
<WrapperTool>aximp</WrapperTool> |
| 237 |
<Isolated>False</Isolated> |
| 238 |
</COMReference> |
| 239 |
<COMReference Include="MSComctlLib"> |
| 240 |
<Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid> |
| 241 |
<VersionMajor>2</VersionMajor> |
| 242 |
<VersionMinor>0</VersionMinor> |
| 243 |
<Lcid>0</Lcid> |
| 244 |
<WrapperTool>tlbimp</WrapperTool> |
| 245 |
<Isolated>False</Isolated> |
| 246 |
</COMReference> |
| 247 |
<COMReference Include="stdole"> |
| 248 |
<Guid>{00020430-0000-0000-C000-000000000046}</Guid> |
| 249 |
<VersionMajor>2</VersionMajor> |
| 250 |
<VersionMinor>0</VersionMinor> |
| 251 |
<Lcid>0</Lcid> |
| 252 |
<WrapperTool>primary</WrapperTool> |
| 253 |
<Isolated>False</Isolated> |
| 254 |
</COMReference> |
| 255 |
</ItemGroup> |
| 256 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 257 |
<PropertyGroup> |
| 258 |
<PreBuildEvent> |
| 259 |
</PreBuildEvent> |
| 260 |
<PostBuildEvent> |
| 261 |
</PostBuildEvent> |
| 262 |
</PropertyGroup> |
| 263 |
</Project> |