diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-13 11:42:23 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-13 11:42:23 -0800 |
commit | 3fbe9e8fee4fa45a4a0e2620afdd391f7bba5c56 (patch) | |
tree | 83feb3fa4575585941aeda43cc5557d99ce9bf38 /SendGrid/Example/Example.csproj | |
parent | 6904122e6ea5e9e0932b83871ed48d39e2b09e99 (diff) | |
parent | e3549a7191897313ba7b05c8e76be640a09dbe4e (diff) | |
download | sendgrid-csharp-3fbe9e8fee4fa45a4a0e2620afdd391f7bba5c56.zip sendgrid-csharp-3fbe9e8fee4fa45a4a0e2620afdd391f7bba5c56.tar.gz sendgrid-csharp-3fbe9e8fee4fa45a4a0e2620afdd391f7bba5c56.tar.bz2 |
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882-inbetween
Conflicts:
SendGrid/SendGridMail/Transport/REST.cs
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rwxr-xr-x | SendGrid/Example/Example.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 776c740..cb778d1 100755 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -57,7 +57,9 @@ </ProjectReference>
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
+ <None Include="app.config">
+ <SubType>Designer</SubType>
+ </None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|