Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zEttOn86 committed May 17, 2019
1 parent a73f891 commit 8166ddd
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="evaluations.h" />
<ClInclude Include="maximum_a_posteriori.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
<ClInclude Include="maximum_a_posteriori.h">
<Filter>ヘッダー ファイル</Filter>
</ClInclude>
<ClInclude Include="evaluations.h">
<Filter>ヘッダー ファイル</Filter>
</ClInclude>
</ItemGroup>
</Project>
Loading

0 comments on commit 8166ddd

Please sign in to comment.