summaryrefslogtreecommitdiffstats
path: root/net/build
diff options
context:
space:
mode:
Diffstat (limited to 'net/build')
-rw-r--r--net/build/net.vcproj4
-rw-r--r--net/build/net.vsprops8
2 files changed, 10 insertions, 2 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj
index 55a14fc..78fbc68 100644
--- a/net/build/net.vcproj
+++ b/net/build/net.vcproj
@@ -21,7 +21,7 @@
<Configuration
Name="Debug|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\net.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
@@ -78,7 +78,7 @@
<Configuration
Name="Release|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\net.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
diff --git a/net/build/net.vsprops b/net/build/net.vsprops
new file mode 100644
index 0000000..8c36ffb
--- /dev/null
+++ b/net/build/net.vsprops
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="net"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops"
+ >
+</VisualStudioPropertySheet>