summaryrefslogtreecommitdiff
path: root/msvc/getopt_2013.vcxproj
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-03-23 15:17:50 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-03-23 15:17:50 -0700
commit07d6d3a2a5c415fa0b819ee0bdb48565f444a58a (patch)
tree4ecbd76561f6c75e8cc75978ed83ceb249200c17 /msvc/getopt_2013.vcxproj
parent8b93a7157d3b7dad8531c61af860352efca29b20 (diff)
downloadlibusb-07d6d3a2a5c415fa0b819ee0bdb48565f444a58a.tar.gz
msvc: Reorder solution projects and add project filter files
Since Visual Studio picks the first project as the default startup project, move the library projects back to the top of the list. This use to be the order but was changed in commit 9843b689df. Add the project filter files to help organize the source files within the Solution Explorer window pane. Additionally move the getopt source underneath the msvc directory since it is only used for Visual Studio builds. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'msvc/getopt_2013.vcxproj')
-rw-r--r--msvc/getopt_2013.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/msvc/getopt_2013.vcxproj b/msvc/getopt_2013.vcxproj
index 338454e..daf2d86 100644
--- a/msvc/getopt_2013.vcxproj
+++ b/msvc/getopt_2013.vcxproj
@@ -60,11 +60,11 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\examples\getopt\getopt.c" />
- <ClCompile Include="..\examples\getopt\getopt1.c" />
+ <ClCompile Include=".\getopt\getopt.c" />
+ <ClCompile Include=".\getopt\getopt1.c" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\examples\getopt\getopt.h" />
+ <ClInclude Include=".\getopt\getopt.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">