aboutsummaryrefslogtreecommitdiff
path: root/player/levitating-player.prj
diff options
context:
space:
mode:
Diffstat (limited to 'player/levitating-player.prj')
-rw-r--r--player/levitating-player.prj96
1 files changed, 96 insertions, 0 deletions
diff --git a/player/levitating-player.prj b/player/levitating-player.prj
new file mode 100644
index 0000000..b6a36a4
--- /dev/null
+++ b/player/levitating-player.prj
@@ -0,0 +1,96 @@
+{
+ "Root":{
+ "Folders":[{
+ "Folders":[],
+ "Name":"+common",
+ "Files":[{
+ "filename":"..\\common\\jessl.f90",
+ "enabled":"1"
+ },{
+ "filename":"..\\common\\network.F90",
+ "enabled":"1"
+ },{
+ "filename":"..\\common\\protocol.f90",
+ "enabled":"1"
+ },{
+ "filename":"..\\common\\request.f90",
+ "enabled":"1"
+ },{
+ "filename":"..\\common\\wsa.f90",
+ "enabled":"1"
+ }]
+ }],
+ "Name":"+levitating-player (target.exe)",
+ "Files":[{
+ "filename":".\\config.f90",
+ "enabled":"1"
+ },{
+ "filename":".\\instructions.f90",
+ "enabled":"1"
+ },{
+ "filename":".\\main.f90",
+ "enabled":"1"
+ },{
+ "filename":".\\tasks.f90",
+ "enabled":"1"
+ },{
+ "filename":".\\utilities.F90",
+ "enabled":"1"
+ }]
+ },
+ "Name":"levitating-player (target.exe)",
+ "Options":{
+ "Compiler Options":{
+ "Fortran Flags":"",
+ "Link Flags":"",
+ "C Flags":""
+ },
+ "Architecture":1,
+ "Type":0,
+ "Revision":2,
+ "Windows GUI":0,
+ "File Options":{
+ "Library Directories":["Default Add-On Directory"],
+ "Build Directory":"build",
+ "Module Directory":"modules",
+ "Include Directories":["Default Add-On Include Directory"]
+ },
+ "Target":"target.exe",
+ "Fortran Options":{
+ "Use C Preprocessor":"false",
+ "Runtime Diagnostics":"false",
+ "Floating Point Exception Trap":0,
+ "Cray Pointers":"false",
+ "Enable Coarrays":"false",
+ "Enable OpenMP":"false",
+ "Initialize Variables to Zero":"false",
+ "Default Double for Real":"false"
+ },
+ "Code Generation Options":{
+ "CPU Specific":"false",
+ "Processor":"generic",
+ "Aggressive Loops":"false",
+ "Debugging":"true",
+ "Optimization Mode":0,
+ "Profiling":"false"
+ },
+ "Build Dependencies":1,
+ "Launch Options":{
+ "Working Directory":"",
+ "Launch Using MPI":"false",
+ "Keep Console":"true",
+ "External Console":"false",
+ "Command Line Arguments":"",
+ "Build Before Launch":"true"
+ },
+ "Build Options":{
+ "Makefile":"Makefile",
+ "Auto Makefile":"true"
+ },
+ "Linker Options":{
+ "Static Linking Mode":7,
+ "Link MPI Library":"false",
+ "Link LAPACK":0
+ }
+ }
+} \ No newline at end of file