X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fjay%2Fjay.vcxproj;h=3d6f8c0d4f0591f8baf6c06661ef245cd63f40e2;hb=a494d83effb60f3b789d7d4b23617e7700494700;hp=80468e43ccafa8f01bc755e7b7cc99e671580807;hpb=a27db5252facf504e7995e6abe41ab5f1d3ec506;p=mono.git diff --git a/mcs/jay/jay.vcxproj b/mcs/jay/jay.vcxproj index 80468e43cca..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 - v120 + v140 Application MultiByte - v120 + 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 +