summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/common.vcxproj20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index 8190f0e31..1e149d32b 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -1,14 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="DebugFast|Win32">
5 <Configuration>DebugFast</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="DebugFast|x64">
9 <Configuration>DebugFast</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32"> 4 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
@@ -28,7 +20,7 @@
28 </ItemGroup> 20 </ItemGroup>
29 <PropertyGroup Label="Globals"> 21 <PropertyGroup Label="Globals">
30 <ProjectGuid>{DFE335FC-755D-4BAA-8452-94434F8A1EDB}</ProjectGuid> 22 <ProjectGuid>{DFE335FC-755D-4BAA-8452-94434F8A1EDB}</ProjectGuid>
31 <RootNamespace>Common</RootNamespace> 23 <RootNamespace>common</RootNamespace>
32 </PropertyGroup> 24 </PropertyGroup>
33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -67,30 +59,36 @@
67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69 <Import Project="..\..\vsprops\base.props" /> 61 <Import Project="..\..\vsprops\base.props" />
62 <Import Project="..\..\vsprops\externals.props" />
70 <Import Project="..\..\vsprops\code_generation_debug.props" /> 63 <Import Project="..\..\vsprops\code_generation_debug.props" />
64 <Import Project="..\..\vsprops\optimization_debug.props" />
71 </ImportGroup> 65 </ImportGroup>
72 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74 <Import Project="..\..\vsprops\base.props" /> 68 <Import Project="..\..\vsprops\base.props" />
69 <Import Project="..\..\vsprops\externals.props" />
75 <Import Project="..\..\vsprops\code_generation_debug.props" /> 70 <Import Project="..\..\vsprops\code_generation_debug.props" />
71 <Import Project="..\..\vsprops\optimization_debug.props" />
76 </ImportGroup> 72 </ImportGroup>
77 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 73 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 74 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
79 <Import Project="..\..\vsprops\base.props" /> 75 <Import Project="..\..\vsprops\base.props" />
76 <Import Project="..\..\vsprops\externals.props" />
80 <Import Project="..\..\vsprops\code_generation_release.props" /> 77 <Import Project="..\..\vsprops\code_generation_release.props" />
78 <Import Project="..\..\vsprops\optimization_release.props" />
81 </ImportGroup> 79 </ImportGroup>
82 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 80 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
83 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 81 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84 <Import Project="..\..\vsprops\base.props" /> 82 <Import Project="..\..\vsprops\base.props" />
83 <Import Project="..\..\vsprops\externals.props" />
85 <Import Project="..\..\vsprops\code_generation_release.props" /> 84 <Import Project="..\..\vsprops\code_generation_release.props" />
85 <Import Project="..\..\vsprops\optimization_release.props" />
86 </ImportGroup> 86 </ImportGroup>
87 <PropertyGroup Label="UserMacros" /> 87 <PropertyGroup Label="UserMacros" />
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" />
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
93 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" />
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
95 <ClCompile /> 93 <ClCompile />
96 <Link> 94 <Link>