22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
5+ <GenerateSupportedRuntime >False</GenerateSupportedRuntime >
56 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
67 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
78 <ProjectGuid >{A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}</ProjectGuid >
1213 <FileAlignment >512</FileAlignment >
1314 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1415 <Deterministic >true</Deterministic >
16+ <PublishUrl >publish\</PublishUrl >
17+ <Install >true</Install >
18+ <InstallFrom >Disk</InstallFrom >
19+ <UpdateEnabled >false</UpdateEnabled >
20+ <UpdateMode >Foreground</UpdateMode >
21+ <UpdateInterval >7</UpdateInterval >
22+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23+ <UpdatePeriodically >false</UpdatePeriodically >
24+ <UpdateRequired >false</UpdateRequired >
25+ <MapFileExtensions >true</MapFileExtensions >
26+ <ApplicationRevision >0</ApplicationRevision >
27+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28+ <IsWebBootstrapper >false</IsWebBootstrapper >
29+ <UseApplicationTrust >false</UseApplicationTrust >
30+ <BootstrapperEnabled >true</BootstrapperEnabled >
1531 </PropertyGroup >
1632 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1733 <PlatformTarget >AnyCPU</PlatformTarget >
2541 </PropertyGroup >
2642 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2743 <PlatformTarget >AnyCPU</PlatformTarget >
28- <DebugType >pdbonly </DebugType >
44+ <DebugType >none </DebugType >
2945 <Optimize >true</Optimize >
3046 <OutputPath >bin\Release\</OutputPath >
3147 <DefineConstants >TRACE</DefineConstants >
7187 </Compile >
7288 </ItemGroup >
7389 <ItemGroup >
74- <None Include =" App.config" />
90+ <EmbeddedResource Include =" App.config" />
7591 </ItemGroup >
7692 <ItemGroup >
7793 <PackageReference Include =" Microsoft.Windows.SDK.Contracts" >
84100 <Version >1.0.3-rc11</Version >
85101 </PackageReference >
86102 </ItemGroup >
103+ <ItemGroup >
104+ <BootstrapperPackage Include =" .NETFramework,Version=v4.8" >
105+ <Visible >False</Visible >
106+ <ProductName >Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName >
107+ <Install >true</Install >
108+ </BootstrapperPackage >
109+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
110+ <Visible >False</Visible >
111+ <ProductName >.NET Framework 3.5 SP1</ProductName >
112+ <Install >false</Install >
113+ </BootstrapperPackage >
114+ </ItemGroup >
87115 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116+ <PropertyGroup >
117+ <PostBuildEvent >
118+ </PostBuildEvent >
119+ </PropertyGroup >
88120</Project >
0 commit comments