summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-24 16:11:35 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-24 16:11:35 +0000
commitf610e55c5c6ed4c5aa206b4ed77a51ad9fa9e7a2 (patch)
tree96b32438a0a01ad373c054da88ba4a3e29585c60 /infrastructure
parent429ad54fb3619360ec138473a04f127454aef713 (diff)
Add Visual Studio .user files to start executables in the right working directories.
Diffstat (limited to 'infrastructure')
-rwxr-xr-xinfrastructure/cmake/bin_bbstored.vcxproj.user8
-rwxr-xr-xinfrastructure/cmake/test_backupstore.vcxproj.user9
-rwxr-xr-xinfrastructure/cmake/test_backupstorefix.vcxproj.user7
-rwxr-xr-xinfrastructure/cmake/test_common.vcxproj.user7
-rwxr-xr-xinfrastructure/cmake/test_httpserver.vcxproj.user7
-rwxr-xr-xinfrastructure/cmake/test_raidfile.vcxproj.user7
6 files changed, 45 insertions, 0 deletions
diff --git a/infrastructure/cmake/bin_bbstored.vcxproj.user b/infrastructure/cmake/bin_bbstored.vcxproj.user
new file mode 100755
index 00000000..e48b8383
--- /dev/null
+++ b/infrastructure/cmake/bin_bbstored.vcxproj.user
@@ -0,0 +1,8 @@
+<?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'">
+ <LocalDebuggerCommandArguments>testfiles/bbstored.conf</LocalDebuggerCommandArguments>
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\debug\test\backupstorefix</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/infrastructure/cmake/test_backupstore.vcxproj.user b/infrastructure/cmake/test_backupstore.vcxproj.user
new file mode 100755
index 00000000..79ef7571
--- /dev/null
+++ b/infrastructure/cmake/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
diff --git a/infrastructure/cmake/test_backupstorefix.vcxproj.user b/infrastructure/cmake/test_backupstorefix.vcxproj.user
new file mode 100755
index 00000000..c0895191
--- /dev/null
+++ b/infrastructure/cmake/test_backupstorefix.vcxproj.user
@@ -0,0 +1,7 @@
+<?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\backupstorefix</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/infrastructure/cmake/test_common.vcxproj.user b/infrastructure/cmake/test_common.vcxproj.user
new file mode 100755
index 00000000..7a375f10
--- /dev/null
+++ b/infrastructure/cmake/test_common.vcxproj.user
@@ -0,0 +1,7 @@
+<?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\common</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/infrastructure/cmake/test_httpserver.vcxproj.user b/infrastructure/cmake/test_httpserver.vcxproj.user
new file mode 100755
index 00000000..b2da015c
--- /dev/null
+++ b/infrastructure/cmake/test_httpserver.vcxproj.user
@@ -0,0 +1,7 @@
+<?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\httpserver</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/infrastructure/cmake/test_raidfile.vcxproj.user b/infrastructure/cmake/test_raidfile.vcxproj.user
new file mode 100755
index 00000000..d2c2fc34
--- /dev/null
+++ b/infrastructure/cmake/test_raidfile.vcxproj.user
@@ -0,0 +1,7 @@
+<?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\raidfile</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+</Project> \ No newline at end of file