summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 7db3bca..a425e83 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -51,9 +51,13 @@
<Reference Include="System.Net" />
</ItemGroup>
<ItemGroup>
- <Compile Include="Program.cs" />
+ <Compile Include="Program.cs">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="WebApi.cs" />
+ <Compile Include="WebApi.cs">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config">