Skip to content

Commit

Permalink
Samples updates
Browse files Browse the repository at this point in the history
  • Loading branch information
perevoznyk committed Sep 18, 2023
1 parent 9286abd commit 3867baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Samples/C#/Signature/Signature/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Serhiy Perevoznyk")]
[assembly: AssemblyProduct("Signature")]
[assembly: AssemblyCopyright("Copyright © Serhiy Perevoznyk 2015 - 2022")]
[assembly: AssemblyCopyright("Copyright © Serhiy Perevoznyk 2015 - 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
10 changes: 0 additions & 10 deletions Samples/C++/ASIC container/ASIC container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,3 @@ int main()
FreeContainer(ctx);
}

// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
// Debug program: F5 or Debug > Start Debugging menu

// Tips for Getting Started:
// 1. Use the Solution Explorer window to add/manage files
// 2. Use the Team Explorer window to connect to source control
// 3. Use the Output window to see build output and other messages
// 4. Use the Error List window to view errors
// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file

0 comments on commit 3867baa

Please sign in to comment.