summaryrefslogtreecommitdiffstats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-24 03:46:59 +0200
committerShizZy <shizzy@6bit.net>2013-09-24 03:46:59 +0200
commita8c3c2a391b4ae20c7f490ab42f6a0d192ca6451 (patch)
tree00cb95aa5dbafe1dcd4fc935cd5fae94f5120396 /src/common/common.vcxproj
parentremoved preprocessor defines from base.props... these were not used (diff)
downloadyuzu-a8c3c2a391b4ae20c7f490ab42f6a0d192ca6451.tar
yuzu-a8c3c2a391b4ae20c7f490ab42f6a0d192ca6451.tar.gz
yuzu-a8c3c2a391b4ae20c7f490ab42f6a0d192ca6451.tar.bz2
yuzu-a8c3c2a391b4ae20c7f490ab42f6a0d192ca6451.tar.lz
yuzu-a8c3c2a391b4ae20c7f490ab42f6a0d192ca6451.tar.xz
yuzu-a8c3c2a391b4ae20c7f490ab42f6a0d192ca6451.tar.zst
yuzu-a8c3c2a391b4ae20c7f490ab42f6a0d192ca6451.zip
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index 467195e0f..9cf382c29 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -179,6 +179,7 @@
<ClInclude Include="src\thread.h" />
<ClInclude Include="src\thunk.h" />
<ClInclude Include="src\timer.h" />
+ <ClInclude Include="src\utf8.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\break_points.cpp" />
@@ -196,6 +197,7 @@
<ClCompile Include="src\string_util.cpp" />
<ClCompile Include="src\thread.cpp" />
<ClCompile Include="src\timer.cpp" />
+ <ClCompile Include="src\utf8.cpp" />
<ClCompile Include="src\version.cpp" />
</ItemGroup>
<ItemGroup>