Skip to content

Commit

Permalink
Merge pull request #5 from qubic-network/release/ep82
Browse files Browse the repository at this point in the history
Release/ep82
  • Loading branch information
J0ET0M authored Nov 6, 2023
2 parents e450daa + 8ca2074 commit 254ca46
Show file tree
Hide file tree
Showing 12 changed files with 5,167 additions and 5,046 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/x64/
/.vs/
8 changes: 8 additions & 0 deletions Qubic.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,16 @@
<ClCompile Include="qubic.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="four_q.h" />
<ClInclude Include="kangaroo_twelve.h" />
<ClInclude Include="text_output.h" />
<ClInclude Include="private_settings.h" />
<ClInclude Include="public_settings.h" />
<ClInclude Include="qpi.h" />
<ClInclude Include="qubics\Qx.h" />
<ClInclude Include="smart_contracts.h" />
<ClInclude Include="time.h" />
<ClInclude Include="uefi.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
Expand Down
8 changes: 8 additions & 0 deletions Qubic.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
<ItemGroup>
<ClInclude Include="qpi.h" />
<ClInclude Include="qubics\Qx.h" />
<ClInclude Include="smart_contracts.h" />
<ClInclude Include="private_settings.h" />
<ClInclude Include="public_settings.h" />
<ClInclude Include="uefi.h" />
<ClInclude Include="kangaroo_twelve.h" />
<ClInclude Include="four_q.h" />
<ClInclude Include="text_output.h" />
<ClInclude Include="time.h" />
</ItemGroup>
</Project>
1,824 changes: 1,824 additions & 0 deletions four_q.h

Large diffs are not rendered by default.

Loading

0 comments on commit 254ca46

Please sign in to comment.