diff options
author | Brandon West <brawest@gmail.com> | 2015-04-22 19:26:00 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-04-22 19:26:00 -0600 |
commit | d9f28e07fb5b087cfa86ccfb6039aa153f93260b (patch) | |
tree | a3574c8e791fb2344e3923f5c4ed89dcb1598066 | |
parent | c9a3d5c49abc4ff988a35d3015b06b808b229204 (diff) | |
download | sendgrid-csharp-d9f28e07fb5b087cfa86ccfb6039aa153f93260b.zip sendgrid-csharp-d9f28e07fb5b087cfa86ccfb6039aa153f93260b.tar.gz sendgrid-csharp-d9f28e07fb5b087cfa86ccfb6039aa153f93260b.tar.bz2 |
fix reference
-rw-r--r-- | SendGrid/Example/Example.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index 98947bb..7db3bca 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -64,6 +64,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.
|