From b80adaabfdef44051695ff08ca2b612a70300dde Mon Sep 17 00:00:00 2001 From: jonesd <kevin.jones@transcore.com> Date: Thu, 29 Jun 2017 12:46:00 -0400 Subject: [PATCH] Converted to VS2013 --- SendEmail/SendEmail/SendEmail.csproj | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/SendEmail/SendEmail/SendEmail.csproj b/SendEmail/SendEmail/SendEmail.csproj index 99717d9..2fcf895 100644 --- a/SendEmail/SendEmail/SendEmail.csproj +++ b/SendEmail/SendEmail/SendEmail.csproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="3.5" 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)' == '' ">AnyCPU</Platform> @@ -12,6 +12,11 @@ <AssemblyName>SendEmail</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>3.5</OldToolsVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -83,6 +88,7 @@ <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> + <DesignTime>True</DesignTime> </Compile> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> -- Gitblit v1.9.3