From 9b0a48cc1b2c2de9d355c6dd96c020313c7a02ab Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Tue, 20 Aug 2013 10:45:06 -0700 Subject: [PATCH] Add win32utf8.c to the source file VS2010 source file listings. --- win32/VS2010/opusfile_example.vcxproj.filters | 5 ++++- win32/VS2010/seeking_example.vcxproj.filters | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/win32/VS2010/opusfile_example.vcxproj.filters b/win32/VS2010/opusfile_example.vcxproj.filters index b2bd326..e78b530 100644 --- a/win32/VS2010/opusfile_example.vcxproj.filters +++ b/win32/VS2010/opusfile_example.vcxproj.filters @@ -18,5 +18,8 @@ <ClCompile Include="..\..\examples\opusfile_example.c"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\..\examples\win32utf8.c"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> -</Project> \ No newline at end of file +</Project> diff --git a/win32/VS2010/seeking_example.vcxproj.filters b/win32/VS2010/seeking_example.vcxproj.filters index 8413d61..c921c4e 100644 --- a/win32/VS2010/seeking_example.vcxproj.filters +++ b/win32/VS2010/seeking_example.vcxproj.filters @@ -18,5 +18,8 @@ <ClCompile Include="..\..\examples\seeking_example.c"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\..\examples\win32utf8.c"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> -</Project> \ No newline at end of file +</Project> -- GitLab