summaryrefslogtreecommitdiff
path: root/infrastructure/cmake/build/test_backupstore.vcxproj.user
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2016-02-13 23:24:26 +0000
committerChris Wilson <chris+github@qwirx.com>2016-02-13 23:24:26 +0000
commit95a077989693c28248d5117836258f8f0ad96a43 (patch)
tree78a394b2aadbaf9f0b56b74a31907b28f3e14d74 /infrastructure/cmake/build/test_backupstore.vcxproj.user
parentbc694de8ce6e0ed2a854d0b21b66e095503e0837 (diff)
Move user properties files into build folder.
These are the only version-controlled files that should be in the build folder for CMake. Ideally even these would not be here, to make it easier to delete the folder completely, but Visual Studio expects them to be in the same directory as the (generated) project files.
Diffstat (limited to 'infrastructure/cmake/build/test_backupstore.vcxproj.user')
-rwxr-xr-xinfrastructure/cmake/build/test_backupstore.vcxproj.user9
1 files changed, 9 insertions, 0 deletions
diff --git a/infrastructure/cmake/build/test_backupstore.vcxproj.user b/infrastructure/cmake/build/test_backupstore.vcxproj.user
new file mode 100755
index 00000000..79ef7571
--- /dev/null
+++ b/infrastructure/cmake/build/test_backupstore.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>$(ProjectDir)\..\..\..\debug\test\backupstore</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ <LocalDebuggerCommandArguments>
+ </LocalDebuggerCommandArguments>
+ </PropertyGroup>
+</Project> \ No newline at end of file