Author: jjones
Date: Mon Jun 24 18:08:48 2013
New Revision: 59330
URL:
http://svn.reactos.org/svn/reactos?rev=59330&view=rev
Log:
Commit initial Visual Studio solution/project/extra files to support building ReactOS
using Visual Studio 2010/2012. In general, we avoid adding any files beyond the .sln file,
the .vcxproj files, and the .vcxproj.filters files so as to not interfere in any way with
Trunk. However, we do add three files here as a matter of necessity:
_IMAGES\CD_Live\DUMMY.TXT
include\reactos\version.h
include\reactos\buildno.h
These files allow us to get a build while not having to depend on extra tools.
Added:
branches/vs_jc/reactos/_IMAGES/ (with props)
branches/vs_jc/reactos/_IMAGES/CD_Live/ (with props)
branches/vs_jc/reactos/_IMAGES/CD_Live/CD_Live.vcxproj
branches/vs_jc/reactos/_IMAGES/CD_Live/CD_Live.vcxproj.filters
branches/vs_jc/reactos/_IMAGES/DUMMY.txt (with props)
branches/vs_jc/reactos/base/applications/atactl/atactl.vcxproj
branches/vs_jc/reactos/base/applications/atactl/atactl.vcxproj.filters
branches/vs_jc/reactos/base/shell/cmd/cmd.vcxproj
branches/vs_jc/reactos/base/shell/cmd/cmd.vcxproj.filters
branches/vs_jc/reactos/base/shell/explorer-new/explorer-new.vcxproj
branches/vs_jc/reactos/base/shell/explorer-new/explorer-new.vcxproj.filters
branches/vs_jc/reactos/base/system/lsass/lsass.vcxproj
branches/vs_jc/reactos/base/system/lsass/lsass.vcxproj.filters
branches/vs_jc/reactos/base/system/services/services.vcxproj
branches/vs_jc/reactos/base/system/services/services.vcxproj.filters
branches/vs_jc/reactos/base/system/smss/smss.vcxproj
branches/vs_jc/reactos/base/system/smss/smss.vcxproj.filters
branches/vs_jc/reactos/base/system/userinit/userinit.vcxproj
branches/vs_jc/reactos/base/system/userinit/userinit.vcxproj.filters
branches/vs_jc/reactos/base/system/winlogon/winlogon.vcxproj
branches/vs_jc/reactos/base/system/winlogon/winlogon.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/bootsect/bootsect.vcxproj
branches/vs_jc/reactos/boot/freeldr/bootsect/bootsect.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/fdebug/fdebug.vcxproj
branches/vs_jc/reactos/boot/freeldr/fdebug/fdebug.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/freeldr/freeldr.vcxproj
branches/vs_jc/reactos/boot/freeldr/freeldr/freeldr.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/install/install.vcxproj
branches/vs_jc/reactos/boot/freeldr/install/install.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/tools/deptool/ (with props)
branches/vs_jc/reactos/boot/freeldr/tools/deptool/deptool.vcxproj
branches/vs_jc/reactos/boot/freeldr/tools/deptool/deptool.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/tools/hosttype/ (with props)
branches/vs_jc/reactos/boot/freeldr/tools/hosttype/hosttype.vcxproj
branches/vs_jc/reactos/boot/freeldr/tools/hosttype/hosttype.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/tools/rcopy/ (with props)
branches/vs_jc/reactos/boot/freeldr/tools/rcopy/rcopy.vcxproj
branches/vs_jc/reactos/boot/freeldr/tools/rcopy/rcopy.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/tools/rdel/ (with props)
branches/vs_jc/reactos/boot/freeldr/tools/rdel/rdel.vcxproj
branches/vs_jc/reactos/boot/freeldr/tools/rdel/rdel.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/tools/rmkdir/ (with props)
branches/vs_jc/reactos/boot/freeldr/tools/rmkdir/rmkdir.vcxproj
branches/vs_jc/reactos/boot/freeldr/tools/rmkdir/rmkdir.vcxproj.filters
branches/vs_jc/reactos/boot/freeldr/tools/rrmdir/ (with props)
branches/vs_jc/reactos/boot/freeldr/tools/rrmdir/rrmdir.vcxproj
branches/vs_jc/reactos/boot/freeldr/tools/rrmdir/rrmdir.vcxproj.filters
branches/vs_jc/reactos/dll/ntdll/ntdll.vcxproj
branches/vs_jc/reactos/dll/ntdll/ntdll.vcxproj.filters
branches/vs_jc/reactos/dll/win32/kernel32/kernel32.vcxproj
branches/vs_jc/reactos/dll/win32/kernel32/kernel32.vcxproj.filters
branches/vs_jc/reactos/drivers/base/beep/beep.vcxproj
branches/vs_jc/reactos/drivers/base/beep/beep.vcxproj.filters
branches/vs_jc/reactos/drivers/base/bootvid/bootvid.vcxproj
branches/vs_jc/reactos/drivers/base/bootvid/bootvid.vcxproj.filters
branches/vs_jc/reactos/drivers/base/kdcom/kdcom.vcxproj
branches/vs_jc/reactos/drivers/base/kdcom/kdcom.vcxproj.filters
branches/vs_jc/reactos/drivers/base/kdrosdbg/kdrosdbg.vcxproj
branches/vs_jc/reactos/drivers/base/kdrosdbg/kdrosdbg.vcxproj.filters
branches/vs_jc/reactos/drivers/base/nmidebug/nmidebug.vcxproj
branches/vs_jc/reactos/drivers/base/nmidebug/nmidebug.vcxproj.filters
branches/vs_jc/reactos/drivers/base/null/null.vcxproj
branches/vs_jc/reactos/drivers/base/null/null.vcxproj.filters
branches/vs_jc/reactos/drivers/battery/battc/battc.vcxproj
branches/vs_jc/reactos/drivers/battery/battc/battc.vcxproj.filters
branches/vs_jc/reactos/drivers/bluetooth/fbtusb/fbtusb.vcxproj
branches/vs_jc/reactos/drivers/bluetooth/fbtusb/fbtusb.vcxproj.filters
branches/vs_jc/reactos/drivers/bus/isapnp/isapnp.vcxproj
branches/vs_jc/reactos/drivers/bus/isapnp/isapnp.vcxproj.filters
branches/vs_jc/reactos/drivers/bus/pci/pci.vcxproj
branches/vs_jc/reactos/drivers/bus/pci/pci.vcxproj.filters
branches/vs_jc/reactos/drivers/bus/pcix/pcix.vcxproj
branches/vs_jc/reactos/drivers/bus/pcix/pcix.vcxproj.filters
branches/vs_jc/reactos/drivers/bus/pcmcia/pcmcia.vcxproj
branches/vs_jc/reactos/drivers/bus/pcmcia/pcmcia.vcxproj.filters
branches/vs_jc/reactos/drivers/filesystems/cdfs/cdfs.vcxproj
branches/vs_jc/reactos/drivers/filesystems/cdfs/cdfs.vcxproj.filters
branches/vs_jc/reactos/hal/hal.vcxproj
branches/vs_jc/reactos/hal/hal.vcxproj.filters
branches/vs_jc/reactos/hal/halaacpi/ (with props)
branches/vs_jc/reactos/hal/halaacpi/halaacpi.vcxproj
branches/vs_jc/reactos/hal/halaacpi/halaacpi.vcxproj.filters
branches/vs_jc/reactos/hal/halacpi/ (with props)
branches/vs_jc/reactos/hal/halacpi/halacpi.vcxproj
branches/vs_jc/reactos/hal/halacpi/halacpi.vcxproj.filters
branches/vs_jc/reactos/hal/halapic/ (with props)
branches/vs_jc/reactos/hal/halapic/halapic.vcxproj
branches/vs_jc/reactos/hal/halapic/halapic.vcxproj.filters
branches/vs_jc/reactos/hal/halmaapic/ (with props)
branches/vs_jc/reactos/hal/halmaapic/halmaapic.vcxproj
branches/vs_jc/reactos/hal/halmaapic/halmaapic.vcxproj.filters
branches/vs_jc/reactos/hal/halmacpi/ (with props)
branches/vs_jc/reactos/hal/halmacpi/halmacpi.vcxproj
branches/vs_jc/reactos/hal/halmacpi/halmacpi.vcxproj.filters
branches/vs_jc/reactos/hal/halmapic/ (with props)
branches/vs_jc/reactos/hal/halmapic/halmapic.vcxproj
branches/vs_jc/reactos/hal/halmapic/halmapic.vcxproj.filters
branches/vs_jc/reactos/hal/halmps/ (with props)
branches/vs_jc/reactos/hal/halmps/halmps.vcxproj
branches/vs_jc/reactos/hal/halmps/halmps.vcxproj.filters
branches/vs_jc/reactos/hal/lib_hal_acpi/ (with props)
branches/vs_jc/reactos/hal/lib_hal_acpi/lib_hal_acpi.vcxproj
branches/vs_jc/reactos/hal/lib_hal_acpi/lib_hal_acpi.vcxproj.filters
branches/vs_jc/reactos/hal/lib_hal_apic/ (with props)
branches/vs_jc/reactos/hal/lib_hal_apic/lib_hal_apic.vcxproj
branches/vs_jc/reactos/hal/lib_hal_apic/lib_hal_apic.vcxproj.filters
branches/vs_jc/reactos/hal/lib_hal_generic/ (with props)
branches/vs_jc/reactos/hal/lib_hal_generic/lib_hal_generic.vcxproj
branches/vs_jc/reactos/hal/lib_hal_generic/lib_hal_generic.vcxproj.filters
branches/vs_jc/reactos/hal/lib_hal_legacy/ (with props)
branches/vs_jc/reactos/hal/lib_hal_legacy/build/ (with props)
branches/vs_jc/reactos/hal/lib_hal_legacy/build/x86_32/ (with props)
branches/vs_jc/reactos/hal/lib_hal_legacy/lib_hal_legacy.vcxproj
branches/vs_jc/reactos/hal/lib_hal_legacy/lib_hal_legacy.vcxproj.filters
branches/vs_jc/reactos/hal/lib_hal_pic/ (with props)
branches/vs_jc/reactos/hal/lib_hal_pic/lib_hal_pic.vcxproj
branches/vs_jc/reactos/hal/lib_hal_pic/lib_hal_pic.vcxproj.filters
branches/vs_jc/reactos/hal/lib_hal_smp/ (with props)
branches/vs_jc/reactos/hal/lib_hal_smp/lib_hal_smp.vcxproj
branches/vs_jc/reactos/hal/lib_hal_smp/lib_hal_smp.vcxproj.filters
branches/vs_jc/reactos/hal/lib_hal_up/ (with props)
branches/vs_jc/reactos/hal/lib_hal_up/lib_hal_up.vcxproj
branches/vs_jc/reactos/hal/lib_hal_up/lib_hal_up.vcxproj.filters
branches/vs_jc/reactos/hal/minihal/ (with props)
branches/vs_jc/reactos/hal/minihal/minihal.vcxproj
branches/vs_jc/reactos/hal/minihal/minihal.vcxproj.filters
branches/vs_jc/reactos/include/asm/asm.vcxproj
branches/vs_jc/reactos/include/asm/asm.vcxproj.filters
branches/vs_jc/reactos/include/psdk/build/ (with props)
branches/vs_jc/reactos/include/psdk/build/x86_32/ (with props)
branches/vs_jc/reactos/include/psdk/build/x86_32/Debug/ (with props)
branches/vs_jc/reactos/include/psdk/psdk.vcxproj
branches/vs_jc/reactos/include/psdk/psdk.vcxproj.filters
branches/vs_jc/reactos/include/reactos/mc/mc.vcxproj
branches/vs_jc/reactos/include/reactos/mc/mc.vcxproj.filters
branches/vs_jc/reactos/lib/3rdparty/zlib/zlib.vcxproj
branches/vs_jc/reactos/lib/3rdparty/zlib/zlib.vcxproj.filters
branches/vs_jc/reactos/lib/cmlib/cmlib.vcxproj
branches/vs_jc/reactos/lib/cmlib/cmlib.vcxproj.filters
branches/vs_jc/reactos/lib/cmlibhost/ (with props)
branches/vs_jc/reactos/lib/cmlibhost/cmlibhost.vcxproj
branches/vs_jc/reactos/lib/cmlibhost/cmlibhost.vcxproj.filters
branches/vs_jc/reactos/lib/cportlib/cportlib.vcxproj
branches/vs_jc/reactos/lib/cportlib/cportlib.vcxproj.filters
branches/vs_jc/reactos/lib/drivers/csq/csq.vcxproj
branches/vs_jc/reactos/lib/drivers/csq/csq.vcxproj.filters
branches/vs_jc/reactos/lib/import/ (with props)
branches/vs_jc/reactos/lib/import/HAL/ (with props)
branches/vs_jc/reactos/lib/import/HAL/HAL.vcxproj
branches/vs_jc/reactos/lib/import/HAL/HAL.vcxproj.filters
branches/vs_jc/reactos/lib/import/bootvid/ (with props)
branches/vs_jc/reactos/lib/import/bootvid/bootvid.vcxproj
branches/vs_jc/reactos/lib/import/bootvid/bootvid.vcxproj.filters
branches/vs_jc/reactos/lib/import/kdcom/ (with props)
branches/vs_jc/reactos/lib/import/kdcom/kdcom.vcxproj
branches/vs_jc/reactos/lib/import/kdcom/kdcom.vcxproj.filters
branches/vs_jc/reactos/lib/import/kernel32/ (with props)
branches/vs_jc/reactos/lib/import/kernel32/kernel32.vcxproj
branches/vs_jc/reactos/lib/import/kernel32/kernel32.vcxproj.filters
branches/vs_jc/reactos/lib/import/ntoskrnl/ (with props)
branches/vs_jc/reactos/lib/import/ntoskrnl/ntoskrnl.vcxproj
branches/vs_jc/reactos/lib/import/ntoskrnl/ntoskrnl.vcxproj.filters
branches/vs_jc/reactos/lib/inflib/inflib.vcxproj
branches/vs_jc/reactos/lib/inflib/inflib.vcxproj.filters
branches/vs_jc/reactos/lib/inflibhost/ (with props)
branches/vs_jc/reactos/lib/inflibhost/inflibhost.vcxproj
branches/vs_jc/reactos/lib/inflibhost/inflibhost.vcxproj.filters
branches/vs_jc/reactos/lib/pseh/pseh.vcxproj
branches/vs_jc/reactos/lib/pseh/pseh.vcxproj.filters
branches/vs_jc/reactos/lib/rossym/rossym.vcxproj
branches/vs_jc/reactos/lib/rossym/rossym.vcxproj.filters
branches/vs_jc/reactos/lib/rtl/rtl.vcxproj
branches/vs_jc/reactos/lib/rtl/rtl.vcxproj.filters
branches/vs_jc/reactos/lib/sdk/crt/crt.vcxproj
branches/vs_jc/reactos/lib/sdk/crt/crt.vcxproj.filters
branches/vs_jc/reactos/lib/sdk/crt/libcntpr/ (with props)
branches/vs_jc/reactos/lib/sdk/crt/libcntpr/libcntpr.vcxproj
branches/vs_jc/reactos/lib/sdk/crt/libcntpr/libcntpr.vcxproj.filters
branches/vs_jc/reactos/lib/sdk/ioevent/ioevent.vcxproj
branches/vs_jc/reactos/lib/sdk/ioevent/ioevent.vcxproj.filters
branches/vs_jc/reactos/lib/sdk/wdmguid/wdmguid.vcxproj
branches/vs_jc/reactos/lib/sdk/wdmguid/wdmguid.vcxproj.filters
branches/vs_jc/reactos/ntdllsys/ (with props)
branches/vs_jc/reactos/ntdllsys/ntdllsys.vcxproj
branches/vs_jc/reactos/ntdllsys/ntdllsys.vcxproj.filters
branches/vs_jc/reactos/ntkrnlmp/ (with props)
branches/vs_jc/reactos/ntkrnlmp/ntkrnlmp.vcxproj
branches/vs_jc/reactos/ntkrnlmp/ntkrnlmp.vcxproj.filters
branches/vs_jc/reactos/ntoskrnl/ntoskrnl.vcxproj
branches/vs_jc/reactos/ntoskrnl/ntoskrnl.vcxproj.filters
branches/vs_jc/reactos/subsystems/ntvdm/ntvdm.vcxproj
branches/vs_jc/reactos/subsystems/ntvdm/ntvdm.vcxproj.filters
branches/vs_jc/reactos/subsystems/win/basesrv/basesrv.vcxproj
branches/vs_jc/reactos/subsystems/win/basesrv/basesrv.vcxproj.filters
branches/vs_jc/reactos/subsystems/win32/csrsrv/csrsrv.vcxproj
branches/vs_jc/reactos/subsystems/win32/csrsrv/csrsrv.vcxproj.filters
branches/vs_jc/reactos/subsystems/win32/csrss/csrss.vcxproj
branches/vs_jc/reactos/subsystems/win32/csrss/csrss.vcxproj.filters
branches/vs_jc/reactos/tools/bin2c/ (with props)
branches/vs_jc/reactos/tools/bin2c/bin2c.vcxproj
branches/vs_jc/reactos/tools/bin2c/bin2c.vcxproj.filters
branches/vs_jc/reactos/tools/cabman/cabman.vcxproj
branches/vs_jc/reactos/tools/cabman/cabman.vcxproj.filters
branches/vs_jc/reactos/tools/cdmake/cdmake.vcxproj
branches/vs_jc/reactos/tools/cdmake/cdmake.vcxproj.filters
branches/vs_jc/reactos/tools/create_nls/create_nls.vcxproj
branches/vs_jc/reactos/tools/create_nls/create_nls.vcxproj.filters
branches/vs_jc/reactos/tools/geninc/geninc.vcxproj
branches/vs_jc/reactos/tools/geninc/geninc.vcxproj.filters
branches/vs_jc/reactos/tools/hpp/hpp.vcxproj
branches/vs_jc/reactos/tools/hpp/hpp.vcxproj.filters
branches/vs_jc/reactos/tools/kbdtool/kbdtool.vcxproj
branches/vs_jc/reactos/tools/kbdtool/kbdtool.vcxproj.filters
branches/vs_jc/reactos/tools/log2lines/log2lines.vcxproj
branches/vs_jc/reactos/tools/log2lines/log2lines.vcxproj.filters
branches/vs_jc/reactos/tools/mkhive/mkhive.vcxproj
branches/vs_jc/reactos/tools/mkhive/mkhive.vcxproj.filters
branches/vs_jc/reactos/tools/mkshelllink/mkshelllink.vcxproj
branches/vs_jc/reactos/tools/mkshelllink/mkshelllink.vcxproj.filters
branches/vs_jc/reactos/tools/ms2ps/ms2ps.vcxproj
branches/vs_jc/reactos/tools/ms2ps/ms2ps.vcxproj.filters
branches/vs_jc/reactos/tools/nandflash/nandflash.vcxproj
branches/vs_jc/reactos/tools/nandflash/nandflash.vcxproj.filters
branches/vs_jc/reactos/tools/obj2bin/obj2bin.vcxproj
branches/vs_jc/reactos/tools/obj2bin/obj2bin.vcxproj.filters
branches/vs_jc/reactos/tools/ofw_interface/ofw_interface.vcxproj
branches/vs_jc/reactos/tools/ofw_interface/ofw_interface.vcxproj.filters
branches/vs_jc/reactos/tools/pipetools/pipetools.vcxproj
branches/vs_jc/reactos/tools/pipetools/pipetools.vcxproj.filters
branches/vs_jc/reactos/tools/regtests2xml/regtests2xml.vcxproj
branches/vs_jc/reactos/tools/regtests2xml/regtests2xml.vcxproj.filters
branches/vs_jc/reactos/tools/rgenstat/rgenstat.vcxproj
branches/vs_jc/reactos/tools/rgenstat/rgenstat.vcxproj.filters
branches/vs_jc/reactos/tools/rsym/rsym.vcxproj
branches/vs_jc/reactos/tools/rsym/rsym.vcxproj.filters
branches/vs_jc/reactos/tools/spec2def/spec2def.vcxproj
branches/vs_jc/reactos/tools/spec2def/spec2def.vcxproj.filters
branches/vs_jc/reactos/tools/unicode/unicode.vcxproj
branches/vs_jc/reactos/tools/unicode/unicode.vcxproj.filters
branches/vs_jc/reactos/tools/utf16le/utf16le.vcxproj
branches/vs_jc/reactos/tools/utf16le/utf16le.vcxproj.filters
branches/vs_jc/reactos/tools/widl/widl.vcxproj
branches/vs_jc/reactos/tools/widl/widl.vcxproj.filters
branches/vs_jc/reactos/tools/wpp/wpp.vcxproj
branches/vs_jc/reactos/tools/wpp/wpp.vcxproj.filters
Modified:
branches/vs_jc/reactos/boot/freeldr/freeldr/windows/winldr.c
[This mail would be too long, it was shortened to contain the URLs only.]
Added: branches/vs_jc/reactos/_IMAGES/CD_Live/CD_Live.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/_IMAGES/CD_Live/C…
Added: branches/vs_jc/reactos/_IMAGES/CD_Live/CD_Live.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/_IMAGES/CD_Live/C…
Added: branches/vs_jc/reactos/_IMAGES/DUMMY.txt
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/_IMAGES/DUMMY.txt…
Added: branches/vs_jc/reactos/base/applications/atactl/atactl.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/applications…
Added: branches/vs_jc/reactos/base/applications/atactl/atactl.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/applications…
Added: branches/vs_jc/reactos/base/shell/cmd/cmd.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/shell/cmd/cm…
Added: branches/vs_jc/reactos/base/shell/cmd/cmd.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/shell/cmd/cm…
Added: branches/vs_jc/reactos/base/shell/explorer-new/explorer-new.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/shell/explor…
Added: branches/vs_jc/reactos/base/shell/explorer-new/explorer-new.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/shell/explor…
Added: branches/vs_jc/reactos/base/system/lsass/lsass.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/lsass…
Added: branches/vs_jc/reactos/base/system/lsass/lsass.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/lsass…
Added: branches/vs_jc/reactos/base/system/services/services.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/servi…
Added: branches/vs_jc/reactos/base/system/services/services.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/servi…
Added: branches/vs_jc/reactos/base/system/smss/smss.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/smss/…
Added: branches/vs_jc/reactos/base/system/smss/smss.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/smss/…
Added: branches/vs_jc/reactos/base/system/userinit/userinit.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/useri…
Added: branches/vs_jc/reactos/base/system/userinit/userinit.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/useri…
Added: branches/vs_jc/reactos/base/system/winlogon/winlogon.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/winlo…
Added: branches/vs_jc/reactos/base/system/winlogon/winlogon.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/base/system/winlo…
Added: branches/vs_jc/reactos/boot/freeldr/bootsect/bootsect.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/boot…
Added: branches/vs_jc/reactos/boot/freeldr/bootsect/bootsect.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/boot…
Added: branches/vs_jc/reactos/boot/freeldr/fdebug/fdebug.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/fdeb…
Added: branches/vs_jc/reactos/boot/freeldr/fdebug/fdebug.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/fdeb…
Added: branches/vs_jc/reactos/boot/freeldr/freeldr/freeldr.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/free…
Added: branches/vs_jc/reactos/boot/freeldr/freeldr/freeldr.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/free…
Modified: branches/vs_jc/reactos/boot/freeldr/freeldr/windows/winldr.c
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/free…
Added: branches/vs_jc/reactos/boot/freeldr/install/install.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/inst…
Added: branches/vs_jc/reactos/boot/freeldr/install/install.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/inst…
Added: branches/vs_jc/reactos/boot/freeldr/tools/deptool/deptool.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/deptool/deptool.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/hosttype/hosttype.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/hosttype/hosttype.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/rcopy/rcopy.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/rcopy/rcopy.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/rdel/rdel.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/rdel/rdel.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/rmkdir/rmkdir.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/rmkdir/rmkdir.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/rrmdir/rrmdir.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/boot/freeldr/tools/rrmdir/rrmdir.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/boot/freeldr/tool…
Added: branches/vs_jc/reactos/dll/ntdll/ntdll.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/dll/ntdll/ntdll.v…
Added: branches/vs_jc/reactos/dll/ntdll/ntdll.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/dll/ntdll/ntdll.v…
Added: branches/vs_jc/reactos/dll/win32/kernel32/kernel32.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/dll/win32/kernel3…
Added: branches/vs_jc/reactos/dll/win32/kernel32/kernel32.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/dll/win32/kernel3…
Added: branches/vs_jc/reactos/drivers/base/beep/beep.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/beep…
Added: branches/vs_jc/reactos/drivers/base/beep/beep.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/beep…
Added: branches/vs_jc/reactos/drivers/base/bootvid/bootvid.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/boot…
Added: branches/vs_jc/reactos/drivers/base/bootvid/bootvid.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/boot…
Added: branches/vs_jc/reactos/drivers/base/kdcom/kdcom.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/kdco…
Added: branches/vs_jc/reactos/drivers/base/kdcom/kdcom.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/kdco…
Added: branches/vs_jc/reactos/drivers/base/kdrosdbg/kdrosdbg.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/kdro…
Added: branches/vs_jc/reactos/drivers/base/kdrosdbg/kdrosdbg.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/kdro…
Added: branches/vs_jc/reactos/drivers/base/nmidebug/nmidebug.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/nmid…
Added: branches/vs_jc/reactos/drivers/base/nmidebug/nmidebug.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/nmid…
Added: branches/vs_jc/reactos/drivers/base/null/null.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/null…
Added: branches/vs_jc/reactos/drivers/base/null/null.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/base/null…
Added: branches/vs_jc/reactos/drivers/battery/battc/battc.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/battery/b…
Added: branches/vs_jc/reactos/drivers/battery/battc/battc.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/battery/b…
Added: branches/vs_jc/reactos/drivers/bluetooth/fbtusb/fbtusb.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bluetooth…
Added: branches/vs_jc/reactos/drivers/bluetooth/fbtusb/fbtusb.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bluetooth…
Added: branches/vs_jc/reactos/drivers/bus/isapnp/isapnp.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bus/isapn…
Added: branches/vs_jc/reactos/drivers/bus/isapnp/isapnp.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bus/isapn…
Added: branches/vs_jc/reactos/drivers/bus/pci/pci.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bus/pci/p…
Added: branches/vs_jc/reactos/drivers/bus/pci/pci.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bus/pci/p…
Added: branches/vs_jc/reactos/drivers/bus/pcix/pcix.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bus/pcix/…
Added: branches/vs_jc/reactos/drivers/bus/pcix/pcix.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bus/pcix/…
Added: branches/vs_jc/reactos/drivers/bus/pcmcia/pcmcia.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bus/pcmci…
Added: branches/vs_jc/reactos/drivers/bus/pcmcia/pcmcia.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/bus/pcmci…
Added: branches/vs_jc/reactos/drivers/filesystems/cdfs/cdfs.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/filesyste…
Added: branches/vs_jc/reactos/drivers/filesystems/cdfs/cdfs.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/drivers/filesyste…
Added: branches/vs_jc/reactos/hal/hal.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/hal.vcxproj?r…
Added: branches/vs_jc/reactos/hal/hal.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/hal.vcxproj.f…
Added: branches/vs_jc/reactos/hal/halaacpi/halaacpi.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halaacpi/hala…
Added: branches/vs_jc/reactos/hal/halaacpi/halaacpi.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halaacpi/hala…
Added: branches/vs_jc/reactos/hal/halacpi/halacpi.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halacpi/halac…
Added: branches/vs_jc/reactos/hal/halacpi/halacpi.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halacpi/halac…
Added: branches/vs_jc/reactos/hal/halapic/halapic.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halapic/halap…
Added: branches/vs_jc/reactos/hal/halapic/halapic.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halapic/halap…
Added: branches/vs_jc/reactos/hal/halmaapic/halmaapic.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halmaapic/hal…
Added: branches/vs_jc/reactos/hal/halmaapic/halmaapic.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halmaapic/hal…
Added: branches/vs_jc/reactos/hal/halmacpi/halmacpi.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halmacpi/halm…
Added: branches/vs_jc/reactos/hal/halmacpi/halmacpi.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halmacpi/halm…
Added: branches/vs_jc/reactos/hal/halmapic/halmapic.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halmapic/halm…
Added: branches/vs_jc/reactos/hal/halmapic/halmapic.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halmapic/halm…
Added: branches/vs_jc/reactos/hal/halmps/halmps.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halmps/halmps…
Added: branches/vs_jc/reactos/hal/halmps/halmps.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/halmps/halmps…
Added: branches/vs_jc/reactos/hal/lib_hal_acpi/lib_hal_acpi.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_acpi/…
Added: branches/vs_jc/reactos/hal/lib_hal_acpi/lib_hal_acpi.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_acpi/…
Added: branches/vs_jc/reactos/hal/lib_hal_apic/lib_hal_apic.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_apic/…
Added: branches/vs_jc/reactos/hal/lib_hal_apic/lib_hal_apic.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_apic/…
Added: branches/vs_jc/reactos/hal/lib_hal_generic/lib_hal_generic.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_gener…
Added: branches/vs_jc/reactos/hal/lib_hal_generic/lib_hal_generic.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_gener…
Added: branches/vs_jc/reactos/hal/lib_hal_legacy/lib_hal_legacy.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_legac…
Added: branches/vs_jc/reactos/hal/lib_hal_legacy/lib_hal_legacy.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_legac…
Added: branches/vs_jc/reactos/hal/lib_hal_pic/lib_hal_pic.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_pic/l…
Added: branches/vs_jc/reactos/hal/lib_hal_pic/lib_hal_pic.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_pic/l…
Added: branches/vs_jc/reactos/hal/lib_hal_smp/lib_hal_smp.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_smp/l…
Added: branches/vs_jc/reactos/hal/lib_hal_smp/lib_hal_smp.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_smp/l…
Added: branches/vs_jc/reactos/hal/lib_hal_up/lib_hal_up.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_up/li…
Added: branches/vs_jc/reactos/hal/lib_hal_up/lib_hal_up.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/lib_hal_up/li…
Added: branches/vs_jc/reactos/hal/minihal/minihal.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/minihal/minih…
Added: branches/vs_jc/reactos/hal/minihal/minihal.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/hal/minihal/minih…
Added: branches/vs_jc/reactos/include/asm/asm.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/include/asm/asm.v…
Added: branches/vs_jc/reactos/include/asm/asm.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/include/asm/asm.v…
Added: branches/vs_jc/reactos/include/psdk/psdk.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/include/psdk/psdk…
Added: branches/vs_jc/reactos/include/psdk/psdk.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/include/psdk/psdk…
Added: branches/vs_jc/reactos/include/reactos/mc/mc.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/include/reactos/m…
Added: branches/vs_jc/reactos/include/reactos/mc/mc.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/include/reactos/m…
Added: branches/vs_jc/reactos/lib/3rdparty/zlib/zlib.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/3rdparty/zlib…
Added: branches/vs_jc/reactos/lib/3rdparty/zlib/zlib.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/3rdparty/zlib…
Added: branches/vs_jc/reactos/lib/cmlib/cmlib.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/cmlib/cmlib.v…
Added: branches/vs_jc/reactos/lib/cmlib/cmlib.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/cmlib/cmlib.v…
Added: branches/vs_jc/reactos/lib/cmlibhost/cmlibhost.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/cmlibhost/cml…
Added: branches/vs_jc/reactos/lib/cmlibhost/cmlibhost.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/cmlibhost/cml…
Added: branches/vs_jc/reactos/lib/cportlib/cportlib.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/cportlib/cpor…
Added: branches/vs_jc/reactos/lib/cportlib/cportlib.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/cportlib/cpor…
Added: branches/vs_jc/reactos/lib/drivers/csq/csq.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/drivers/csq/c…
Added: branches/vs_jc/reactos/lib/drivers/csq/csq.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/drivers/csq/c…
Added: branches/vs_jc/reactos/lib/import/HAL/HAL.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/HAL/HA…
Added: branches/vs_jc/reactos/lib/import/HAL/HAL.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/HAL/HA…
Added: branches/vs_jc/reactos/lib/import/bootvid/bootvid.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/bootvi…
Added: branches/vs_jc/reactos/lib/import/bootvid/bootvid.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/bootvi…
Added: branches/vs_jc/reactos/lib/import/kdcom/kdcom.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/kdcom/…
Added: branches/vs_jc/reactos/lib/import/kdcom/kdcom.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/kdcom/…
Added: branches/vs_jc/reactos/lib/import/kernel32/kernel32.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/kernel…
Added: branches/vs_jc/reactos/lib/import/kernel32/kernel32.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/kernel…
Added: branches/vs_jc/reactos/lib/import/ntoskrnl/ntoskrnl.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/ntoskr…
Added: branches/vs_jc/reactos/lib/import/ntoskrnl/ntoskrnl.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/import/ntoskr…
Added: branches/vs_jc/reactos/lib/inflib/inflib.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/inflib/inflib…
Added: branches/vs_jc/reactos/lib/inflib/inflib.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/inflib/inflib…
Added: branches/vs_jc/reactos/lib/inflibhost/inflibhost.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/inflibhost/in…
Added: branches/vs_jc/reactos/lib/inflibhost/inflibhost.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/inflibhost/in…
Added: branches/vs_jc/reactos/lib/pseh/pseh.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/pseh/pseh.vcx…
Added: branches/vs_jc/reactos/lib/pseh/pseh.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/pseh/pseh.vcx…
Added: branches/vs_jc/reactos/lib/rossym/rossym.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/rossym/rossym…
Added: branches/vs_jc/reactos/lib/rossym/rossym.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/rossym/rossym…
Added: branches/vs_jc/reactos/lib/rtl/rtl.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/rtl/rtl.vcxpr…
Added: branches/vs_jc/reactos/lib/rtl/rtl.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/rtl/rtl.vcxpr…
Added: branches/vs_jc/reactos/lib/sdk/crt/crt.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/sdk/crt/crt.v…
Added: branches/vs_jc/reactos/lib/sdk/crt/crt.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/sdk/crt/crt.v…
Added: branches/vs_jc/reactos/lib/sdk/crt/libcntpr/libcntpr.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/sdk/crt/libcn…
Added: branches/vs_jc/reactos/lib/sdk/crt/libcntpr/libcntpr.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/sdk/crt/libcn…
Added: branches/vs_jc/reactos/lib/sdk/ioevent/ioevent.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/sdk/ioevent/i…
Added: branches/vs_jc/reactos/lib/sdk/ioevent/ioevent.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/sdk/ioevent/i…
Added: branches/vs_jc/reactos/lib/sdk/wdmguid/wdmguid.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/sdk/wdmguid/w…
Added: branches/vs_jc/reactos/lib/sdk/wdmguid/wdmguid.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/lib/sdk/wdmguid/w…
Added: branches/vs_jc/reactos/ntdllsys/ntdllsys.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/ntdllsys/ntdllsys…
Added: branches/vs_jc/reactos/ntdllsys/ntdllsys.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/ntdllsys/ntdllsys…
Added: branches/vs_jc/reactos/ntkrnlmp/ntkrnlmp.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/ntkrnlmp/ntkrnlmp…
Added: branches/vs_jc/reactos/ntkrnlmp/ntkrnlmp.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/ntkrnlmp/ntkrnlmp…
Added: branches/vs_jc/reactos/ntoskrnl/ntoskrnl.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/ntoskrnl/ntoskrnl…
Added: branches/vs_jc/reactos/ntoskrnl/ntoskrnl.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/ntoskrnl/ntoskrnl…
Added: branches/vs_jc/reactos/subsystems/ntvdm/ntvdm.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/subsystems/ntvdm/…
Added: branches/vs_jc/reactos/subsystems/ntvdm/ntvdm.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/subsystems/ntvdm/…
Added: branches/vs_jc/reactos/subsystems/win/basesrv/basesrv.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/subsystems/win/ba…
Added: branches/vs_jc/reactos/subsystems/win/basesrv/basesrv.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/subsystems/win/ba…
Added: branches/vs_jc/reactos/subsystems/win32/csrsrv/csrsrv.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/subsystems/win32/…
Added: branches/vs_jc/reactos/subsystems/win32/csrsrv/csrsrv.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/subsystems/win32/…
Added: branches/vs_jc/reactos/subsystems/win32/csrss/csrss.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/subsystems/win32/…
Added: branches/vs_jc/reactos/subsystems/win32/csrss/csrss.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/subsystems/win32/…
Added: branches/vs_jc/reactos/tools/bin2c/bin2c.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/bin2c/bin2c…
Added: branches/vs_jc/reactos/tools/bin2c/bin2c.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/bin2c/bin2c…
Added: branches/vs_jc/reactos/tools/cabman/cabman.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/cabman/cabm…
Added: branches/vs_jc/reactos/tools/cabman/cabman.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/cabman/cabm…
Added: branches/vs_jc/reactos/tools/cdmake/cdmake.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/cdmake/cdma…
Added: branches/vs_jc/reactos/tools/cdmake/cdmake.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/cdmake/cdma…
Added: branches/vs_jc/reactos/tools/create_nls/create_nls.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/create_nls/…
Added: branches/vs_jc/reactos/tools/create_nls/create_nls.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/create_nls/…
Added: branches/vs_jc/reactos/tools/geninc/geninc.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/geninc/geni…
Added: branches/vs_jc/reactos/tools/geninc/geninc.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/geninc/geni…
Added: branches/vs_jc/reactos/tools/hpp/hpp.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/hpp/hpp.vcx…
Added: branches/vs_jc/reactos/tools/hpp/hpp.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/hpp/hpp.vcx…
Added: branches/vs_jc/reactos/tools/kbdtool/kbdtool.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/kbdtool/kbd…
Added: branches/vs_jc/reactos/tools/kbdtool/kbdtool.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/kbdtool/kbd…
Added: branches/vs_jc/reactos/tools/log2lines/log2lines.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/log2lines/l…
Added: branches/vs_jc/reactos/tools/log2lines/log2lines.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/log2lines/l…
Added: branches/vs_jc/reactos/tools/mkhive/mkhive.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/mkhive/mkhi…
Added: branches/vs_jc/reactos/tools/mkhive/mkhive.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/mkhive/mkhi…
Added: branches/vs_jc/reactos/tools/mkshelllink/mkshelllink.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/mkshelllink…
Added: branches/vs_jc/reactos/tools/mkshelllink/mkshelllink.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/mkshelllink…
Added: branches/vs_jc/reactos/tools/ms2ps/ms2ps.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/ms2ps/ms2ps…
Added: branches/vs_jc/reactos/tools/ms2ps/ms2ps.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/ms2ps/ms2ps…
Added: branches/vs_jc/reactos/tools/nandflash/nandflash.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/nandflash/n…
Added: branches/vs_jc/reactos/tools/nandflash/nandflash.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/nandflash/n…
Added: branches/vs_jc/reactos/tools/obj2bin/obj2bin.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/obj2bin/obj…
Added: branches/vs_jc/reactos/tools/obj2bin/obj2bin.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/obj2bin/obj…
Added: branches/vs_jc/reactos/tools/ofw_interface/ofw_interface.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/ofw_interfa…
Added: branches/vs_jc/reactos/tools/ofw_interface/ofw_interface.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/ofw_interfa…
Added: branches/vs_jc/reactos/tools/pipetools/pipetools.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/pipetools/p…
Added: branches/vs_jc/reactos/tools/pipetools/pipetools.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/pipetools/p…
Added: branches/vs_jc/reactos/tools/regtests2xml/regtests2xml.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/regtests2xm…
Added: branches/vs_jc/reactos/tools/regtests2xml/regtests2xml.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/regtests2xm…
Added: branches/vs_jc/reactos/tools/rgenstat/rgenstat.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/rgenstat/rg…
Added: branches/vs_jc/reactos/tools/rgenstat/rgenstat.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/rgenstat/rg…
Added: branches/vs_jc/reactos/tools/rsym/rsym.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/rsym/rsym.v…
Added: branches/vs_jc/reactos/tools/rsym/rsym.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/rsym/rsym.v…
Added: branches/vs_jc/reactos/tools/spec2def/spec2def.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/spec2def/sp…
Added: branches/vs_jc/reactos/tools/spec2def/spec2def.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/spec2def/sp…
Added: branches/vs_jc/reactos/tools/unicode/unicode.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/unicode/uni…
Added: branches/vs_jc/reactos/tools/unicode/unicode.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/unicode/uni…
Added: branches/vs_jc/reactos/tools/utf16le/utf16le.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/utf16le/utf…
Added: branches/vs_jc/reactos/tools/utf16le/utf16le.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/utf16le/utf…
Added: branches/vs_jc/reactos/tools/widl/widl.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/widl/widl.v…
Added: branches/vs_jc/reactos/tools/widl/widl.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/widl/widl.v…
Added: branches/vs_jc/reactos/tools/wpp/wpp.vcxproj
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/wpp/wpp.vcx…
Added: branches/vs_jc/reactos/tools/wpp/wpp.vcxproj.filters
URL:
http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/tools/wpp/wpp.vcx…