|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
14 | 14 | <FileAlignment>512</FileAlignment>
|
15 | 15 | <StartupObject>
|
16 | 16 | </StartupObject>
|
| 17 | + <FileUpgradeFlags> |
| 18 | + </FileUpgradeFlags> |
| 19 | + <UpgradeBackupLocation> |
| 20 | + </UpgradeBackupLocation> |
| 21 | + <OldToolsVersion>3.5</OldToolsVersion> |
| 22 | + <PublishUrl>publish\</PublishUrl> |
| 23 | + <Install>true</Install> |
| 24 | + <InstallFrom>Disk</InstallFrom> |
| 25 | + <UpdateEnabled>false</UpdateEnabled> |
| 26 | + <UpdateMode>Foreground</UpdateMode> |
| 27 | + <UpdateInterval>7</UpdateInterval> |
| 28 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 29 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 30 | + <UpdateRequired>false</UpdateRequired> |
| 31 | + <MapFileExtensions>true</MapFileExtensions> |
| 32 | + <ApplicationRevision>0</ApplicationRevision> |
| 33 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 34 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 35 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 36 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
17 | 37 | </PropertyGroup>
|
18 | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 39 | <DebugSymbols>true</DebugSymbols>
|
|
74 | 94 | <Compile Include="Svg\SvgFont.cs" />
|
75 | 95 | </ItemGroup>
|
76 | 96 | <ItemGroup>
|
77 |
| - <Content Include="Documentation\Todo.html" /> |
| 97 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 98 | + <Visible>False</Visible> |
| 99 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 100 | + <Install>false</Install> |
| 101 | + </BootstrapperPackage> |
| 102 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 103 | + <Visible>False</Visible> |
| 104 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 105 | + <Install>true</Install> |
| 106 | + </BootstrapperPackage> |
78 | 107 | </ItemGroup>
|
79 | 108 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
80 | 109 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments