1515 <Deterministic >true</Deterministic >
1616 <NuGetPackageImportStamp >
1717 </NuGetPackageImportStamp >
18+ <TargetFrameworkProfile />
19+ <PublishUrl >publish\</PublishUrl >
20+ <Install >true</Install >
21+ <InstallFrom >Disk</InstallFrom >
22+ <UpdateEnabled >false</UpdateEnabled >
23+ <UpdateMode >Foreground</UpdateMode >
24+ <UpdateInterval >7</UpdateInterval >
25+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26+ <UpdatePeriodically >false</UpdatePeriodically >
27+ <UpdateRequired >false</UpdateRequired >
28+ <MapFileExtensions >true</MapFileExtensions >
29+ <ApplicationRevision >0</ApplicationRevision >
30+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31+ <IsWebBootstrapper >false</IsWebBootstrapper >
32+ <UseApplicationTrust >false</UseApplicationTrust >
33+ <BootstrapperEnabled >true</BootstrapperEnabled >
1834 </PropertyGroup >
1935 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2036 <PlatformTarget >AnyCPU</PlatformTarget >
2541 <DefineConstants >DEBUG;TRACE</DefineConstants >
2642 <ErrorReport >prompt</ErrorReport >
2743 <WarningLevel >4</WarningLevel >
44+ <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
2845 </PropertyGroup >
2946 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
3047 <PlatformTarget >AnyCPU</PlatformTarget >
31- <DebugType >none </DebugType >
48+ <DebugType >embedded </DebugType >
3249 <Optimize >true</Optimize >
3350 <OutputPath >bin\Release\</OutputPath >
3451 <DefineConstants >TRACE</DefineConstants >
3552 <ErrorReport >prompt</ErrorReport >
3653 <WarningLevel >4</WarningLevel >
54+ <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
55+ <DebugSymbols >true</DebugSymbols >
3756 </PropertyGroup >
3857 <PropertyGroup />
3958 <PropertyGroup >
4968 <Reference Include =" Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
5069 <HintPath >..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath >
5170 </Reference >
52- <Reference Include =" Microsoft.Win32.TaskScheduler, Version=2.8.15 .0, Culture=neutral, PublicKeyToken=c416bc1b32d97233, processorArchitecture=MSIL" >
53- <HintPath >..\packages\TaskScheduler.2.8.15 \lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath >
71+ <Reference Include =" Microsoft.Win32.TaskScheduler, Version=2.8.18 .0, Culture=neutral, PublicKeyToken=c416bc1b32d97233, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\TaskScheduler.2.8.18 \lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath >
5473 </Reference >
5574 <Reference Include =" System" />
5675 <Reference Include =" System.Core" />
5776 <Reference Include =" System.IO.Compression" />
5877 <Reference Include =" System.Management" />
78+ <Reference Include =" System.Web" />
5979 <Reference Include =" System.Xml.Linq" />
6080 <Reference Include =" System.Data.DataSetExtensions" />
6181 <Reference Include =" Microsoft.CSharp" />
133153 <ItemGroup >
134154 <None Include =" Resources\icon.ico" />
135155 </ItemGroup >
156+ <ItemGroup >
157+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
158+ <Visible >False</Visible >
159+ <ProductName >Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName >
160+ <Install >true</Install >
161+ </BootstrapperPackage >
162+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
163+ <Visible >False</Visible >
164+ <ProductName >.NET Framework 3.5 SP1</ProductName >
165+ <Install >false</Install >
166+ </BootstrapperPackage >
167+ </ItemGroup >
136168 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137- <Import Project =" ..\packages\Fody.6.0.0\build\Fody.targets" Condition =" Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
138169 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
139170 <PropertyGroup >
140171 <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
141172 </PropertyGroup >
142- <Error Condition =" !Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
143173 <Error Condition =" !Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
174+ <Error Condition =" !Exists('..\packages\Fody.6.0.6\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.6\build\Fody.targets'))" />
144175 </Target >
176+ <Import Project =" ..\packages\Fody.6.0.6\build\Fody.targets" Condition =" Exists('..\packages\Fody.6.0.6\build\Fody.targets')" />
145177</Project >
0 commit comments