summary refs log tree commit diff stats
path: root/src/htm/htm.csproj
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-10-10 16:14:12 -0700
committerArnavion <arnavion@gmail.com>2015-10-10 16:14:12 -0700
commitf7e3d3f32c36140bf1838371b07d2052171f6758 (patch)
tree8d622821abf05ac0129a1059e48c327c4b26b237 /src/htm/htm.csproj
parent671a838b52e75216a4c8389be2ca569488fea8ac (diff)
Use VS 2015
Diffstat (limited to 'src/htm/htm.csproj')
-rw-r--r--src/htm/htm.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/htm/htm.csproj b/src/htm/htm.csproj
index d56f2188..eaf57a0f 100644
--- a/src/htm/htm.csproj
+++ b/src/htm/htm.csproj
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>

-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

   <PropertyGroup>

     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>

@@ -12,8 +12,9 @@
     <AssemblyName>thememan</AssemblyName>

     <FileAlignment>512</FileAlignment>

     <IsWebBootstrapper>false</IsWebBootstrapper>

-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

-    <TargetFrameworkProfile>Client</TargetFrameworkProfile>

+    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>

+    <TargetFrameworkProfile>

+    </TargetFrameworkProfile>

     <PublishUrl>publish\</PublishUrl>

     <Install>true</Install>

     <InstallFrom>Disk</InstallFrom>

@@ -40,6 +41,7 @@
     <ErrorReport>prompt</ErrorReport>

     <WarningLevel>4</WarningLevel>

     <CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>

+    <Prefer32Bit>false</Prefer32Bit>

   </PropertyGroup>

   <PropertyGroup>

     <ApplicationIcon>Resources\htm.ico</ApplicationIcon>

@@ -68,6 +70,7 @@
     <DefineConstants>TRACE</DefineConstants>

     <ErrorReport>prompt</ErrorReport>

     <CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>

+    <Prefer32Bit>false</Prefer32Bit>

   </PropertyGroup>

   <ItemGroup>

     <Reference Include="System" />