diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-10 13:51:10 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-10 13:51:10 -0800 |
commit | 158cfbb88789e46b9c959e8b4f2424b84eeb6c7f (patch) | |
tree | ce940b3eab15b0e0c9dffd94985b57a300da2d05 /SendGrid/Example/Example.csproj | |
parent | 2dda827ec2db948355ebb1b6d7c4eb81d65df732 (diff) | |
download | sendgrid-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-x | SendGrid/Example/Example.csproj | 6 |
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.
|