summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-10 13:51:10 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-10 13:51:10 -0800
commit158cfbb88789e46b9c959e8b4f2424b84eeb6c7f (patch)
treece940b3eab15b0e0c9dffd94985b57a300da2d05 /SendGrid/Example/Example.csproj
parent2dda827ec2db948355ebb1b6d7c4eb81d65df732 (diff)
downloadsendgrid-csharp-158cfbb88789e46b9c959e8b4f2424b84eeb6c7f.zip
sendgrid-csharp-158cfbb88789e46b9c959e8b4f2424b84eeb6c7f.tar.gz
sendgrid-csharp-158cfbb88789e46b9c959e8b4f2424b84eeb6c7f.tar.bz2
changed target platform
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rwxr-xr-xSendGrid/Example/Example.csproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 7272179..93f7660 100755
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -11,7 +11,8 @@
<RootNamespace>Example</RootNamespace>
<AssemblyName>Example</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <TargetFrameworkProfile>
+ </TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -53,6 +54,9 @@
<Name>Mail</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="app.config" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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.