We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84006fa commit ce80830Copy full SHA for ce80830
.gitignore
@@ -10,15 +10,11 @@ packages/
10
*.log
11
*.VC.opendb
12
*.VC.db
13
-DebugView++/version.wxi
14
bin
15
*.class
16
*.db
17
*.opendb
18
-/OutputForwarderVSIX/packages
19
/DebugView++Test/SaveLoadLogFile_unique_test_filename
20
/VsSDK.props
21
-Libraries/boost
22
-Libraries/wtl
23
*.user
24
.vs/
DebugView++/version.wxi
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Include>
3
+ <?define ProductVersion.Major="1" ?>
4
+ <?define ProductVersion.Minor="7" ?>
5
+ <?define ProductVersion.Revision="0" ?>
6
+ <?define ProductVersion.Build="98" ?>
7
+ <?define ProductVersion="1.7.0.98" ?>
8
+</Include>
0 commit comments