|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
5 | 5 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
|
6 | 6 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
| 7 | + <PublishUrl>publish\</PublishUrl> |
| 8 | + <Install>true</Install> |
| 9 | + <InstallFrom>Disk</InstallFrom> |
| 10 | + <UpdateEnabled>false</UpdateEnabled> |
| 11 | + <UpdateMode>Foreground</UpdateMode> |
| 12 | + <UpdateInterval>7</UpdateInterval> |
| 13 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 14 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 15 | + <UpdateRequired>false</UpdateRequired> |
| 16 | + <MapFileExtensions>true</MapFileExtensions> |
| 17 | + <ApplicationRevision>0</ApplicationRevision> |
| 18 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 19 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 20 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
7 | 21 | </PropertyGroup>
|
8 | 22 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
9 | 23 | <PropertyGroup>
|
|
19 | 33 | <SignAssembly>True</SignAssembly>
|
20 | 34 | <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
|
21 | 35 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
22 |
| - <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
| 36 | + <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> |
23 | 37 | <FileUpgradeFlags>
|
24 | 38 | </FileUpgradeFlags>
|
25 | 39 | <UpgradeBackupLocation>
|
26 | 40 | </UpgradeBackupLocation>
|
27 | 41 | <OldToolsVersion>4.0</OldToolsVersion>
|
28 | 42 | <TargetFrameworkProfile />
|
29 |
| - <PublishUrl>publish\</PublishUrl> |
30 |
| - <Install>true</Install> |
31 |
| - <InstallFrom>Disk</InstallFrom> |
32 |
| - <UpdateEnabled>false</UpdateEnabled> |
33 |
| - <UpdateMode>Foreground</UpdateMode> |
34 |
| - <UpdateInterval>7</UpdateInterval> |
35 |
| - <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
36 |
| - <UpdatePeriodically>false</UpdatePeriodically> |
37 |
| - <UpdateRequired>false</UpdateRequired> |
38 |
| - <MapFileExtensions>true</MapFileExtensions> |
39 |
| - <ApplicationRevision>0</ApplicationRevision> |
40 |
| - <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
41 | 43 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
42 |
| - <UseApplicationTrust>false</UseApplicationTrust> |
43 |
| - <BootstrapperEnabled>true</BootstrapperEnabled> |
44 | 44 | </PropertyGroup>
|
45 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
46 | 46 | <DebugSymbols>true</DebugSymbols>
|
|
227 | 227 | <Generator>MSBuild:Compile</Generator>
|
228 | 228 | <Generator>MSBuild:Compile</Generator>
|
229 | 229 | <SubType>Designer</SubType>
|
| 230 | + <Generator>MSBuild:Compile</Generator> |
| 231 | + <SubType>Designer</SubType> |
230 | 232 | </Page>
|
231 | 233 | <Page Include="UserControls\RegexTesterPage.xaml">
|
232 | 234 | <SubType>Designer</SubType>
|
233 | 235 | <Generator>MSBuild:Compile</Generator>
|
234 | 236 | <Generator>MSBuild:Compile</Generator>
|
235 | 237 | <SubType>Designer</SubType>
|
| 238 | + <Generator>MSBuild:Compile</Generator> |
| 239 | + <SubType>Designer</SubType> |
236 | 240 | </Page>
|
237 | 241 | </ItemGroup>
|
238 |
| - <ItemGroup /> |
| 242 | + <ItemGroup> |
| 243 | + <BootstrapperPackage Include=".NETFramework,Version=v4.0"> |
| 244 | + <Visible>False</Visible> |
| 245 | + <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> |
| 246 | + <Install>true</Install> |
| 247 | + </BootstrapperPackage> |
| 248 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 249 | + <Visible>False</Visible> |
| 250 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 251 | + <Install>false</Install> |
| 252 | + </BootstrapperPackage> |
| 253 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 254 | + <Visible>False</Visible> |
| 255 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 256 | + <Install>false</Install> |
| 257 | + </BootstrapperPackage> |
| 258 | + <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> |
| 259 | + <Visible>False</Visible> |
| 260 | + <ProductName>Windows Installer 4.5</ProductName> |
| 261 | + <Install>true</Install> |
| 262 | + </BootstrapperPackage> |
| 263 | + </ItemGroup> |
239 | 264 | <PropertyGroup>
|
240 | 265 | <UseCodebase>true</UseCodebase>
|
241 | 266 | </PropertyGroup>
|
|
0 commit comments