From 4bca28616048bff8a690d997ab3a39d03207d4c3 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Wed, 20 Jun 2012 16:11:39 -0500 Subject: Add pywlauncher project --- PCbuild/pywlauncher.vcxproj | 160 ++++++++++++++++++++++++++++++++++++ PCbuild/pywlauncher.vcxproj.filters | 32 ++++++++ 2 files changed, 192 insertions(+) create mode 100644 PCbuild/pywlauncher.vcxproj create mode 100644 PCbuild/pywlauncher.vcxproj.filters diff --git a/PCbuild/pywlauncher.vcxproj b/PCbuild/pywlauncher.vcxproj new file mode 100644 index 0000000..2df8a0c --- /dev/null +++ b/PCbuild/pywlauncher.vcxproj @@ -0,0 +1,160 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {1D4B18D3-7C12-4ECB-9179-8531FF876CE6} + pywlauncher + + + + Application + true + Unicode + + + Application + true + Unicode + + + Application + false + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pyw_d + + + pyw_d + + + pyw + + + pyw + + + + Level3 + Disabled + _WINDOWS;%(PreprocessorDefinitions) + + + true + version.lib;%(AdditionalDependencies) + false + Windows + $(OutDir)$(TargetName)$(TargetExt) + + + + + Level3 + Disabled + _WINDOWS;%(PreprocessorDefinitions) + + + true + version.lib;%(AdditionalDependencies) + false + Windows + $(OutDir)$(TargetName)$(TargetExt) + + + + + Level3 + MaxSpeed + true + true + _WINDOWS;NDEBUG;%(PreprocessorDefinitions) + + + true + true + true + false + version.lib;%(AdditionalDependencies) + Windows + + + + + Level3 + MaxSpeed + true + true + _WINDOWS;NDEBUG;%(PreprocessorDefinitions) + + + true + true + true + false + version.lib;%(AdditionalDependencies) + Windows + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PCbuild/pywlauncher.vcxproj.filters b/PCbuild/pywlauncher.vcxproj.filters new file mode 100644 index 0000000..e4b23d2 --- /dev/null +++ b/PCbuild/pywlauncher.vcxproj.filters @@ -0,0 +1,32 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file -- cgit v0.12