aboutsummaryrefslogtreecommitdiff
path: root/demo/compiler/vc14win64/flexDemoCUDA.vcxproj.user
diff options
context:
space:
mode:
authorMiles Macklin <[email protected]>2018-03-19 15:10:24 +1300
committerMiles Macklin <[email protected]>2018-03-19 15:10:24 +1300
commit8ee05c79ae1748ef132a12e4fb0af284899faec6 (patch)
tree82bd5aa1892e28ce7886b6cfeafe66a47ff38e67 /demo/compiler/vc14win64/flexDemoCUDA.vcxproj.user
parentFlex 1.2 (beta 2) (diff)
downloadflex-8ee05c79ae1748ef132a12e4fb0af284899faec6.tar.xz
flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.zip
Flex 1.2.0 release
Diffstat (limited to 'demo/compiler/vc14win64/flexDemoCUDA.vcxproj.user')
-rw-r--r--demo/compiler/vc14win64/flexDemoCUDA.vcxproj.user24
1 files changed, 9 insertions, 15 deletions
diff --git a/demo/compiler/vc14win64/flexDemoCUDA.vcxproj.user b/demo/compiler/vc14win64/flexDemoCUDA.vcxproj.user
index 2273e49..0c241a3 100644
--- a/demo/compiler/vc14win64/flexDemoCUDA.vcxproj.user
+++ b/demo/compiler/vc14win64/flexDemoCUDA.vcxproj.user
@@ -1,15 +1,9 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;debug|x64&apos;">
- <LocalDebuggerWorkingDirectory>$(OutputPath)</LocalDebuggerWorkingDirectory>
- </PropertyGroup>
- <PropertyGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;release|x64&apos;">
- <LocalDebuggerWorkingDirectory>$(OutputPath)</LocalDebuggerWorkingDirectory>
- </PropertyGroup>
- <PropertyGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;debug|x64&apos;">
- <LocalDebuggerWorkingDirectory>$(OutputPath)</LocalDebuggerWorkingDirectory>
- </PropertyGroup>
- <PropertyGroup Condition="&apos;$(Configuration)|$(Platform)&apos;==&apos;release|x64&apos;">
- <LocalDebuggerWorkingDirectory>$(OutputPath)</LocalDebuggerWorkingDirectory>
- </PropertyGroup>
-</Project>
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'">
+ <LocalDebuggerWorkingDirectory>$(OutputPath)</LocalDebuggerWorkingDirectory>
+</PropertyGroup>
+<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'">
+ <LocalDebuggerWorkingDirectory>$(OutputPath)</LocalDebuggerWorkingDirectory>
+</PropertyGroup>
+</Project> \ No newline at end of file