Skip to content

Commit e6d1c50

Browse files
committedJul 19, 2014
applied fix #24
0 parents  commit e6d1c50

File tree

357 files changed

+62307
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+62307
-0
lines changed
 

‎.hgignore

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
syntax: glob
2+
PG-Ripper/Core/Core.csproj.user
3+
PG-Ripper/Core/bin/Debug/Microsoft.WindowsAPICodePack.XML
4+
_ReSharper
5+
PG-Ripper/PG-Ripper/_ReSharper.PG-Ripper/
6+
RiP-Ripper/Rip-Ripper/RiPRipper.csproj.user
7+
RiP-Ripper/RiP-Ripper-Setup-x64/RiP-Ripper-Install_x64.msi
8+
RiP-Ripper/RiP-Ripper-Setup-x64/setup.exe
9+
RiP-Ripper-Install.msi
10+
setup.exe
11+
Debug/
12+
bin/RiPRipper/
13+
bin/RiPRipperX/
14+
bin/x64/
15+
obj/
16+
PG-Ripper/PG-Ripper-Setup-x64/PG-Ripper-Install_x64.msi
17+
PG-Ripper/PG-Ripper-Setup/PG-Ripper-Install.msi
18+
PG-Ripper/PG-Ripper/PG-Ripper.csproj.user
19+
PG-Ripper/PG-Ripper/bin/PG-Ripper/
20+
PG-Ripper/PG-Ripper/bin/PG-RipperX/
21+
RiP-Ripper/RiP-Ripper-Setup/RiP-Ripper-Setup-x64.exe
22+
RiP-Ripper/RiP-Ripper-Setup/RiP-Ripper-Setup.exe
23+
RiP-Ripper/RiP-Ripper-Setup/Output/RiP-Ripper-Setup.exe
24+
RiP-Ripper/Rip-Ripper/bin/x86/RiPRipper/
25+
PG-Ripper/PG-Ripper-Setup/PG-Ripper-Setup-x64.exe
26+
PG-Ripper/PG-Ripper-Setup/PG-Ripper-Setup.exe
27+
VG-Ripper/VG-Ripper-Setup/Output/RiP-Ripper-Setup.exe
28+
VG-Ripper/VG-Ripper-Setup/Output/VG-Ripper-Setup.exe
29+
VG-Ripper/VG-Ripper-Setup/VG-Ripper-Setup-x64.exe
30+
VG-Ripper/VG-Ripper-Setup/VG-Ripper-Setup.exe
31+
VG-Ripper/VG-Ripper/bin/rippedPostHistory.txt
32+
PG-Ripper/PG-Ripper/PG-Ripper.v11.suo
33+
PG-Ripper/_ReSharper.PG-Ripper/
34+
VG-Ripper-Setup/VG-Ripper-Setup.exe
35+
PG-Ripper/bin/PG-Ripper/Settings.xml
36+
PG-Ripper/PG-Ripper.csproj.user
37+
VG-Ripper/VG-Ripper.csproj.user
38+
PG-Ripper/PG-Ripper.v11.suo
39+
*.exe
40+
*.dll
41+
*.pdb
42+
PG-Ripper/bin/PG-Ripper/PGRipper.config
43+
PG-Ripper/bin/PG-Ripper/PGRipper.exe.config
44+
PG-Ripper/bin/PG-Ripper/Rip-Pro/PGRipper.config
45+
PG-Ripper/bin/PG-Ripper/rippedPostHistory.txt
46+
PG-Ripper/bin/PG-RipperX/PGRipper.config
47+
PG-Ripper/bin/PG-RipperX/PGRipper.exe.config
48+
PG-Ripper/bin/PG-RipperX/rippedPostHistory.txt

‎Build_PG-Ripper.bat

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@SET FrameworkDir=C:\Windows\Microsoft.NET\Framework\v4.0.30319
2+
@SET FrameworkVersion=v4.0.30319
3+
@SET FrameworkSDKDir=
4+
@SET PATH=%FrameworkDir%;%FrameworkSDKDir%;%PATH%
5+
@SET LANGDIR=EN
6+
7+
-- Build X Build
8+
msbuild.exe PG-Ripper.sln /p:Configuration=PG-RipperX /t:Clean;Build /p:WarningLevel=0
9+
10+
-- Build Regular Build + Package
11+
msbuild.exe PG-Ripper.sln /p:Configuration=PG-Ripper /t:Clean;Build /p:WarningLevel=0

0 commit comments

Comments
 (0)
Please sign in to comment.