|
18 | 18 | <SccLocalPath>SAK</SccLocalPath> |
19 | 19 | <SccAuxPath>SAK</SccAuxPath> |
20 | 20 | <SccProvider>SAK</SccProvider> |
| 21 | + <TargetFrameworkProfile /> |
| 22 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 23 | + <PublishUrl>publish\</PublishUrl> |
| 24 | + <Install>true</Install> |
| 25 | + <InstallFrom>Disk</InstallFrom> |
| 26 | + <UpdateEnabled>false</UpdateEnabled> |
| 27 | + <UpdateMode>Foreground</UpdateMode> |
| 28 | + <UpdateInterval>7</UpdateInterval> |
| 29 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 30 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 31 | + <UpdateRequired>false</UpdateRequired> |
| 32 | + <MapFileExtensions>true</MapFileExtensions> |
| 33 | + <ApplicationRevision>0</ApplicationRevision> |
| 34 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 35 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 36 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
21 | 37 | </PropertyGroup> |
22 | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
23 | 39 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
81 | 97 | </PropertyGroup> |
82 | 98 | <ItemGroup> |
83 | 99 | <Reference Include="DynaMD, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
84 | | - <HintPath>..\packages\DynaMD.1.0.7.1\lib\net452\DynaMD.dll</HintPath> |
| 100 | + <HintPath>..\packages\DynaMD.1.0.7.3\lib\net452\DynaMD.dll</HintPath> |
85 | 101 | </Reference> |
86 | | - <Reference Include="Microsoft.Diagnostics.Runtime, Version=1.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
87 | | - <HintPath>..\packages\Microsoft.Diagnostics.Runtime.1.0.2\lib\net45\Microsoft.Diagnostics.Runtime.dll</HintPath> |
| 102 | + <Reference Include="Microsoft.Diagnostics.Runtime, Version=1.1.0.35504, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 103 | + <HintPath>..\packages\Microsoft.Diagnostics.Runtime.1.1.35504\lib\net45\Microsoft.Diagnostics.Runtime.dll</HintPath> |
88 | 104 | </Reference> |
89 | 105 | <Reference Include="ParallelExtensionsExtras, Version=1.2.3.0, Culture=neutral, PublicKeyToken=665f4d61f853b5a9, processorArchitecture=MSIL"> |
90 | 106 | <HintPath>..\packages\ParallelExtensionsExtras.1.2.0.0\lib\net40\ParallelExtensionsExtras.dll</HintPath> |
|
95 | 111 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
96 | 112 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
97 | 113 | </Reference> |
98 | | - <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
99 | | - <HintPath>..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath> |
| 114 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 115 | + <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath> |
100 | 116 | </Reference> |
101 | 117 | <Reference Include="System.Xml" /> |
102 | 118 | <Reference Include="Microsoft.CSharp" /> |
|
209 | 225 | <ItemGroup> |
210 | 226 | <Resource Include="Panes\GCMemory.png" /> |
211 | 227 | </ItemGroup> |
| 228 | + <ItemGroup> |
| 229 | + <BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
| 230 | + <Visible>False</Visible> |
| 231 | + <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName> |
| 232 | + <Install>true</Install> |
| 233 | + </BootstrapperPackage> |
| 234 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 235 | + <Visible>False</Visible> |
| 236 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 237 | + <Install>false</Install> |
| 238 | + </BootstrapperPackage> |
| 239 | + </ItemGroup> |
212 | 240 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
213 | 241 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
214 | 242 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments