File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 88 <OutputType >Exe</OutputType >
99 <RootNamespace >TCPFlasherTest</RootNamespace >
1010 <AssemblyName >WiFiProgram</AssemblyName >
11- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
11+ <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
1212 <FileAlignment >512</FileAlignment >
1313 <Deterministic >true</Deterministic >
14+ <TargetFrameworkProfile />
1415 </PropertyGroup >
1516 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1617 <PlatformTarget >AnyCPU</PlatformTarget >
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 <PlatformTarget >AnyCPU</PlatformTarget >
3032 <DefineConstants >TRACE</DefineConstants >
3133 <ErrorReport >prompt</ErrorReport >
3234 <WarningLevel >4</WarningLevel >
35+ <Prefer32Bit >false</Prefer32Bit >
3336 </PropertyGroup >
3437 <ItemGroup >
3538 <Reference Include =" System" />
4649 <Compile Include =" Program.cs" />
4750 <Compile Include =" Properties\AssemblyInfo.cs" />
4851 </ItemGroup >
52+ <ItemGroup >
53+ <None Include =" app.config" />
54+ </ItemGroup >
4955 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5056</Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.2" /></startup ></configuration >
You can’t perform that action at this time.
0 commit comments