summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-06-13 16:47:02 -0600
committerBrandon West <brawest@gmail.com>2014-06-13 16:47:02 -0600
commit01700b9ed52cf0e4e6310aded2f1d7f27d674b1b (patch)
tree1de1e53fc537480d4621eb122b05def295e4d6de /SendGrid/Example/Example.csproj
parentc457bc2779d793b32644a373be743e8aca5a8ef0 (diff)
downloadsendgrid-csharp-01700b9ed52cf0e4e6310aded2f1d7f27d674b1b.zip
sendgrid-csharp-01700b9ed52cf0e4e6310aded2f1d7f27d674b1b.tar.gz
sendgrid-csharp-01700b9ed52cf0e4e6310aded2f1d7f27d674b1b.tar.bz2
add ReleaseNet40 and ReleaseNet45 build configs
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj22
1 files changed, 8 insertions, 14 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index f1fb787..5b34961 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -38,15 +38,19 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNet40|x86'">
+ <OutputPath>bin\x86\ReleaseNet40\</OutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNet45|x86'">
+ <OutputPath>bin\x86\ReleaseNet45\</OutputPath>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="SendGrid.SmtpApi">
<HintPath>..\SendGridMail\bin\Debug\SendGrid.SmtpApi.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
- <Reference Include="System.IO">
- <HintPath>..\packages\Microsoft.Bcl.1.1.6\lib\net40\System.IO.dll</HintPath>
- </Reference>
<Reference Include="System.Net" />
<Reference Include="System.Net.Http, Version=2.2.18.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -62,12 +66,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Net.Http.2.2.18\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
</Reference>
- <Reference Include="System.Runtime">
- <HintPath>..\packages\Microsoft.Bcl.1.1.6\lib\net40\System.Runtime.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Tasks">
- <HintPath>..\packages\Microsoft.Bcl.1.1.6\lib\net40\System.Threading.Tasks.dll</HintPath>
- </Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@@ -83,6 +81,7 @@
<None Include="app.config">
<SubType>Designer</SubType>
</None>
+ <None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SendGridMail\Mail.csproj">
@@ -94,11 +93,6 @@
<WCFMetadata Include="Service References\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" />
- <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
- <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
- <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
- </Target>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.