summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-24 14:57:47 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-24 14:57:47 -0800
commita2db6e371a1825c4a1310b1f09ab31cc8f6ed8e4 (patch)
tree7b1da326c0c18edf9ddfb7c33f631199830f20ab /SendGrid/Example/Example.csproj
parentf998f91603382c29f74007c34a71e6ec001011b5 (diff)
downloadsendgrid-csharp-a2db6e371a1825c4a1310b1f09ab31cc8f6ed8e4.zip
sendgrid-csharp-a2db6e371a1825c4a1310b1f09ab31cc8f6ed8e4.tar.gz
sendgrid-csharp-a2db6e371a1825c4a1310b1f09ab31cc8f6ed8e4.tar.bz2
renamed REST transport to Web
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rwxr-xr-xSendGrid/Example/Example.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index cb778d1..1f85cc2 100755
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -47,7 +47,7 @@
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RESTAPI.cs" />
+ <Compile Include="WEBAPI.cs" />
<Compile Include="SMTPAPI.cs" />
</ItemGroup>
<ItemGroup>