summaryrefslogtreecommitdiffstats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-19 05:26:13 +0200
committerShizZy <shizzy@6bit.net>2013-09-19 05:26:13 +0200
commitf24f4ff9788ea795a66903bfeb0517bc3e99aace (patch)
tree48cd8dbb121e06fbd88d199257223e767b42f301 /src/common/common.vcxproj
parentrefactored some mem_map stuff (diff)
downloadyuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.tar
yuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.tar.gz
yuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.tar.bz2
yuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.tar.lz
yuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.tar.xz
yuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.tar.zst
yuzu-f24f4ff9788ea795a66903bfeb0517bc3e99aace.zip
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 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<Lib />
+ <ClCompile>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ </ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile />
@@ -172,6 +175,7 @@
<ClInclude Include="src\std_mutex.h" />
<ClInclude Include="src\std_thread.h" />
<ClInclude Include="src\string_util.h" />
+ <ClInclude Include="src\swap.h" />
<ClInclude Include="src\thread.h" />
<ClInclude Include="src\thunk.h" />
<ClInclude Include="src\timer.h" />
@@ -197,6 +201,13 @@
<ItemGroup>
<None Include="CMakeLists.txt" />
</ItemGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Windows.Forms" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>