Skip to content

Commit

Permalink
Add missing project file
Browse files Browse the repository at this point in the history
  • Loading branch information
latkin committed Jun 2, 2015
1 parent f8d9fe8 commit 539225b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/fsharpqa/testenv/src/ExecAssembly/ExecAssembly.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,12 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Program.fs" />
<None Include="App.config" />
</ItemGroup>
<ItemGroup Condition=" '$(OpenBuild)' != 'True' ">
<None Include="closed\App.config" />
</ItemGroup>
<ItemGroup Condition=" '$(OpenBuild)' == 'True' ">
<None Include="open\App.config" />
</ItemGroup>
<PropertyGroup>
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
Expand Down

0 comments on commit 539225b

Please sign in to comment.