12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<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 >
15
30
</PropertyGroup >
16
31
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
32
<PlatformTarget >AnyCPU</PlatformTarget >
18
33
<DebugSymbols >true</DebugSymbols >
19
34
<DebugType >full</DebugType >
20
- <Optimize >true </Optimize >
35
+ <Optimize >false </Optimize >
21
36
<OutputPath >bin\Debug\</OutputPath >
22
37
<DefineConstants >DEBUG;TRACE</DefineConstants >
23
38
<ErrorReport >prompt</ErrorReport >
27
42
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
43
<PlatformTarget >AnyCPU</PlatformTarget >
29
44
<DebugType >pdbonly</DebugType >
30
- <Optimize >true </Optimize >
45
+ <Optimize >false </Optimize >
31
46
<OutputPath >bin\Release\</OutputPath >
32
47
<DefineConstants >TRACE</DefineConstants >
33
48
<ErrorReport >prompt</ErrorReport >
34
49
<WarningLevel >4</WarningLevel >
50
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
51
+ </PropertyGroup >
52
+ <PropertyGroup >
53
+ <StartupObject >ConsoleApp2.Program</StartupObject >
35
54
</PropertyGroup >
36
55
<ItemGroup >
37
56
<Reference Include =" System" />
50
69
<ItemGroup >
51
70
<None Include =" App.config" />
52
71
</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 >
53
84
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54
85
</Project >
0 commit comments