diff options
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 8 |
1 files changed, 2 insertions, 6 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">
|