X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fjay%2Fjay.vcxproj;h=3d6f8c0d4f0591f8baf6c06661ef245cd63f40e2;hb=30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c;hp=ab29cafb8a6daf6f6367c0d9c45bda3a933df0b7;hpb=3fd4901a235bda0019f03317f4ee083744195758;p=mono.git diff --git a/mcs/jay/jay.vcxproj b/mcs/jay/jay.vcxproj index ab29cafb8a6..3d6f8c0d4f0 100644 --- a/mcs/jay/jay.vcxproj +++ b/mcs/jay/jay.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -14,17 +14,18 @@ {5D485D32-3B9F-4287-AB24-C8DA5B89F537} jay Win32Proj + 8.1 Application MultiByte - v110 + v140 Application MultiByte - v110 + v140 @@ -38,11 +39,11 @@ <_ProjectFileVersion>10.0.30319.1 - Debug\ - Debug\ + $(MONO_BUILD_DIR_PREFIX)$(Platform)\bin\$(Configuration)\ + $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\ true - Release\ - Release\ + $(MONO_BUILD_DIR_PREFIX)$(Platform)\bin\$(Configuration)\ + $(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\ false @@ -51,37 +52,38 @@ SKEL_DIRECTORY=".";%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug Level3 - EditAndContinue + ProgramDatabase - $(ProjectDir)/jay.exe true - $(OutDir)jay.pdb Console MachineX86 + + copy $(OutDir)jay.exe $(ProjectDir)jay.exe + SKEL_DIRECTORY=".";%(PreprocessorDefinitions) - MultiThreaded Level3 ProgramDatabase - $(ProjectDir)/jay.exe true Console true true MachineX86 + + copy $(OutDir)jay.exe $(ProjectDir)jay.exe +