summaryrefslogtreecommitdiff
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-04 20:17:46 -0400
committerGravatar ShizZy2013-09-04 20:17:46 -0400
commit7564d28faf780bc0967ab3f6ff11b29b44e4b1aa (patch)
tree48c87985296d0bc8d62785b8f3209f4b727d0cc0 /src/common/common.vcxproj
parentdeleted gekko's common files (diff)
downloadyuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.tar.gz
yuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.tar.xz
yuzu-7564d28faf780bc0967ab3f6ff11b29b44e4b1aa.zip
replaced common code with dolphin common
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj185
1 files changed, 100 insertions, 85 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index c61ba6d9d..1cfe0bb37 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -1,6 +1,14 @@
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>
4 <ProjectConfiguration Include="Debug|Win32"> 12 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration> 13 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform> 14 <Platform>Win32</Platform>
@@ -20,102 +28,82 @@
20 </ItemGroup> 28 </ItemGroup>
21 <PropertyGroup Label="Globals"> 29 <PropertyGroup Label="Globals">
22 <ProjectGuid>{DFE335FC-755D-4BAA-8452-94434F8A1EDB}</ProjectGuid> 30 <ProjectGuid>{DFE335FC-755D-4BAA-8452-94434F8A1EDB}</ProjectGuid>
23 <RootNamespace>common</RootNamespace> 31 <RootNamespace>Common</RootNamespace>
24 </PropertyGroup> 32 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27 <UseDebugLibraries>true</UseDebugLibraries> 35 <UseDebugLibraries>true</UseDebugLibraries>
28 <ConfigurationType>StaticLibrary</ConfigurationType> 36 <ConfigurationType>StaticLibrary</ConfigurationType>
37 <CharacterSet>MultiByte</CharacterSet>
29 </PropertyGroup> 38 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
31 <ConfigurationType>StaticLibrary</ConfigurationType>
32 <UseDebugLibraries>true</UseDebugLibraries> 40 <UseDebugLibraries>true</UseDebugLibraries>
41 <ConfigurationType>StaticLibrary</ConfigurationType>
42 <CharacterSet>MultiByte</CharacterSet>
33 </PropertyGroup> 43 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45 <UseDebugLibraries>false</UseDebugLibraries>
46 <ConfigurationType>StaticLibrary</ConfigurationType>
47 <CharacterSet>Unicode</CharacterSet>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="Configuration">
35 <ConfigurationType>StaticLibrary</ConfigurationType> 50 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>false</UseDebugLibraries> 51 <UseDebugLibraries>false</UseDebugLibraries>
52 <CharacterSet>MultiByte</CharacterSet>
37 </PropertyGroup> 53 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
55 <UseDebugLibraries>false</UseDebugLibraries>
56 <ConfigurationType>StaticLibrary</ConfigurationType>
57 <CharacterSet>Unicode</CharacterSet>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="Configuration">
39 <ConfigurationType>StaticLibrary</ConfigurationType> 60 <ConfigurationType>StaticLibrary</ConfigurationType>
40 <UseDebugLibraries>false</UseDebugLibraries> 61 <UseDebugLibraries>false</UseDebugLibraries>
62 <CharacterSet>MultiByte</CharacterSet>
41 </PropertyGroup> 63 </PropertyGroup>
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 64 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
43 <ImportGroup Label="ExtensionSettings"> 65 <ImportGroup Label="ExtensionSettings">
44 </ImportGroup> 66 </ImportGroup>
45 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47 <Import Project="..\..\vsprops\Base.props" /> 69 <Import Project="..\..\vsprops\base.props" />
48 <Import Project="..\..\vsprops\CodeGen_Debug.props" /> 70 <Import Project="..\..\vsprops\code_generation_debug.props" />
49 <Import Project="..\..\vsprops\Optimization_Debug.props" />
50 <Import Project="..\..\vsprops\Externals.props" />
51 </ImportGroup> 71 </ImportGroup>
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 72 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <Import Project="..\..\vsprops\Base.props" /> 74 <Import Project="..\..\vsprops\base.props" />
55 <Import Project="..\..\vsprops\CodeGen_Debug.props" /> 75 <Import Project="..\..\vsprops\code_generation_debug.props" />
56 <Import Project="..\..\vsprops\Optimization_Debug.props" />
57 <Import Project="..\..\vsprops\Externals.props" />
58 </ImportGroup> 76 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 77 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 78 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <Import Project="..\..\vsprops\Base.props" /> 79 <Import Project="..\..\vsprops\base.props" />
62 <Import Project="..\..\vsprops\CodeGen_Release.props" /> 80 <Import Project="..\..\vsprops\code_generation_release.props" />
63 <Import Project="..\..\vsprops\Optimization_Release.props" />
64 <Import Project="..\..\vsprops\Externals.props" />
65 </ImportGroup> 81 </ImportGroup>
66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 82 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 83 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 <Import Project="..\..\vsprops\Base.props" /> 84 <Import Project="..\..\vsprops\base.props" />
69 <Import Project="..\..\vsprops\CodeGen_Release.props" /> 85 <Import Project="..\..\vsprops\code_generation_release.props" />
70 <Import Project="..\..\vsprops\Optimization_Release.props" />
71 <Import Project="..\..\vsprops\Externals.props" />
72 </ImportGroup> 86 </ImportGroup>
73 <PropertyGroup Label="UserMacros" /> 87 <PropertyGroup Label="UserMacros" />
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <CustomBuildBeforeTargets>
78 </CustomBuildBeforeTargets>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81 <CustomBuildBeforeTargets />
82 </PropertyGroup>
83 <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'" />
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 93 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" />
86 <CustomBuildBeforeTargets>
87 </CustomBuildBeforeTargets>
88 </PropertyGroup>
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90 <CustomBuildBeforeTargets />
91 </PropertyGroup>
92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
93 <ClCompile /> 95 <ClCompile />
94 <Link> 96 <Link>
95 <GenerateDebugInformation>true</GenerateDebugInformation> 97 <GenerateDebugInformation>true</GenerateDebugInformation>
96 </Link> 98 </Link>
97 <CustomBuildStep> 99 <Lib />
98 <Command>
99 </Command>
100 <Message>
101 </Message>
102 <Outputs>
103 </Outputs>
104 </CustomBuildStep>
105 </ItemDefinitionGroup> 100 </ItemDefinitionGroup>
106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107 <ClCompile /> 102 <ClCompile />
108 <Link> 103 <Link>
109 <GenerateDebugInformation>true</GenerateDebugInformation> 104 <GenerateDebugInformation>true</GenerateDebugInformation>
110 </Link> 105 </Link>
111 <CustomBuildStep> 106 <Lib />
112 <Command>
113 </Command>
114 <Message>
115 </Message>
116 <Outputs>
117 </Outputs>
118 </CustomBuildStep>
119 </ItemDefinitionGroup> 107 </ItemDefinitionGroup>
120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121 <ClCompile /> 109 <ClCompile />
@@ -124,15 +112,16 @@
124 <EnableCOMDATFolding>true</EnableCOMDATFolding> 112 <EnableCOMDATFolding>true</EnableCOMDATFolding>
125 <OptimizeReferences>true</OptimizeReferences> 113 <OptimizeReferences>true</OptimizeReferences>
126 </Link> 114 </Link>
127 <CustomBuildStep> 115 <Lib />
128 <Command> 116 </ItemDefinitionGroup>
129 </Command> 117 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
130 <Message>
131 </Message>
132 <Outputs>
133 </Outputs>
134 </CustomBuildStep>
135 <ClCompile /> 118 <ClCompile />
119 <Link>
120 <GenerateDebugInformation>true</GenerateDebugInformation>
121 <EnableCOMDATFolding>true</EnableCOMDATFolding>
122 <OptimizeReferences>true</OptimizeReferences>
123 </Link>
124 <Lib />
136 </ItemDefinitionGroup> 125 </ItemDefinitionGroup>
137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
138 <ClCompile /> 127 <ClCompile />
@@ -141,46 +130,72 @@
141 <EnableCOMDATFolding>true</EnableCOMDATFolding> 130 <EnableCOMDATFolding>true</EnableCOMDATFolding>
142 <OptimizeReferences>true</OptimizeReferences> 131 <OptimizeReferences>true</OptimizeReferences>
143 </Link> 132 </Link>
144 <CustomBuildStep> 133 <Lib />
145 <Command> 134 </ItemDefinitionGroup>
146 </Command> 135 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
147 <Message> 136 <ClCompile />
148 </Message> 137 <Link>
149 <Outputs> 138 <GenerateDebugInformation>true</GenerateDebugInformation>
150 </Outputs> 139 <EnableCOMDATFolding>true</EnableCOMDATFolding>
151 </CustomBuildStep> 140 <OptimizeReferences>true</OptimizeReferences>
141 </Link>
142 <Lib />
152 </ItemDefinitionGroup> 143 </ItemDefinitionGroup>
153 <ItemGroup>
154 <ClCompile Include="src\config.cpp" />
155 <ClCompile Include="src\crc.cpp" />
156 <ClCompile Include="src\file_utils.cpp" />
157 <ClCompile Include="src\hash.cpp" />
158 <ClCompile Include="src\log.cpp" />
159 <ClCompile Include="src\misc_utils.cpp" />
160 <ClCompile Include="src\timer.cpp" />
161 <ClCompile Include="src\x86_utils.cpp" />
162 <ClCompile Include="src\xml.cpp" />
163 </ItemGroup>
164 <ItemGroup> 144 <ItemGroup>
165 <ClInclude Include="src\atomic.h" /> 145 <ClInclude Include="src\atomic.h" />
166 <ClInclude Include="src\atomic_gcc.h" /> 146 <ClInclude Include="src\atomic_gcc.h" />
167 <ClInclude Include="src\atomic_win32.h" /> 147 <ClInclude Include="src\atomic_win32.h" />
148 <ClInclude Include="src\break_points.h" />
149 <ClInclude Include="src\chunk_file.h" />
168 <ClInclude Include="src\common.h" /> 150 <ClInclude Include="src\common.h" />
169 <ClInclude Include="src\config.h" /> 151 <ClInclude Include="src\common_funcs.h" />
170 <ClInclude Include="src\crc.h" /> 152 <ClInclude Include="src\common_paths.h" />
171 <ClInclude Include="src\file_utils.h" /> 153 <ClInclude Include="src\common_types.h" />
154 <ClInclude Include="src\console_listener.h" />
155 <ClInclude Include="src\cpu_detect.h" />
156 <ClInclude Include="src\debug_interface.h" />
157 <ClInclude Include="src\extended_trace.h" />
158 <ClInclude Include="src\fifo_queue.h" />
159 <ClInclude Include="src\file_search.h" />
160 <ClInclude Include="src\file_util.h" />
161 <ClInclude Include="src\fixed_size_queue.h" />
172 <ClInclude Include="src\hash.h" /> 162 <ClInclude Include="src\hash.h" />
173 <ClInclude Include="src\hash_container.h" /> 163 <ClInclude Include="src\linear_disk_cache.h" />
174 <ClInclude Include="src\log.h" /> 164 <ClInclude Include="src\log.h" />
175 <ClInclude Include="src\misc_utils.h" /> 165 <ClInclude Include="src\log_manager.h" />
176 <ClInclude Include="src\platform.h" /> 166 <ClInclude Include="src\math_util.h" />
167 <ClInclude Include="src\memory_util.h" />
168 <ClInclude Include="src\mem_arena.h" />
169 <ClInclude Include="src\msg_handler.h" />
170 <ClInclude Include="src\scm_rev.h" />
177 <ClInclude Include="src\std_condition_variable.h" /> 171 <ClInclude Include="src\std_condition_variable.h" />
178 <ClInclude Include="src\std_mutex.h" /> 172 <ClInclude Include="src\std_mutex.h" />
179 <ClInclude Include="src\std_thread.h" /> 173 <ClInclude Include="src\std_thread.h" />
174 <ClInclude Include="src\string_util.h" />
175 <ClInclude Include="src\thread.h" />
176 <ClInclude Include="src\thunk.h" />
180 <ClInclude Include="src\timer.h" /> 177 <ClInclude Include="src\timer.h" />
181 <ClInclude Include="src\types.h" /> 178 </ItemGroup>
182 <ClInclude Include="src\x86_utils.h" /> 179 <ItemGroup>
183 <ClInclude Include="src\xml.h" /> 180 <ClCompile Include="src\break_points.cpp" />
181 <ClCompile Include="src\console_listener.cpp" />
182 <ClCompile Include="src\extended_trace.cpp" />
183 <ClCompile Include="src\file_search.cpp" />
184 <ClCompile Include="src\file_util.cpp" />
185 <ClCompile Include="src\hash.cpp" />
186 <ClCompile Include="src\log_manager.cpp" />
187 <ClCompile Include="src\math_util.cpp" />
188 <ClCompile Include="src\memory_util.cpp" />
189 <ClCompile Include="src\mem_arena.cpp" />
190 <ClCompile Include="src\misc.cpp" />
191 <ClCompile Include="src\msg_handler.cpp" />
192 <ClCompile Include="src\string_util.cpp" />
193 <ClCompile Include="src\thread.cpp" />
194 <ClCompile Include="src\timer.cpp" />
195 <ClCompile Include="src\version.cpp" />
196 </ItemGroup>
197 <ItemGroup>
198 <None Include="CMakeLists.txt" />
184 </ItemGroup> 199 </ItemGroup>
185 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 200 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
186 <ImportGroup Label="ExtensionTargets"> 201 <ImportGroup Label="ExtensionTargets">