Commit 551ad41 1 parent d6bba1c commit 551ad41 Copy full SHA for 551ad41
File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 51
51
# /msi/
52
52
/msi /bin
53
53
/msi /obj
54
+
55
+ # ignore directories beginning with '_'
56
+ _ * /
57
+
58
+ # backup files
59
+ * ~
60
+ .vshistory /
61
+
62
+ # Precompiled Headers
63
+ * .gch
64
+ * .pch
65
+ * .ipch
66
+
67
+ # Visual Studio cache directory
68
+ .vs /
Original file line number Diff line number Diff line change 274
274
<Component Id =" phreeqc.dat" Guid =" *" >
275
275
<File Id =" phreeqc.dat" Name =" phreeqc.dat" Source =" ..\phreeqc3\database\phreeqc.dat" />
276
276
</Component >
277
- <Component Id =" AddDatabaseFiles" Guid =" 12E1A0AF-ADDD-4a15-B3B6-D927D0759F05 " >
277
+ <Component Id =" AddDatabaseFiles" Guid =" A3E27904-3B1D-4721-86B3-400B738B56E5 " >
278
278
<File Id =" Amm.dat" Name =" Amm.dat" Source =" ..\phreeqc3\database\Amm.dat" />
279
279
<File Id =" ColdChem.dat" Name =" ColdChem.dat" Source =" ..\phreeqc3\database\ColdChem.dat" />
280
280
<File Id =" Concrete_PHR.dat" Name =" Concrete_PHR.dat" Source =" ..\phreeqc3\database\Concrete_PHR.dat" />
281
281
<File Id =" Concrete_PZ.dat" Name =" Concrete_PZ.dat" Source =" ..\phreeqc3\database\Concrete_PZ.dat" />
282
282
<File Id =" core10.dat" Name =" core10.dat" Source =" ..\phreeqc3\database\core10.dat" />
283
283
<File Id =" frezchem.dat" Name =" frezchem.dat" Source =" ..\phreeqc3\database\frezchem.dat" />
284
284
<File Id =" iso.dat" Name =" iso.dat" Source =" ..\phreeqc3\database\iso.dat" />
285
+ <File Id =" Kinec_v3.dat" Name =" Kinec_v3.dat" Source =" ..\phreeqc3\database\Kinec_v3.dat" />
285
286
<File Id =" Kinec.v2.dat" Name =" Kinec.v2.dat" Source =" ..\phreeqc3\database\Kinec.v2.dat" />
286
287
<File Id =" llnl.dat" Name =" llnl.dat" Source =" ..\phreeqc3\database\llnl.dat" />
287
288
<File Id =" minteq.dat" Name =" minteq.dat" Source =" ..\phreeqc3\database\minteq.dat" />
Original file line number Diff line number Diff line change 129
129
130
130
<!-- database -->
131
131
<DirectoryRef Id =" database" >
132
- <Component Id =" database" Guid =" 7D6149A8-11F7-4edf-ABC6-FF6944B18E72 " >
132
+ <Component Id =" database" Guid =" 4DFE9A0D-CDDA-4CA8-8E1D-B4D852A83CEC " >
133
133
<File Id =" Amm.dat" Name =" Amm.dat" Source =" ..\database\Amm.dat" />
134
134
<File Id =" ColdChem.dat" Name =" ColdChem.dat" Source =" ..\database\ColdChem.dat" />
135
135
<File Id =" Concrete_PHR.dat" Name =" Concrete_PHR.dat" Source =" ..\database\Concrete_PHR.dat" />
You can’t perform that action at this time.
0 commit comments