Skip to content

Commit

Permalink
add app.config to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmanning committed Oct 23, 2016
1 parent bf78b67 commit a42a05d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/RunProcessAsTask/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
2 changes: 1 addition & 1 deletion src/RunProcessAsTask/RunProcessAsTask.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit a42a05d

Please sign in to comment.