1212 <FileAlignment >512</FileAlignment >
1313 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1414 <Deterministic >true</Deterministic >
15+ <PublishUrl >publish\</PublishUrl >
16+ <Install >true</Install >
17+ <InstallFrom >Disk</InstallFrom >
18+ <UpdateEnabled >false</UpdateEnabled >
19+ <UpdateMode >Foreground</UpdateMode >
20+ <UpdateInterval >7</UpdateInterval >
21+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22+ <UpdatePeriodically >false</UpdatePeriodically >
23+ <UpdateRequired >false</UpdateRequired >
24+ <MapFileExtensions >true</MapFileExtensions >
25+ <ApplicationRevision >0</ApplicationRevision >
26+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27+ <IsWebBootstrapper >false</IsWebBootstrapper >
28+ <UseApplicationTrust >false</UseApplicationTrust >
29+ <BootstrapperEnabled >true</BootstrapperEnabled >
1530 </PropertyGroup >
1631 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1732 <PlatformTarget >AnyCPU</PlatformTarget >
1833 <DebugSymbols >true</DebugSymbols >
1934 <DebugType >full</DebugType >
20- <Optimize >true </Optimize >
35+ <Optimize >false </Optimize >
2136 <OutputPath >bin\Debug\</OutputPath >
2237 <DefineConstants >DEBUG;TRACE</DefineConstants >
2338 <ErrorReport >prompt</ErrorReport >
2742 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2843 <PlatformTarget >AnyCPU</PlatformTarget >
2944 <DebugType >pdbonly</DebugType >
30- <Optimize >true </Optimize >
45+ <Optimize >false </Optimize >
3146 <OutputPath >bin\Release\</OutputPath >
3247 <DefineConstants >TRACE</DefineConstants >
3348 <ErrorReport >prompt</ErrorReport >
3449 <WarningLevel >4</WarningLevel >
50+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
51+ </PropertyGroup >
52+ <PropertyGroup >
53+ <StartupObject >ConsoleApp2.Program</StartupObject >
3554 </PropertyGroup >
3655 <ItemGroup >
3756 <Reference Include =" System" />
5069 <ItemGroup >
5170 <None Include =" App.config" />
5271 </ItemGroup >
72+ <ItemGroup >
73+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
74+ <Visible >False</Visible >
75+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
76+ <Install >true</Install >
77+ </BootstrapperPackage >
78+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
79+ <Visible >False</Visible >
80+ <ProductName >.NET Framework 3.5 SP1</ProductName >
81+ <Install >false</Install >
82+ </BootstrapperPackage >
83+ </ItemGroup >
5384 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5485</Project >
0 commit comments