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 /SendGrid/Example/Example.csproj | |
parent | 95251d0010b5104df3eab8a798dfc916ea72c17f (diff) | |
download | sendgrid-csharp-cebfe379c381424c8b63e798828cd01aaf7d5d29.zip sendgrid-csharp-cebfe379c381424c8b63e798828cd01aaf7d5d29.tar.gz sendgrid-csharp-cebfe379c381424c8b63e798828cd01aaf7d5d29.tar.bz2 |
still trying to fix refs
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">
|