modified library fsproj
figured out that whatever is not compiled before call will result in a failure
This commit is contained in:
parent
d73f21d7ac
commit
818dd66f88
@ -7,15 +7,16 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Commit.fs" />
|
||||||
<Compile Include="Branch.fs" />
|
<Compile Include="Branch.fs" />
|
||||||
<Compile Include="Email.fs" />
|
<Compile Include="Email.fs" />
|
||||||
<Compile Include="License.fs" />
|
<Compile Include="License.fs" />
|
||||||
<Compile Include="Owner.fs" />
|
<Compile Include="Owner.fs" />
|
||||||
<Compile Include="RepoDetail.fs" />
|
|
||||||
<Compile Include="Search.fs" />
|
<Compile Include="Search.fs" />
|
||||||
<Compile Include="RequestList.fs" />
|
|
||||||
<Compile Include="Sort.fs" />
|
|
||||||
<Compile Include="User.fs" />
|
<Compile Include="User.fs" />
|
||||||
|
<Compile Include="Sort.fs" />
|
||||||
|
<Compile Include="RepoDetail.fs" />
|
||||||
|
<Compile Include="RequestList.fs" />
|
||||||
<Content Include="README.md" />
|
<Content Include="README.md" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user