- changed the IconExtractor to .NET 4.6
aabd3426
DimitarCC
committed
2 changed files
IconExtractor.csproj
/IconExtractor/IconExtractor.csproj-1+3
/IconExtractor/IconExtractor.csproj
Add comment 9 <AppDesignerFolder>Properties</AppDesignerFolder>
Add comment 10 <RootNamespace>IconExtractor</RootNamespace>
Add comment 11 <AssemblyName>IconExtractor</AssemblyName>
Add comment 12 Minus   <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
Add comment 12 Plus   <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
Add comment 13 <FileAlignment>512</FileAlignment>
Add comment 14 <TargetFrameworkProfile />
Add comment 15 </PropertyGroup>
Add comment 21 <DefineConstants>DEBUG;TRACE</DefineConstants>
Add comment 22 <ErrorReport>prompt</ErrorReport>
Add comment 23 <WarningLevel>4</WarningLevel>
Add comment 24 Plus   <Prefer32Bit>false</Prefer32Bit>
Add comment 24 25 </PropertyGroup>
Add comment 25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Add comment 26 27 <DebugType>pdbonly</DebugType>
Add comment 29 30 <DefineConstants>TRACE</DefineConstants>
Add comment 30 31 <ErrorReport>prompt</ErrorReport>
Add comment 31 32 <WarningLevel>4</WarningLevel>
Add comment 33 Plus   <Prefer32Bit>false</Prefer32Bit>
Add comment 32 34 </PropertyGroup>
Add comment 33 35 <ItemGroup>
Add comment 34 36 <Reference Include="System" />
.gitignore
/.gitignore+1
/.gitignore
Add comment 254 *.db
Add comment 255 .vs/
Add comment 256 BExplorer.sln.DotSettings
Add comment 257 Plus  /.nuget/NuGet.exe
Add comment 257 258