summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-10 13:40:15 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-10 13:40:15 -0800
commit75fc6f6c4cb4d6f8069cbe185413e6355e94f976 (patch)
tree4314495388e64a3d97fecdc83eec0954f15908f3 /SendGrid/Example/Example.csproj
parent3ef948db24bedfc4dc8786e6cd88560618aadf0c (diff)
downloadsendgrid-csharp-75fc6f6c4cb4d6f8069cbe185413e6355e94f976.zip
sendgrid-csharp-75fc6f6c4cb4d6f8069cbe185413e6355e94f976.tar.gz
sendgrid-csharp-75fc6f6c4cb4d6f8069cbe185413e6355e94f976.tar.bz2
fixed namespace weirdness, made changes to .gitignore
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rwxr-xr-xSendGrid/Example/Example.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 8ce66d2..7272179 100755
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -47,6 +47,12 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\SendGridMail\Mail.csproj">
+ <Project>{3C687BEF-FF50-44AD-8315-2D4237281AF8}</Project>
+ <Name>Mail</Name>
+ </ProjectReference>
+ </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.