-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michele Esposito Marzino
committed
Sep 10, 2023
0 parents
commit ce26fe3
Showing
41 changed files
with
21,693 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.vfproj merge=ours |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Prerequisites | ||
*.d | ||
|
||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
*.o | ||
*.obj | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
*.dll | ||
|
||
# Fortran module files | ||
*.mod | ||
*.smod | ||
|
||
# Compiled Static libraries | ||
*.lai | ||
*.la | ||
*.a | ||
*.lib | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
|
||
# after pre-processor | ||
*.i90 | ||
|
||
# custom | ||
**/*_help.txt | ||
|
||
# Visual Studio | ||
**/*.suo | ||
**/*.u2d | ||
**/*.pdb | ||
**/*BuildLog* | ||
**/*.manifest | ||
|
||
# VS hidden (local) folder | ||
.vs/ | ||
.vscode/ | ||
|
||
# CUSTOM | ||
#specific subfolder, keep it as backup | ||
src/x64 | ||
src/x86 | ||
**/*.lnk | ||
**/*.user | ||
**/*.help | ||
**/fort.* | ||
deps/ | ||
lapack/ | ||
build/ | ||
*.exp | ||
**/*.ilk | ||
**/*.idb | ||
**/__pycache__ | ||
compile.bat | ||
plotter/ | ||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.32407.337 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "BSA", "src\BSA.vfproj", "{DA0DDA4B-436F-4F32-9664-D89DB5F50096}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907} = {FA4C5412-70FD-4A98-9A97-758D8F0FE907} | ||
EndProjectSection | ||
EndProject | ||
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "BSAlib", "src\BsaLib\BSAlib.vfproj", "{FA4C5412-70FD-4A98-9A97-758D8F0FE907}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
MinSizeRel|x64 = MinSizeRel|x64 | ||
MinSizeRel|x86 = MinSizeRel|x86 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
RelWithDebInfo|x64 = RelWithDebInfo|x64 | ||
RelWithDebInfo|x86 = RelWithDebInfo|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.Debug|x64.ActiveCfg = Debug|x64 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.Debug|x64.Build.0 = Debug|x64 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.Debug|x86.Build.0 = Debug|Win32 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.MinSizeRel|x64.ActiveCfg = Release|x64 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.MinSizeRel|x86.ActiveCfg = Release|Win32 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.Release|x64.ActiveCfg = Release|x64 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.Release|x64.Build.0 = Release|x64 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.Release|x86.ActiveCfg = Release|Win32 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.Release|x86.Build.0 = Release|Win32 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.RelWithDebInfo|x64.ActiveCfg = Release|x64 | ||
{DA0DDA4B-436F-4F32-9664-D89DB5F50096}.RelWithDebInfo|x86.ActiveCfg = Release|Win32 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.Debug|x64.ActiveCfg = Debug|x64 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.Debug|x64.Build.0 = Debug|x64 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.MinSizeRel|x64.ActiveCfg = Release|x64 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.MinSizeRel|x86.ActiveCfg = Release|Win32 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.Release|x64.ActiveCfg = Release|x64 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.Release|x64.Build.0 = Release|x64 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.Release|x86.ActiveCfg = Release|Win32 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.Release|x86.Build.0 = Release|Win32 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.RelWithDebInfo|x64.ActiveCfg = Release|x64 | ||
{FA4C5412-70FD-4A98-9A97-758D8F0FE907}.RelWithDebInfo|x86.ActiveCfg = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {44B5D54D-AEDB-4A2B-A1FD-1A1D86279723} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.