summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SendGrid/Example/Example.csproj8
-rw-r--r--SendGrid/SendGrid.sln3
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