|
12 | 12 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 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> |
|
77 | 92 | <Name>TNMStaging_UnitTestApp</Name> |
78 | 93 | </ProjectReference> |
79 | 94 | </ItemGroup> |
| 95 | + <ItemGroup> |
| 96 | + <BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> |
| 97 | + <Visible>False</Visible> |
| 98 | + <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName> |
| 99 | + <Install>true</Install> |
| 100 | + </BootstrapperPackage> |
| 101 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 102 | + <Visible>False</Visible> |
| 103 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 104 | + <Install>false</Install> |
| 105 | + </BootstrapperPackage> |
| 106 | + </ItemGroup> |
80 | 107 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
81 | 108 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
82 | 109 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments