1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" Current " DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0 " DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <!-- Project was exported from assembly: C:\Users\Xbass\Desktop\Base.dll-->
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
77 <ProjectGuid >{78125AD1-C9F8-4FE9-9BDB-5033D5FA76CC}</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <AssemblyName >Base</AssemblyName >
10- <TargetFrameworkVersion >v3.5 </TargetFrameworkVersion >
10+ <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
1111 <ApplicationVersion >1.0.0.0</ApplicationVersion >
1212 <FileAlignment >512</FileAlignment >
1313 <FileUpgradeFlags >
1414 </FileUpgradeFlags >
1515 <UpgradeBackupLocation >
1616 </UpgradeBackupLocation >
1717 <OldToolsVersion >3.5</OldToolsVersion >
18+ <TargetFrameworkProfile />
1819 </PropertyGroup >
1920 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2021 <PlatformTarget >x86</PlatformTarget >
2526 <DefineConstants >DEBUG;TRACE</DefineConstants >
2627 <ErrorReport >prompt</ErrorReport >
2728 <WarningLevel >4</WarningLevel >
29+ <Prefer32Bit >false</Prefer32Bit >
2830 </PropertyGroup >
2931 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
3032 <PlatformTarget >AnyCPU</PlatformTarget >
3436 <DefineConstants >TRACE</DefineConstants >
3537 <ErrorReport >prompt</ErrorReport >
3638 <WarningLevel >4</WarningLevel >
39+ <Prefer32Bit >false</Prefer32Bit >
3740 </PropertyGroup >
3841 <ItemGroup >
42+ <Compile Include =" Extensions.cs" />
43+ <Compile Include =" ZStatus.Designer.cs" >
44+ <DependentUpon >ZStatus.cs</DependentUpon >
45+ </Compile >
3946 <Reference Include =" System.Windows.Forms" />
4047 <Reference Include =" System" />
4148 <Reference Include =" System.Drawing" />
106113 </EmbeddedResource >
107114 </ItemGroup >
108115 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109- </Project >
116+ </Project >
0 commit comments