summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-13 11:12:32 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-13 11:12:32 -0800
commit819ba92371818d3b691ce03a9606eb01fa57480c (patch)
treea13727bc7372e3db5eeb1a2b20a185900f952722 /SendGrid/Example/Example.csproj
parent936101e040074244fe6be9d5a48832a657405424 (diff)
downloadsendgrid-csharp-819ba92371818d3b691ce03a9606eb01fa57480c.zip
sendgrid-csharp-819ba92371818d3b691ce03a9606eb01fa57480c.tar.gz
sendgrid-csharp-819ba92371818d3b691ce03a9606eb01fa57480c.tar.bz2
update attachments, fixed filter formats, added some documentation, made constructors initializable only by factory functions
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rwxr-xr-xSendGrid/Example/Example.csproj4
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.