Skip to content

Commit 88161e2

Browse files
committed
Add project files.
1 parent 7cec0e0 commit 88161e2

83 files changed

Lines changed: 8839 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"WebFetch(domain:chatgpt.com)",
5+
"Bash(dir:*)",
6+
"WebFetch(domain:download.libsodium.org)",
7+
"Bash(curl:*)",
8+
"Bash(powershell:*)",
9+
"Bash(where:*)",
10+
"Bash(\"/c/Program Files/Microsoft Visual Studio/18/Community/MSBuild/Current/Bin/amd64/MSBuild.exe\" e2e.vcxproj /p:Configuration=Release /p:Platform=Win32 /v:minimal)",
11+
"Bash(\"/c/Program Files/Microsoft Visual Studio/18/Community/MSBuild/Current/Bin/amd64/MSBuild.exe\" e2e.vcxproj \"/p:Configuration=Release\" \"/p:Platform=Win32\" \"/v:minimal\")",
12+
"Bash(cmd.exe:*)",
13+
"Bash(copy_to_mirc.bat)",
14+
"Bash(\"/c/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/MSVC/14.50.35717/bin/HostX64/x86/dumpbin.exe\" //exports e2e.dll)",
15+
"Bash(\"/c/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/MSVC/14.50.35717/bin/HostX64/x86/dumpbin.exe\" //headers e2e.dll)",
16+
"Bash(\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\18\\\\Community\\\\MSBuild\\\\Current\\\\Bin\\\\amd64\\\\MSBuild.exe\" e2e.vcxproj /p:Configuration=Release /p:Platform=Win32 /v:minimal)",
17+
"Bash(\"C:/Program Files/Microsoft Visual Studio/18/Community/MSBuild/Current/Bin/amd64/MSBuild.exe\" e2e.vcxproj \"/p:Configuration=Release\" \"/p:Platform=Win32\" \"/v:minimal\")",
18+
"Bash(\"/c/Program Files/Microsoft Visual Studio/18/Community/MSBuild/Current/Bin/amd64/MSBuild.exe\" e2e.vcxproj //p:Configuration=Release //p:Platform=Win32 //v:minimal)",
19+
"Bash(\"/c/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/MSVC/14.50.35717/bin/HostX64/x86/dumpbin.exe\" //exports Release/e2e.dll)"
20+
]
21+
}
22+
}

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Visual Studio cache/build folders
2+
.vs/
3+
Debug/
4+
Release/
5+
x64/
6+
Win32/
7+
*.user
8+
*.suo
9+
*.sdf
10+
*.opensdf
11+
*.db
12+
*.opendb
13+
*.ipch
14+
15+
# Build outputs
16+
*.dll
17+
*.lib
18+
*.exp
19+
*.obj
20+
*.pdb
21+
*.ilk
22+
*.iobj
23+
*.ipdb
24+
*.idb
25+
*.log
26+
*.tlog
27+
28+
# Temporary files
29+
*.tmp
30+
*.bak
31+
*.swp
32+
*~
33+
34+
# Keep libsodium
35+
!libsodium/
36+
37+
# Keep launch.vs.json for debugging
38+
!.vs/launch.vs.json

0 commit comments

Comments
 (0)