summaryrefslogtreecommitdiff
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorGravatar ShizZy2013-08-29 23:35:09 -0400
committerGravatar ShizZy2013-08-29 23:35:09 -0400
commit27474060e1287a67c45cd790d29b9095b35b2bdf (patch)
treefcbc56f1182617c01597f13e1a18dbec147d4216 /src/common/common.vcxproj
parentInitial commit (diff)
downloadyuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.gz
yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.tar.xz
yuzu-27474060e1287a67c45cd790d29b9095b35b2bdf.zip
adding initial project layout
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj188
1 files changed, 188 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
new file mode 100644
index 000000000..c61ba6d9d
--- /dev/null
+++ b/src/common/common.vcxproj
@@ -0,0 +1,188 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
31 <ConfigurationType>StaticLibrary</ConfigurationType>
32 <UseDebugLibraries>true</UseDebugLibraries>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>false</UseDebugLibraries>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39 <ConfigurationType>StaticLibrary</ConfigurationType>
40 <UseDebugLibraries>false</UseDebugLibraries>
41 </PropertyGroup>
42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
43 <ImportGroup Label="ExtensionSettings">
44 </ImportGroup>
45 <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" />
47 <Import Project="..\..\vsprops\Base.props" />
48 <Import Project="..\..\vsprops\CodeGen_Debug.props" />
49 <Import Project="..\..\vsprops\Optimization_Debug.props" />
50 <Import Project="..\..\vsprops\Externals.props" />
51 </ImportGroup>
52 <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" />
54 <Import Project="..\..\vsprops\Base.props" />
55 <Import Project="..\..\vsprops\CodeGen_Debug.props" />
56 <Import Project="..\..\vsprops\Optimization_Debug.props" />
57 <Import Project="..\..\vsprops\Externals.props" />
58 </ImportGroup>
59 <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" />
61 <Import Project="..\..\vsprops\Base.props" />
62 <Import Project="..\..\vsprops\CodeGen_Release.props" />
63 <Import Project="..\..\vsprops\Optimization_Release.props" />
64 <Import Project="..\..\vsprops\Externals.props" />
65 </ImportGroup>
66 <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" />
68 <Import Project="..\..\vsprops\Base.props" />
69 <Import Project="..\..\vsprops\CodeGen_Release.props" />
70 <Import Project="..\..\vsprops\Optimization_Release.props" />
71 <Import Project="..\..\vsprops\Externals.props" />
72 </ImportGroup>
73 <PropertyGroup Label="UserMacros" />
74 <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'" />
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86 <CustomBuildBeforeTargets>
87 </CustomBuildBeforeTargets>
88 </PropertyGroup>
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90 <CustomBuildBeforeTargets />
91 </PropertyGroup>
92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
93 <ClCompile />
94 <Link>
95 <GenerateDebugInformation>true</GenerateDebugInformation>
96 </Link>
97 <CustomBuildStep>
98 <Command>
99 </Command>
100 <Message>
101 </Message>
102 <Outputs>
103 </Outputs>
104 </CustomBuildStep>
105 </ItemDefinitionGroup>
106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107 <ClCompile />
108 <Link>
109 <GenerateDebugInformation>true</GenerateDebugInformation>
110 </Link>
111 <CustomBuildStep>
112 <Command>
113 </Command>
114 <Message>
115 </Message>
116 <Outputs>
117 </Outputs>
118 </CustomBuildStep>
119 </ItemDefinitionGroup>
120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121 <ClCompile />
122 <Link>
123 <GenerateDebugInformation>true</GenerateDebugInformation>
124 <EnableCOMDATFolding>true</EnableCOMDATFolding>
125 <OptimizeReferences>true</OptimizeReferences>
126 </Link>
127 <CustomBuildStep>
128 <Command>
129 </Command>
130 <Message>
131 </Message>
132 <Outputs>
133 </Outputs>
134 </CustomBuildStep>
135 <ClCompile />
136 </ItemDefinitionGroup>
137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
138 <ClCompile />
139 <Link>
140 <GenerateDebugInformation>true</GenerateDebugInformation>
141 <EnableCOMDATFolding>true</EnableCOMDATFolding>
142 <OptimizeReferences>true</OptimizeReferences>
143 </Link>
144 <CustomBuildStep>
145 <Command>
146 </Command>
147 <Message>
148 </Message>
149 <Outputs>
150 </Outputs>
151 </CustomBuildStep>
152 </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>
165 <ClInclude Include="src\atomic.h" />
166 <ClInclude Include="src\atomic_gcc.h" />
167 <ClInclude Include="src\atomic_win32.h" />
168 <ClInclude Include="src\common.h" />
169 <ClInclude Include="src\config.h" />
170 <ClInclude Include="src\crc.h" />
171 <ClInclude Include="src\file_utils.h" />
172 <ClInclude Include="src\hash.h" />
173 <ClInclude Include="src\hash_container.h" />
174 <ClInclude Include="src\log.h" />
175 <ClInclude Include="src\misc_utils.h" />
176 <ClInclude Include="src\platform.h" />
177 <ClInclude Include="src\std_condition_variable.h" />
178 <ClInclude Include="src\std_mutex.h" />
179 <ClInclude Include="src\std_thread.h" />
180 <ClInclude Include="src\timer.h" />
181 <ClInclude Include="src\types.h" />
182 <ClInclude Include="src\x86_utils.h" />
183 <ClInclude Include="src\xml.h" />
184 </ItemGroup>
185 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
186 <ImportGroup Label="ExtensionTargets">
187 </ImportGroup>
188</Project> \ No newline at end of file