diff options
author | Brandon West <brawest@gmail.com> | 2015-04-22 19:43:01 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-04-22 19:43:01 -0600 |
commit | cebfe379c381424c8b63e798828cd01aaf7d5d29 (patch) | |
tree | 7efa92b7793927eea9dd92ac8a302aac7f5ae4bd | |
parent | 95251d0010b5104df3eab8a798dfc916ea72c17f (diff) | |
download | sendgrid-csharp-cebfe379c381424c8b63e798828cd01aaf7d5d29.zip sendgrid-csharp-cebfe379c381424c8b63e798828cd01aaf7d5d29.tar.gz sendgrid-csharp-cebfe379c381424c8b63e798828cd01aaf7d5d29.tar.bz2 |
still trying to fix refs
-rw-r--r-- | SendGrid/Example/Example.csproj | 8 | ||||
-rw-r--r-- | SendGrid/SendGrid.sln | 3 |
2 files changed, 4 insertions, 7 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj index a425e83..7db3bca 100644 --- a/SendGrid/Example/Example.csproj +++ b/SendGrid/Example/Example.csproj @@ -51,13 +51,9 @@ <Reference Include="System.Net" />
</ItemGroup>
<ItemGroup>
- <Compile Include="Program.cs">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Compile>
+ <Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="WebApi.cs">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Compile>
+ <Compile Include="WebApi.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config">
diff --git a/SendGrid/SendGrid.sln b/SendGrid/SendGrid.sln index 60138de..01d440c 100644 --- a/SendGrid/SendGrid.sln +++ b/SendGrid/SendGrid.sln @@ -51,7 +51,8 @@ Global {F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.BuildNet45|Mixed Platforms.Build.0 = BuildNet45|x86
{F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.BuildNet45|x86.ActiveCfg = BuildNet45|x86
{F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.BuildNet45|x86.Build.0 = BuildNet45|x86
- {F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.Debug|Any CPU.ActiveCfg = Debug|x86
+ {F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.Debug|Any CPU.ActiveCfg = BuildNet45|x86
+ {F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.Debug|Any CPU.Build.0 = BuildNet45|x86
{F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{F39ADCE7-63B5-406D-9BE8-C407920B6B8F}.Debug|x86.ActiveCfg = Debug|x86
|