diff options
author | Brandon West <brawest@gmail.com> | 2015-04-22 19:37:51 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-04-22 19:37:51 -0600 |
commit | 95251d0010b5104df3eab8a798dfc916ea72c17f (patch) | |
tree | 263aca83d4612673dcc19378c3c2e74a99b6b5d2 /SendGrid/Example/Example.csproj | |
parent | d9f28e07fb5b087cfa86ccfb6039aa153f93260b (diff) | |
download | sendgrid-csharp-95251d0010b5104df3eab8a798dfc916ea72c17f.zip sendgrid-csharp-95251d0010b5104df3eab8a798dfc916ea72c17f.tar.gz sendgrid-csharp-95251d0010b5104df3eab8a798dfc916ea72c17f.tar.bz2 |
trying to fix missing file
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r-- | SendGrid/Example/Example.csproj | 8 |
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">
|