summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-10-09 15:04:12 -0600
committerBrandon West <brawest@gmail.com>2014-10-09 15:04:12 -0600
commit3779170bfcecbadc06a79d400cf5e2fdb070fca8 (patch)
treef931777aa363c23af8207b789379c296d4894937 /SendGrid/Example/Example.csproj
parent5155ba90dc9046039162ab97358dbffd4bf0c1bf (diff)
downloadsendgrid-csharp-3779170bfcecbadc06a79d400cf5e2fdb070fca8.zip
sendgrid-csharp-3779170bfcecbadc06a79d400cf5e2fdb070fca8.tar.gz
sendgrid-csharp-3779170bfcecbadc06a79d400cf5e2fdb070fca8.tar.bz2
add user-agent
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 8152179..f604aaa 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -60,6 +60,12 @@
<ItemGroup>
<WCFMetadata Include="Service References\" />
</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" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@@ -69,10 +75,4 @@
<Target Name="AfterBuild">
</Target>
-->
- <ItemGroup>
- <ProjectReference Include="..\SendGridMail\Mail.csproj">
- <Project>{3C687BEF-FF50-44AD-8315-2D4237281AF8}</Project>
- <Name>Mail</Name>
- </ProjectReference>
- </ItemGroup>
</Project> \ No newline at end of file