2 changed files
IconExtractor | ||
IconExtractor.csproj | ||
.gitignore | ||
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" />
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