diff options
Diffstat (limited to 'demo/compiler/vc12win32/flexDemoCUDA.vcxproj.user')
| -rw-r--r-- | demo/compiler/vc12win32/flexDemoCUDA.vcxproj.user | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/demo/compiler/vc12win32/flexDemoCUDA.vcxproj.user b/demo/compiler/vc12win32/flexDemoCUDA.vcxproj.user new file mode 100644 index 0000000..1860514 --- /dev/null +++ b/demo/compiler/vc12win32/flexDemoCUDA.vcxproj.user @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
+ <LocalDebuggerWorkingDirectory>$(OutputPath)</LocalDebuggerWorkingDirectory>
+</PropertyGroup>
+<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'">
+ <LocalDebuggerWorkingDirectory>$(OutputPath)</LocalDebuggerWorkingDirectory>
+</PropertyGroup>
+</Project>
\ No newline at end of file |