|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
9 | 9 | <OutputType>WinExe</OutputType> |
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>NBTExplorer</RootNamespace> |
12 | | - <AssemblyName>NBTExplorer</AssemblyName> |
13 | | - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 12 | + <AssemblyName>BTAExplorer</AssemblyName> |
| 13 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <IsWebBootstrapper>false</IsWebBootstrapper> |
16 | 16 | <PublishUrl>publish\</PublishUrl> |
|
27 | 27 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
28 | 28 | <UseApplicationTrust>false</UseApplicationTrust> |
29 | 29 | <BootstrapperEnabled>true</BootstrapperEnabled> |
| 30 | + <TargetFrameworkProfile /> |
30 | 31 | </PropertyGroup> |
31 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
32 | 33 | <PlatformTarget>x86</PlatformTarget> |
|
37 | 38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
38 | 39 | <ErrorReport>prompt</ErrorReport> |
39 | 40 | <WarningLevel>4</WarningLevel> |
| 41 | + <Prefer32Bit>false</Prefer32Bit> |
40 | 42 | </PropertyGroup> |
41 | 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
42 | 44 | <PlatformTarget>x86</PlatformTarget> |
|
46 | 48 | <DefineConstants>TRACE</DefineConstants> |
47 | 49 | <ErrorReport>prompt</ErrorReport> |
48 | 50 | <WarningLevel>4</WarningLevel> |
| 51 | + <Prefer32Bit>false</Prefer32Bit> |
49 | 52 | </PropertyGroup> |
50 | 53 | <PropertyGroup> |
51 | | - <ApplicationIcon>dead_bush.ico</ApplicationIcon> |
| 54 | + <ApplicationIcon>spinifex.ico</ApplicationIcon> |
52 | 55 | </PropertyGroup> |
53 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
54 | 57 | <DebugSymbols>True</DebugSymbols> |
|
67 | 70 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
68 | 71 | <WarningLevel>4</WarningLevel> |
69 | 72 | <Optimize>False</Optimize> |
| 73 | + <Prefer32Bit>false</Prefer32Bit> |
70 | 74 | </PropertyGroup> |
71 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
72 | 76 | <OutputPath>bin\Release\</OutputPath> |
|
83 | 87 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
84 | 88 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
85 | 89 | <WarningLevel>4</WarningLevel> |
| 90 | + <Prefer32Bit>false</Prefer32Bit> |
86 | 91 | </PropertyGroup> |
87 | 92 | <PropertyGroup> |
88 | 93 | <StartupObject /> |
89 | 94 | </PropertyGroup> |
90 | 95 | <ItemGroup> |
91 | | - <Reference Include="Substrate"> |
92 | | - <HintPath>..\References\Substrate.dll</HintPath> |
| 96 | + <Reference Include="Substrate-BTA, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 97 | + <SpecificVersion>False</SpecificVersion> |
| 98 | + <HintPath>..\References\Substrate-BTA.dll</HintPath> |
93 | 99 | </Reference> |
94 | 100 | <Reference Include="System" /> |
95 | 101 | <Reference Include="System.Data" /> |
|
240 | 246 | </EmbeddedResource> |
241 | 247 | <EmbeddedResource Include="Windows\About.resx"> |
242 | 248 | <DependentUpon>About.cs</DependentUpon> |
| 249 | + <SubType>Designer</SubType> |
243 | 250 | </EmbeddedResource> |
244 | 251 | <EmbeddedResource Include="Windows\EditName.resx"> |
245 | 252 | <DependentUpon>EditName.cs</DependentUpon> |
|
286 | 293 | </None> |
287 | 294 | </ItemGroup> |
288 | 295 | <ItemGroup> |
289 | | - <Content Include="dead_bush.ico" /> |
290 | 296 | <None Include="Properties\Settings.settings"> |
291 | 297 | <Generator>SettingsSingleFileGenerator</Generator> |
292 | 298 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
293 | 299 | </None> |
294 | 300 | <None Include="Resources\arrow-090.png" /> |
295 | 301 | <None Include="Resources\arrow-270.png" /> |
| 302 | + <Content Include="spinifex.ico" /> |
296 | 303 | <Content Include="Windows\NBTExplorer.visualelementsmanifest.xml" /> |
297 | 304 | <Content Include="Vendor\Be.Windows.Forms.HexBox\HexBox.bmp" /> |
298 | 305 | </ItemGroup> |
|
0 commit comments