summaryrefslogtreecommitdiff
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-18 23:26:13 -0400
committerGravatar ShizZy2013-09-18 23:26:13 -0400
commitf24f4ff9788ea795a66903bfeb0517bc3e99aace (patch)
tree48cd8dbb121e06fbd88d199257223e767b42f301 /src/common/common.vcxproj
parentrefactored some mem_map stuff (diff)
downloadyuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.tar.gz
yuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.tar.xz
yuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.zip
added swap types to common
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index 48a7d5afa..467195e0f 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -95,6 +95,9 @@
95 <GenerateDebugInformation>true</GenerateDebugInformation> 95 <GenerateDebugInformation>true</GenerateDebugInformation>
96 </Link> 96 </Link>
97 <Lib /> 97 <Lib />
98 <ClCompile>
99 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
100 </ClCompile>
98 </ItemDefinitionGroup> 101 </ItemDefinitionGroup>
99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
100 <ClCompile /> 103 <ClCompile />
@@ -172,6 +175,7 @@
172 <ClInclude Include="src\std_mutex.h" /> 175 <ClInclude Include="src\std_mutex.h" />
173 <ClInclude Include="src\std_thread.h" /> 176 <ClInclude Include="src\std_thread.h" />
174 <ClInclude Include="src\string_util.h" /> 177 <ClInclude Include="src\string_util.h" />
178 <ClInclude Include="src\swap.h" />
175 <ClInclude Include="src\thread.h" /> 179 <ClInclude Include="src\thread.h" />
176 <ClInclude Include="src\thunk.h" /> 180 <ClInclude Include="src\thunk.h" />
177 <ClInclude Include="src\timer.h" /> 181 <ClInclude Include="src\timer.h" />
@@ -197,6 +201,13 @@
197 <ItemGroup> 201 <ItemGroup>
198 <None Include="CMakeLists.txt" /> 202 <None Include="CMakeLists.txt" />
199 </ItemGroup> 203 </ItemGroup>
204 <ItemGroup>
205 <Reference Include="System" />
206 <Reference Include="System.Data" />
207 <Reference Include="System.Drawing" />
208 <Reference Include="System.Windows.Forms" />
209 <Reference Include="System.Xml" />
210 </ItemGroup>
200 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 211 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201 <ImportGroup Label="ExtensionTargets"> 212 <ImportGroup Label="ExtensionTargets">
202 </ImportGroup> 213 </ImportGroup>