diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-10 13:43:43 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-10 13:43:43 -0800 |
commit | a21ebe40919ebbeba1ca6b87b14401f5503cf5dd (patch) | |
tree | ab36b40ff98b5c3eed4755640eb490875e768202 /SendGrid/Example/Example.csproj | |
parent | 1dd16986298af75ef430f8eb9611c8214993625e (diff) | |
parent | e7e7ea043de835793b9d65e6176e6148d0b51e29 (diff) | |
download | sendgrid-csharp-a21ebe40919ebbeba1ca6b87b14401f5503cf5dd.zip sendgrid-csharp-a21ebe40919ebbeba1ca6b87b14401f5503cf5dd.tar.gz sendgrid-csharp-a21ebe40919ebbeba1ca6b87b14401f5503cf5dd.tar.bz2 |
Merge branch 'us1882-test' into us1882
Conflicts:
.gitignore
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rwxr-xr-x | 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 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.
|