summaryrefslogtreecommitdiff
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorGravatar bunnei2014-09-01 22:29:23 -0400
committerGravatar bunnei2014-09-01 22:29:23 -0400
commitc0e48432cd262baa6ed84b33cd9dd0d8f585e345 (patch)
tree0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /src/common/common.vcxproj
parentMerge pull request #84 from bunnei/fix-hw-synchronization (diff)
parentRemove hand-crafted Visual Studio solution. (diff)
downloadyuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.gz
yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.xz
yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.zip
Merge pull request #69 from yuriks/cmake-cleanup
CMake cleanup
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj224
1 files changed, 0 insertions, 224 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
deleted file mode 100644
index 341d3a813..000000000
--- a/src/common/common.vcxproj
+++ /dev/null
@@ -1,224 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{DFE335FC-755D-4BAA-8452-94434F8A1EDB}</ProjectGuid>
23 <RootNamespace>common</RootNamespace>
24 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27 <UseDebugLibraries>true</UseDebugLibraries>
28 <ConfigurationType>StaticLibrary</ConfigurationType>
29 <CharacterSet>MultiByte</CharacterSet>
30 <PlatformToolset>v120</PlatformToolset>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <UseDebugLibraries>true</UseDebugLibraries>
34 <ConfigurationType>StaticLibrary</ConfigurationType>
35 <CharacterSet>MultiByte</CharacterSet>
36 <PlatformToolset>v120</PlatformToolset>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39 <UseDebugLibraries>false</UseDebugLibraries>
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <CharacterSet>Unicode</CharacterSet>
42 <PlatformToolset>v120</PlatformToolset>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'" Label="Configuration">
45 <ConfigurationType>StaticLibrary</ConfigurationType>
46 <UseDebugLibraries>false</UseDebugLibraries>
47 <CharacterSet>MultiByte</CharacterSet>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50 <UseDebugLibraries>false</UseDebugLibraries>
51 <ConfigurationType>StaticLibrary</ConfigurationType>
52 <CharacterSet>Unicode</CharacterSet>
53 <PlatformToolset>v120</PlatformToolset>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'" Label="Configuration">
56 <ConfigurationType>StaticLibrary</ConfigurationType>
57 <UseDebugLibraries>false</UseDebugLibraries>
58 <CharacterSet>MultiByte</CharacterSet>
59 </PropertyGroup>
60 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
61 <ImportGroup Label="ExtensionSettings">
62 </ImportGroup>
63 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="..\..\vsprops\base.props" />
66 <Import Project="..\..\vsprops\externals.props" />
67 <Import Project="..\..\vsprops\code_generation_debug.props" />
68 <Import Project="..\..\vsprops\optimization_debug.props" />
69 </ImportGroup>
70 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
71 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72 <Import Project="..\..\vsprops\base.props" />
73 <Import Project="..\..\vsprops\externals.props" />
74 <Import Project="..\..\vsprops\code_generation_debug.props" />
75 <Import Project="..\..\vsprops\optimization_debug.props" />
76 </ImportGroup>
77 <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" />
79 <Import Project="..\..\vsprops\base.props" />
80 <Import Project="..\..\vsprops\externals.props" />
81 <Import Project="..\..\vsprops\code_generation_release.props" />
82 <Import Project="..\..\vsprops\optimization_release.props" />
83 </ImportGroup>
84 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
85 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86 <Import Project="..\..\vsprops\base.props" />
87 <Import Project="..\..\vsprops\externals.props" />
88 <Import Project="..\..\vsprops\code_generation_release.props" />
89 <Import Project="..\..\vsprops\optimization_release.props" />
90 </ImportGroup>
91 <PropertyGroup Label="UserMacros" />
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
93 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
95 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
96 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
97 <ClCompile />
98 <Link>
99 <GenerateDebugInformation>true</GenerateDebugInformation>
100 </Link>
101 <Lib />
102 <ClCompile>
103 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
104 </ClCompile>
105 </ItemDefinitionGroup>
106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107 <ClCompile />
108 <Link>
109 <GenerateDebugInformation>true</GenerateDebugInformation>
110 </Link>
111 <Lib />
112 </ItemDefinitionGroup>
113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114 <ClCompile />
115 <Link>
116 <GenerateDebugInformation>true</GenerateDebugInformation>
117 <EnableCOMDATFolding>true</EnableCOMDATFolding>
118 <OptimizeReferences>true</OptimizeReferences>
119 </Link>
120 <Lib />
121 </ItemDefinitionGroup>
122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|Win32'">
123 <ClCompile />
124 <Link>
125 <GenerateDebugInformation>true</GenerateDebugInformation>
126 <EnableCOMDATFolding>true</EnableCOMDATFolding>
127 <OptimizeReferences>true</OptimizeReferences>
128 </Link>
129 <Lib />
130 </ItemDefinitionGroup>
131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
132 <ClCompile />
133 <Link>
134 <GenerateDebugInformation>true</GenerateDebugInformation>
135 <EnableCOMDATFolding>true</EnableCOMDATFolding>
136 <OptimizeReferences>true</OptimizeReferences>
137 </Link>
138 <Lib />
139 </ItemDefinitionGroup>
140 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugFast|x64'">
141 <ClCompile />
142 <Link>
143 <GenerateDebugInformation>true</GenerateDebugInformation>
144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 <Lib />
148 </ItemDefinitionGroup>
149 <ItemGroup>
150 <Reference Include="System" />
151 <Reference Include="System.Data" />
152 <Reference Include="System.Drawing" />
153 <Reference Include="System.Windows.Forms" />
154 <Reference Include="System.Xml" />
155 </ItemGroup>
156 <ItemGroup>
157 <ClInclude Include="atomic.h" />
158 <ClInclude Include="atomic_gcc.h" />
159 <ClInclude Include="atomic_win32.h" />
160 <ClInclude Include="bit_field.h" />
161 <ClInclude Include="break_points.h" />
162 <ClInclude Include="chunk_file.h" />
163 <ClInclude Include="common.h" />
164 <ClInclude Include="common_funcs.h" />
165 <ClInclude Include="common_paths.h" />
166 <ClInclude Include="common_types.h" />
167 <ClInclude Include="console_listener.h" />
168 <ClInclude Include="cpu_detect.h" />
169 <ClInclude Include="debug_interface.h" />
170 <ClInclude Include="emu_window.h" />
171 <ClInclude Include="extended_trace.h" />
172 <ClInclude Include="fifo_queue.h" />
173 <ClInclude Include="file_search.h" />
174 <ClInclude Include="file_util.h" />
175 <ClInclude Include="fixed_size_queue.h" />
176 <ClInclude Include="hash.h" />
177 <ClInclude Include="linear_disk_cache.h" />
178 <ClInclude Include="log.h" />
179 <ClInclude Include="log_manager.h" />
180 <ClInclude Include="math_util.h" />
181 <ClInclude Include="memory_util.h" />
182 <ClInclude Include="mem_arena.h" />
183 <ClInclude Include="msg_handler.h" />
184 <ClInclude Include="platform.h" />
185 <ClInclude Include="scm_rev.h" />
186 <ClInclude Include="std_condition_variable.h" />
187 <ClInclude Include="std_mutex.h" />
188 <ClInclude Include="std_thread.h" />
189 <ClInclude Include="string_util.h" />
190 <ClInclude Include="swap.h" />
191 <ClInclude Include="symbols.h" />
192 <ClInclude Include="thread.h" />
193 <ClInclude Include="thread_queue_list.h" />
194 <ClInclude Include="thunk.h" />
195 <ClInclude Include="timer.h" />
196 <ClInclude Include="utf8.h" />
197 </ItemGroup>
198 <ItemGroup>
199 <ClCompile Include="break_points.cpp" />
200 <ClCompile Include="console_listener.cpp" />
201 <ClCompile Include="extended_trace.cpp" />
202 <ClCompile Include="file_search.cpp" />
203 <ClCompile Include="file_util.cpp" />
204 <ClCompile Include="hash.cpp" />
205 <ClCompile Include="log_manager.cpp" />
206 <ClCompile Include="math_util.cpp" />
207 <ClCompile Include="memory_util.cpp" />
208 <ClCompile Include="mem_arena.cpp" />
209 <ClCompile Include="misc.cpp" />
210 <ClCompile Include="msg_handler.cpp" />
211 <ClCompile Include="scm_rev.cpp" />
212 <ClCompile Include="string_util.cpp" />
213 <ClCompile Include="symbols.cpp" />
214 <ClCompile Include="thread.cpp" />
215 <ClCompile Include="timer.cpp" />
216 <ClCompile Include="utf8.cpp" />
217 </ItemGroup>
218 <ItemGroup>
219 <Text Include="CMakeLists.txt" />
220 </ItemGroup>
221 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
222 <ImportGroup Label="ExtensionTargets">
223 </ImportGroup>
224</Project>