99 <AppDesignerFolder >Properties</AppDesignerFolder >
1010 <RootNamespace >TaskbarHook</RootNamespace >
1111 <AssemblyName >TaskbarHook</AssemblyName >
12- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <Deterministic >true</Deterministic >
15+ <TargetFrameworkProfile />
1516 </PropertyGroup >
1617 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1718 <DebugSymbols >true</DebugSymbols >
2122 <DefineConstants >DEBUG;TRACE</DefineConstants >
2223 <ErrorReport >prompt</ErrorReport >
2324 <WarningLevel >4</WarningLevel >
25+ <Prefer32Bit >false</Prefer32Bit >
2426 </PropertyGroup >
2527 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2628 <DebugType >pdbonly</DebugType >
2931 <DefineConstants >TRACE</DefineConstants >
3032 <ErrorReport >prompt</ErrorReport >
3133 <WarningLevel >4</WarningLevel >
34+ <Prefer32Bit >false</Prefer32Bit >
3235 </PropertyGroup >
3336 <ItemGroup >
3437 <Reference Include =" System" />
5053 <Compile Include =" Taskbar.cs" />
5154 <Compile Include =" User32.cs" />
5255 </ItemGroup >
53- <ItemGroup >
54- <PackageReference Include =" TestStack.White" >
55- <Version >0.13.3</Version >
56- </PackageReference >
57- </ItemGroup >
5856 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5957</Project >
0 commit comments