14
14
<WarningLevel >4</WarningLevel >
15
15
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
16
<Deterministic >true</Deterministic >
17
+ <PublishUrl >publish\</PublishUrl >
18
+ <Install >true</Install >
19
+ <InstallFrom >Disk</InstallFrom >
20
+ <UpdateEnabled >false</UpdateEnabled >
21
+ <UpdateMode >Foreground</UpdateMode >
22
+ <UpdateInterval >7</UpdateInterval >
23
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
24
+ <UpdatePeriodically >false</UpdatePeriodically >
25
+ <UpdateRequired >false</UpdateRequired >
26
+ <MapFileExtensions >true</MapFileExtensions >
27
+ <ApplicationRevision >0</ApplicationRevision >
28
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29
+ <IsWebBootstrapper >false</IsWebBootstrapper >
30
+ <UseApplicationTrust >false</UseApplicationTrust >
31
+ <BootstrapperEnabled >true</BootstrapperEnabled >
17
32
</PropertyGroup >
18
33
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
34
<PlatformTarget >AnyCPU</PlatformTarget >
30
45
<DebugType >pdbonly</DebugType >
31
46
<Optimize >true</Optimize >
32
47
<OutputPath >bin\Release\</OutputPath >
33
- <DefineConstants >TRACE</DefineConstants >
48
+ <DefineConstants >DEBUG; TRACE</DefineConstants >
34
49
<ErrorReport >prompt</ErrorReport >
35
50
<WarningLevel >4</WarningLevel >
36
51
</PropertyGroup >
49
64
</PropertyGroup >
50
65
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
51
66
<OutputPath >bin\x64\Release\</OutputPath >
52
- <DefineConstants >TRACE</DefineConstants >
67
+ <DefineConstants >DEBUG; TRACE</DefineConstants >
53
68
<Optimize >true</Optimize >
54
69
<DebugType >pdbonly</DebugType >
55
70
<PlatformTarget >x64</PlatformTarget >
151
166
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
152
167
</Content >
153
168
</ItemGroup >
169
+ <ItemGroup >
170
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
171
+ <Visible >False</Visible >
172
+ <ProductName >Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName >
173
+ <Install >true</Install >
174
+ </BootstrapperPackage >
175
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
176
+ <Visible >False</Visible >
177
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
178
+ <Install >false</Install >
179
+ </BootstrapperPackage >
180
+ </ItemGroup >
154
181
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155
182
</Project >
0 commit comments