Skip to content

Commit 69cc1c9

Browse files
committedMay 27, 2015
Updated project files.
1 parent 743851d commit 69cc1c9

File tree

3 files changed

+35
-77
lines changed

3 files changed

+35
-77
lines changed
 

‎BuildAnalyzer.csproj

+31-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -14,6 +14,26 @@
1414
<FileAlignment>512</FileAlignment>
1515
<StartupObject>
1616
</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>
1737
</PropertyGroup>
1838
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1939
<DebugSymbols>true</DebugSymbols>
@@ -74,7 +94,16 @@
7494
<Compile Include="Svg\SvgFont.cs" />
7595
</ItemGroup>
7696
<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>
78107
</ItemGroup>
79108
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80109
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

‎BuildAnalyzer.sln

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 10.00
3-
# Visual Studio 2008
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.31101.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildAnalyzer", "BuildAnalyzer.csproj", "{B3611410-5BD2-48F7-80BF-2C2D2E1075E8}"
57
EndProject
68
Global

‎Documentation/Todo.html

-73
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.