/cvi/RedPitaya/soccli/redpitaya_gui.h |
---|
1,90 → 1,91 |
/**************************************************************************/ |
/* LabWindows/CVI User Interface Resource (UIR) Include File */ |
/* */ |
/* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
/* of this include file. */ |
/**************************************************************************/ |
#include <userint.h> |
#ifdef __cplusplus |
extern "C" { |
#endif |
/* Panels and Controls: */ |
#define PANEL 1 |
#define PANEL_EXPORT_4 2 /* control type: command, callback function: ExportCB */ |
#define PANEL_EXPORT_2 3 /* control type: command, callback function: ExportCB */ |
#define PANEL_EXPORT_1 4 /* control type: command, callback function: ExportCB */ |
#define PANEL_EXPORT_3 5 /* control type: command, callback function: ExportCB */ |
#define PANEL_HRESET 6 /* control type: command, callback function: ResetCB */ |
#define PANEL_EXIT 7 /* control type: command, callback function: ExitCB */ |
#define PANEL_IP 8 /* control type: string, callback function: (none) */ |
#define PANEL_FILENAME 9 /* control type: string, callback function: (none) */ |
#define PANEL_TIMER 10 /* control type: timer, callback function: (none) */ |
#define PANEL_TWIN1 11 /* control type: numeric, callback function: (none) */ |
#define PANEL_TWIN0 12 /* control type: numeric, callback function: (none) */ |
#define PANEL_ITRGLEVEL 13 /* control type: numeric, callback function: (none) */ |
#define PANEL_TRGLEVEL 14 /* control type: numeric, callback function: (none) */ |
#define PANEL_EXPORTNAME 15 /* control type: string, callback function: (none) */ |
#define PANEL_FILETYPE 16 /* control type: ring, callback function: (none) */ |
#define PANEL_PFREQ 17 /* control type: numeric, callback function: (none) */ |
#define PANEL_NBEFORE 18 /* control type: numeric, callback function: (none) */ |
#define PANEL_SAMPLES 19 /* control type: numeric, callback function: (none) */ |
#define PANEL_NTOTAL 20 /* control type: numeric, callback function: (none) */ |
#define PANEL_NEVE 21 /* control type: numeric, callback function: (none) */ |
#define PANEL_CEVE 22 /* control type: numeric, callback function: (none) */ |
#define PANEL_ADC2 23 /* control type: graph, callback function: (none) */ |
#define PANEL_TDC2 24 /* control type: graph, callback function: (none) */ |
#define PANEL_ADC1 25 /* control type: graph, callback function: (none) */ |
#define PANEL_TDC1 26 /* control type: graph, callback function: (none) */ |
#define PANEL_DECIMATION 27 /* control type: ring, callback function: (none) */ |
#define PANEL_TRIGGER 28 /* control type: ring, callback function: (none) */ |
#define PANEL_ENABLEDOUTPUT 29 /* control type: radioButton, callback function: (none) */ |
#define PANEL_DEBUG 30 /* control type: radioButton, callback function: (none) */ |
#define PANEL_CH1 31 /* control type: radioButton, callback function: (none) */ |
#define PANEL_GRAPH 32 /* control type: graph, callback function: (none) */ |
#define PANEL_CH0 33 /* control type: radioButton, callback function: (none) */ |
#define PANEL_TEXTMSG 34 /* control type: textMsg, callback function: (none) */ |
#define PANEL_STDIO 35 /* control type: textBox, callback function: (none) */ |
#define PANEL_MAXX_3 36 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_3 37 /* control type: numeric, callback function: (none) */ |
#define PANEL_NCH_3 38 /* control type: numeric, callback function: (none) */ |
#define PANEL_MAXX_4 39 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_4 40 /* control type: numeric, callback function: (none) */ |
#define PANEL_NCH_4 41 /* control type: numeric, callback function: (none) */ |
#define PANEL_MAXX_2 42 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_2 43 /* control type: numeric, callback function: (none) */ |
#define PANEL_NCH_2 44 /* control type: numeric, callback function: (none) */ |
#define PANEL_MAXX_5 45 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_5 46 /* control type: numeric, callback function: (none) */ |
#define PANEL_MAXX_1 47 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_1 48 /* control type: numeric, callback function: (none) */ |
#define PANEL_NCH_1 49 /* control type: numeric, callback function: (none) */ |
#define PANEL_CONNECT 50 /* control type: textButton, callback function: StartCB */ |
#define PANEL_START 51 /* control type: textButton, callback function: StartCB */ |
#define PANEL_ADCTYPE 52 /* control type: binary, callback function: (none) */ |
/* Control Arrays: */ |
/* (no control arrays in the resource file) */ |
/* Menu Bars, Menus, and Menu Items: */ |
/* (no menu bars in the resource file) */ |
/* Callback Prototypes: */ |
int CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
int CVICALLBACK ExportCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
int CVICALLBACK ResetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
int CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
#ifdef __cplusplus |
} |
#endif |
/**************************************************************************/ |
/* LabWindows/CVI User Interface Resource (UIR) Include File */ |
/* */ |
/* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
/* of this include file. */ |
/**************************************************************************/ |
#include <userint.h> |
#ifdef __cplusplus |
extern "C" { |
#endif |
/* Panels and Controls: */ |
#define PANEL 1 |
#define PANEL_EXPORT_4 2 /* control type: command, callback function: ExportCB */ |
#define PANEL_EXPORT_2 3 /* control type: command, callback function: ExportCB */ |
#define PANEL_EXPORT_1 4 /* control type: command, callback function: ExportCB */ |
#define PANEL_EXPORT_3 5 /* control type: command, callback function: ExportCB */ |
#define PANEL_HRESET 6 /* control type: command, callback function: ResetCB */ |
#define PANEL_EXIT 7 /* control type: command, callback function: ExitCB */ |
#define PANEL_IP 8 /* control type: string, callback function: (none) */ |
#define PANEL_FILENAME 9 /* control type: string, callback function: (none) */ |
#define PANEL_TIMER 10 /* control type: timer, callback function: (none) */ |
#define PANEL_TWIN1 11 /* control type: numeric, callback function: (none) */ |
#define PANEL_TWIN0 12 /* control type: numeric, callback function: (none) */ |
#define PANEL_ITRGLEVEL 13 /* control type: numeric, callback function: (none) */ |
#define PANEL_TRGLEVEL 14 /* control type: numeric, callback function: (none) */ |
#define PANEL_EXPORTNAME 15 /* control type: string, callback function: (none) */ |
#define PANEL_FILETYPE 16 /* control type: ring, callback function: (none) */ |
#define PANEL_PFREQ 17 /* control type: numeric, callback function: (none) */ |
#define PANEL_NBEFORE 18 /* control type: numeric, callback function: (none) */ |
#define PANEL_SAMPLES 19 /* control type: numeric, callback function: (none) */ |
#define PANEL_NTOTAL 20 /* control type: numeric, callback function: (none) */ |
#define PANEL_NEVE 21 /* control type: numeric, callback function: (none) */ |
#define PANEL_CEVE 22 /* control type: numeric, callback function: (none) */ |
#define PANEL_ADC2 23 /* control type: graph, callback function: (none) */ |
#define PANEL_TDC2 24 /* control type: graph, callback function: (none) */ |
#define PANEL_ADC1 25 /* control type: graph, callback function: (none) */ |
#define PANEL_TDC1 26 /* control type: graph, callback function: (none) */ |
#define PANEL_DECIMATION 27 /* control type: ring, callback function: (none) */ |
#define PANEL_TRIGGER 28 /* control type: ring, callback function: (none) */ |
#define PANEL_OUTWAVE 29 /* control type: radioButton, callback function: (none) */ |
#define PANEL_ENABLEDOUTPUT 30 /* control type: radioButton, callback function: (none) */ |
#define PANEL_DEBUG 31 /* control type: radioButton, callback function: (none) */ |
#define PANEL_CH1 32 /* control type: radioButton, callback function: (none) */ |
#define PANEL_GRAPH 33 /* control type: graph, callback function: (none) */ |
#define PANEL_CH0 34 /* control type: radioButton, callback function: (none) */ |
#define PANEL_TEXTMSG 35 /* control type: textMsg, callback function: (none) */ |
#define PANEL_STDIO 36 /* control type: textBox, callback function: (none) */ |
#define PANEL_MAXX_3 37 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_3 38 /* control type: numeric, callback function: (none) */ |
#define PANEL_NCH_3 39 /* control type: numeric, callback function: (none) */ |
#define PANEL_MAXX_4 40 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_4 41 /* control type: numeric, callback function: (none) */ |
#define PANEL_NCH_4 42 /* control type: numeric, callback function: (none) */ |
#define PANEL_MAXX_2 43 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_2 44 /* control type: numeric, callback function: (none) */ |
#define PANEL_NCH_2 45 /* control type: numeric, callback function: (none) */ |
#define PANEL_MAXX_5 46 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_5 47 /* control type: numeric, callback function: (none) */ |
#define PANEL_MAXX_1 48 /* control type: numeric, callback function: (none) */ |
#define PANEL_MINX_1 49 /* control type: numeric, callback function: (none) */ |
#define PANEL_NCH_1 50 /* control type: numeric, callback function: (none) */ |
#define PANEL_CONNECT 51 /* control type: textButton, callback function: StartCB */ |
#define PANEL_START 52 /* control type: textButton, callback function: StartCB */ |
#define PANEL_ADCTYPE 53 /* control type: binary, callback function: (none) */ |
/* Control Arrays: */ |
/* (no control arrays in the resource file) */ |
/* Menu Bars, Menus, and Menu Items: */ |
/* (no menu bars in the resource file) */ |
/* Callback Prototypes: */ |
int CVICALLBACK ExitCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
int CVICALLBACK ExportCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
int CVICALLBACK ResetCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
int CVICALLBACK StartCB(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
#ifdef __cplusplus |
} |
#endif |
/cvi/RedPitaya/soccli/redpitaya_gui.uir |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
/cvi/RedPitaya/soccli/soccli.c |
---|
17,7 → 17,7 |
static int panelHandle; |
static unsigned int chandle = 0; |
static int tfID; |
//static int tfID; |
int pfreq; |
static int plothandle[2]= {0,0}; |
static int tdcplothandle[2]= {0,0}; |
31,6 → 31,7 |
float timebins[0XFFFF]; |
FILE *foutput; |
int outwaveforms=0; |
static CmtThreadPoolHandle poolHandle = 0; |
int ctrl_c=0; |
189,15 → 190,17 |
return 0; |
} |
int analyse(int nb, unsigned char *cdata) { |
int analyse(int nb, unsigned char *cdata, int *info, int *ninfo) { |
int *ibuf = (int *)cdata; |
float *fbuf = (float *)cdata; |
float *finfo = (float *)info; |
int neve=0; |
int *data = (ibuf+3); |
int nr=0; |
static float adc = 10000; |
static float qdc = 0; |
*ninfo = 0; |
printf("Run HDR LEN=%d NEVE=%d dt=%f adc=%f qdc=%f\n", ibuf[0],ibuf[1],fbuf[2],adc,qdc); |
while (nr<nb) { |
240,7 → 243,8 |
nr+=8; |
adc=10000; |
qdc=0; |
int nqdc; |
int nqdc=0; |
int ntdc=0; |
for (int k=1; k<nsamples; k++) { |
float t =timebins[k]; |
float tp=timebins[k-1]; |
252,10 → 256,18 |
if (fdata[k]< athreshold && fdata[k-1]> athreshold) { |
double t0= tp+(athreshold-fdata[k-1])/(fdata[k]-fdata[k-1])* (t-tp); |
H1D_Fill(3+id, t0,1); |
finfo[*ninfo+4+ntdc]=t0; |
ntdc++; |
} |
} |
if (nqdc) qdc/=nqdc; |
//printf("adc %f qdc %f\n", adc,qdc); |
info[*ninfo]=(ntdc+4)*sizeof(int); // len |
info[*ninfo+1]=id | 0xF0000000; // recid |
finfo[*ninfo+2]=adc; |
finfo[*ninfo+3]=qdc; |
*ninfo+= ntdc+4; |
if (adctype) |
H1D_Fill(1+id, -adc,1); |
else |
279,13 → 291,14 |
int *idata = (int *) &data[0]; |
int evinfo[maxlen]; |
int CVICALLBACK SocketCB (unsigned handle, int xType, int errCode, void *callbackData) { |
int nb = 0 ; |
static int event = 0; |
static int ncalls = 0; |
static time_t t0, t1; |
time(&t0); |
switch (xType) { |
case TCP_DISCONNECT: |
printf("TCP_DISCONNECT ErrorString %s\n",GetTCPErrorString(errCode)); |
307,7 → 320,7 |
} |
if (debug) printf("Received RECID %d HDRLEN %d == read %d\n", hdr[0], size, nb); |
int ninfo=0; |
switch (hdr[0]) { |
case 0: |
data[nb]=0; |
317,9 → 330,18 |
GetCtrlVal(panelHandle,PANEL_CEVE , &event); |
GetCtrlVal(panelHandle,PANEL_NTOTAL , &ncalls); |
event += analyse(nb,data); |
if (foutput) fwrite(data, 1, nb, foutput); |
event += analyse(nb,data, evinfo, &ninfo); |
if (foutput) { |
if (outwaveforms) fwrite(data, 1, nb, foutput); |
fwrite(evinfo, 1, ninfo*sizeof(int), foutput); |
time(&t1); |
if ((t1-t0)>10000) { |
for (int i=0;i<4;i++) H1D_Write2File(1+i,foutput); |
time(&t0); |
} |
} |
SetCtrlVal(panelHandle,PANEL_CEVE , event); |
if (event>=ncalls) StartCB (panelHandle, PANEL_START, EVENT_COMMIT, NULL,1,0); |
366,6 → 388,7 |
GetCtrlVal(panel,PANEL_DEBUG , &debug); |
GetCtrlVal(panel,PANEL_NBEFORE , &nbefore); |
GetCtrlVal(panel,PANEL_ENABLEDOUTPUT, &output); |
GetCtrlVal(panel,PANEL_OUTWAVE, &outwaveforms); |
GetCtrlVal(panel,PANEL_FILENAME, filename); |
delay= MINTRGDELAY + nsamples - nbefore + 1; |
/cvi/RedPitaya/soccli/soccli.cws |
---|
1,13 → 1,13 |
[Workspace Header] |
Version = 1302 |
Pathname = "/c/home/CVI/RedPitaya/soccli/soccli.cws" |
CVI Dir = "/c/program files (x86)/national instruments/cvi2013" |
CVI Shared Dir = "/C/Program Files (x86)/National Instruments/Shared/CVI" |
CVI Dir = "/c/program files/national instruments/cvi2013" |
CVI Shared Dir = "/C/Program Files/National Instruments/Shared/CVI" |
CVI Pub Local Dir = "/C/ProgramData/National Instruments/CVI2013" |
CVI Pub Global Dir = "/C/ProgramData/National Instruments/CVI" |
IVI Standard Root Dir = "/C/Program Files (x86)/IVI Foundation/IVI" |
IVI Standard Root Dir = "/C/Program Files/IVI Foundation/IVI" |
IVI Standard Root 64-bit Dir = "/C/Program Files/IVI Foundation/IVI" |
VXIplug&play Framework Dir = "/C/Program Files (x86)/IVI Foundation/VISA/winnt" |
VXIplug&play Framework Dir = "/C/Program Files/IVI Foundation/VISA/winnt" |
VXIplug&play Framework 64-bit Dir = "/C/Program Files/IVI Foundation/VISA/win64" |
Number of Projects = 2 |
Active Project = 1 |
15,11 → 15,11 |
Project 0002 = "/c/home/CVI/RedPitaya/RedPitaya.prj" |
Project 0002 Folder User Interface Files Collapsed = True |
Project 0002 FolderId 0 Collapsed = True |
Drag Bar Left = 202 |
Window Top = 137 |
Window Left = 84 |
Window Bottom = 846 |
Window Right = 1539 |
Drag Bar Left = 264 |
Window Top = 113 |
Window Left = 87 |
Window Bottom = 859 |
Window Right = 1074 |
Maximized = False |
Maximized Children = True |
Max32 Number Of Errors = 20 |
33,9 → 33,9 |
Hide Windows = False |
Break At First Statement = False |
Sort Type = "File Name" |
Number of Opened Files = 10 |
Number of Opened Files = 8 |
Window Confinement Region Enabled = True |
MainColumnWidth = 185 |
MainColumnWidth = 247 |
FileDateColumnWidth = 70 |
FileSizeColumnWidth = 70 |
60,55 → 60,55 |
[File 0001] |
Path = "/c/home/CVI/instr/HISTO/H1D.fp" |
File Type = "Function Panel" |
Disk Date = 3572595964 |
Disk Date = 3572927977 |
In Projects = "1," |
[File 0002] |
Path = "/c/home/CVI/RedPitaya/soccli/soccli.c" |
File Type = "CSource" |
Disk Date = 3573116054 |
Disk Date = 3573273305 |
In Projects = "1," |
Window Top = 33 |
Window Left = 10 |
Window Z-Order = 2 |
Source Window State = "0,73,73,73,68,92,68,0,0,69,24,59,0,73,80,1,109,0,410,0,349,595,1,9601," |
Window Z-Order = 1 |
Source Window State = "0,338,338,338,16,24,16,0,0,85,32,330,0,299,22,2,132,0,433,0,349,595,1,9601," |
[File 0003] |
Path = "/c/home/CVI/RedPitaya/soccli/redpitaya_gui.uir" |
File Type = "User Interface Resource" |
Disk Date = 3573116831 |
Disk Date = 3573273402 |
In Projects = "1," |
Window Top = 64 |
Window Left = 26 |
Window Height = 232 |
Window Width = 595 |
Window Z-Order = 1 |
Window Z-Order = 2 |
[File 0004] |
Path = "/c/home/CVI/RedPitaya/RedPitaya_ui.uir" |
File Type = "User Interface Resource" |
Disk Date = 3570147178 |
Disk Date = 3572927996 |
In Projects = "2," |
Window Top = 64 |
Window Left = 26 |
Window Height = 323 |
Window Width = 683 |
Window Z-Order = 9 |
Window Z-Order = 7 |
[File 0005] |
Path = "/c/home/CVI/RedPitaya/RedPitaya.c" |
File Type = "CSource" |
Disk Date = 3572432069 |
Disk Date = 3573208675 |
In Projects = "2," |
Window Top = 126 |
Window Left = 58 |
Window Z-Order = 8 |
Window Z-Order = 6 |
Source Window State = "1,43,43,43,0,26,26,0,0,80,0,0,0,0,0,18,241,0,252,37,258,683,1,0," |
[File 0006] |
Path = "/c/home/CVI/instr/HISTO/H1D.c" |
File Type = "CSource" |
Disk Date = 3573031649 |
Disk Date = 3573208782 |
In Projects = "" |
Window Top = 126 |
Window Left = 58 |
118,27 → 118,27 |
[File 0007] |
Path = "/c/home/CVI/instr/DRS/drs4.c" |
File Type = "CSource" |
Disk Date = 3572595963 |
Disk Date = 3572927960 |
In Projects = "" |
Window Top = 126 |
Window Left = 58 |
Window Z-Order = 10 |
Window Z-Order = 8 |
Source Window State = "1,542,542,542,8,54,8,0,3,80,0,0,0,0,0,18,528,0,542,54,258,683,1,0," |
[File 0008] |
Path = "/c/home/CVI/RedPitaya/soccli/mH1D.h" |
File Type = "Include" |
Disk Date = 3572868697 |
Disk Date = 3572929116 |
In Projects = "" |
Window Top = 33 |
Window Left = 10 |
Window Z-Order = 7 |
Window Z-Order = 5 |
Source Window State = "1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,23,0,0,25,56,323,683,1,0," |
[File 0009] |
Path = "/c/home/CVI/instr/HISTO/H1D.h" |
File Type = "Include" |
Disk Date = 3573116042 |
Disk Date = 3573208896 |
In Projects = "" |
Window Top = 64 |
Window Left = 26 |
146,49 → 146,29 |
Source Window State = "1,39,39,39,0,54,54,0,0,80,0,0,0,0,0,23,28,0,36,0,323,683,1,0," |
[File 0010] |
Path = "/c/home/git/arich_daq/sa02_daq/cvi/sa02_CVI.c" |
File Type = "CSource" |
Disk Date = 3567677198 |
In Projects = "" |
Window Top = 95 |
Window Left = 42 |
Window Z-Order = 5 |
Source Window State = "1,712,712,712,2,66,2,0,3,80,0,0,0,0,0,19,697,0,712,66,271,683,1,0," |
[File 0011] |
Path = "/c/home/git/arich_daq/sa02_daq/cvi/CAEN_V729/CAEN_V729.c" |
File Type = "CSource" |
Disk Date = 3567677198 |
In Projects = "" |
Window Top = 64 |
Window Left = 26 |
Window Z-Order = 6 |
Source Window State = "1,21,21,21,12,15,15,0,0,80,0,0,0,0,0,19,6,0,26,21,271,683,1,0," |
[File 0012] |
Path = "/c/home/CVI/RedPitaya/soccli/soccli.h" |
File Type = "Include" |
Disk Date = 3572533057 |
Disk Date = 3572927995 |
In Projects = "1," |
Source Window State = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0," |
[File 0013] |
[File 0011] |
Path = "/c/home/CVI/RedPitaya/soccli/plottdc.cxx" |
File Type = "Unknown" |
Disk Date = 3570148039 |
Disk Date = 0 |
In Projects = "1," |
[File 0014] |
[File 0012] |
Path = "/c/home/CVI/RedPitaya/RedPitaya_ui.h" |
File Type = "Include" |
Disk Date = 3570144632 |
Disk Date = 3572927995 |
In Projects = "2," |
Source Window State = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0," |
[File 0015] |
[File 0013] |
Path = "/c/home/CVI/RedPitaya/plottdc.cxx" |
File Type = "Unknown" |
Disk Date = 3572600625 |
Disk Date = 3573208675 |
In Projects = "2," |
[Tab Order] |
200,11 → 180,9 |
Tab 0006 = "/c/home/CVI/RedPitaya/RedPitaya_ui.uir" |
Tab 0007 = "/c/home/CVI/RedPitaya/soccli/mH1D.h" |
Tab 0008 = "/c/home/CVI/instr/HISTO/H1D.h" |
Tab 0009 = "/c/home/git/arich_daq/sa02_daq/cvi/sa02_CVI.c" |
Tab 0010 = "/c/home/git/arich_daq/sa02_daq/cvi/CAEN_V729/CAEN_V729.c" |
[Default Build Config 0001 Debug] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Batch Build = False |
Profile = "Disabled" |
216,7 → 194,7 |
External Process Path = "" |
[Default Build Config 0001 Release] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Batch Build = False |
Profile = "Disabled" |
228,7 → 206,7 |
External Process Path = "" |
[Default Build Config 0001 Debug64] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Batch Build = False |
Profile = "Disabled" |
240,7 → 218,7 |
External Process Path = "" |
[Default Build Config 0001 Release64] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Batch Build = False |
Profile = "Disabled" |
255,7 → 233,7 |
Number of Dependencies = 0 |
[Build Options 0001] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Execution Trace = "Disabled" |
Profile = "Disabled" |
292,7 → 270,7 |
Environment Options = "" |
[Default Build Config 0002 Debug] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Batch Build = False |
Profile = "Disabled" |
304,7 → 282,7 |
External Process Path = "" |
[Default Build Config 0002 Release] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Batch Build = False |
Profile = "Disabled" |
316,7 → 294,7 |
External Process Path = "" |
[Default Build Config 0002 Debug64] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Batch Build = False |
Profile = "Disabled" |
328,7 → 306,7 |
External Process Path = "" |
[Default Build Config 0002 Release64] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Batch Build = False |
Profile = "Disabled" |
343,7 → 321,7 |
Number of Dependencies = 0 |
[Build Options 0002] |
Generate Browse Info = False |
Generate Browse Info = True |
Enable Uninitialized Locals Runtime Warning = True |
Execution Trace = "Disabled" |
Profile = "Disabled" |