diff options
author | Chris Dickens <christopher.a.dickens@gmail.com> | 2018-01-04 23:32:33 -0800 |
---|---|---|
committer | Chris Dickens <christopher.a.dickens@gmail.com> | 2018-01-04 23:32:33 -0800 |
commit | 8b6639ea6f210a63a09cb07de3edc2295398ee34 (patch) | |
tree | ac19c178c801d3b7e67ade76be4139c31339f228 | |
parent | 6dd2b7f9a5dbe534e68c4cfa59ee562cd84d4151 (diff) | |
download | libusb-8b6639ea6f210a63a09cb07de3edc2295398ee34.tar.gz |
Misc: Fix references section in fxload VS project files
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r-- | libusb/version_nano.h | 2 | ||||
-rw-r--r-- | msvc/fxload_2010.vcxproj | 7 | ||||
-rw-r--r-- | msvc/fxload_2012.vcxproj | 7 | ||||
-rw-r--r-- | msvc/fxload_2013.vcxproj | 7 | ||||
-rw-r--r-- | msvc/fxload_2015.vcxproj | 7 | ||||
-rw-r--r-- | msvc/fxload_2017.vcxproj | 7 |
6 files changed, 21 insertions, 16 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 3bc35d1..80e3adf 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11261 +#define LIBUSB_NANO 11262 diff --git a/msvc/fxload_2010.vcxproj b/msvc/fxload_2010.vcxproj index 8bd6010..f4f1cfc 100644 --- a/msvc/fxload_2010.vcxproj +++ b/msvc/fxload_2010.vcxproj @@ -153,13 +153,14 @@ <ClCompile Include="..\examples\fxload.c" /> </ItemGroup> <ItemGroup> + <ProjectReference Include=".\getopt_2010.vcxproj"> + <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> <ProjectReference Include=".\libusb_static_2010.vcxproj"> <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="getopt_2010.vcxproj"> - <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> - </ProjectReference> </ItemGroup> <ItemGroup> <ClInclude Include="..\examples\ezusb.h" /> diff --git a/msvc/fxload_2012.vcxproj b/msvc/fxload_2012.vcxproj index e9fd477..af1a376 100644 --- a/msvc/fxload_2012.vcxproj +++ b/msvc/fxload_2012.vcxproj @@ -157,13 +157,14 @@ <ClCompile Include="..\examples\fxload.c" /> </ItemGroup> <ItemGroup> + <ProjectReference Include=".\getopt_2012.vcxproj"> + <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> <ProjectReference Include=".\libusb_static_2012.vcxproj"> <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="getopt_2012.vcxproj"> - <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> - </ProjectReference> </ItemGroup> <ItemGroup> <ClInclude Include="..\examples\ezusb.h" /> diff --git a/msvc/fxload_2013.vcxproj b/msvc/fxload_2013.vcxproj index 770fc57..8268d30 100644 --- a/msvc/fxload_2013.vcxproj +++ b/msvc/fxload_2013.vcxproj @@ -157,13 +157,14 @@ <ClCompile Include="..\examples\fxload.c" /> </ItemGroup> <ItemGroup> + <ProjectReference Include=".\getopt_2013.vcxproj"> + <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> <ProjectReference Include=".\libusb_static_2013.vcxproj"> <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="getopt_2013.vcxproj"> - <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> - </ProjectReference> </ItemGroup> <ItemGroup> <ClInclude Include="..\examples\ezusb.h" /> diff --git a/msvc/fxload_2015.vcxproj b/msvc/fxload_2015.vcxproj index 9c543de..44f7e1c 100644 --- a/msvc/fxload_2015.vcxproj +++ b/msvc/fxload_2015.vcxproj @@ -157,13 +157,14 @@ <ClCompile Include="..\examples\fxload.c" /> </ItemGroup> <ItemGroup> + <ProjectReference Include=".\getopt_2015.vcxproj"> + <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> <ProjectReference Include=".\libusb_static_2015.vcxproj"> <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="getopt_2015.vcxproj"> - <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> - </ProjectReference> </ItemGroup> <ItemGroup> <ClInclude Include="..\examples\ezusb.h" /> diff --git a/msvc/fxload_2017.vcxproj b/msvc/fxload_2017.vcxproj index 168585d..c2065d3 100644 --- a/msvc/fxload_2017.vcxproj +++ b/msvc/fxload_2017.vcxproj @@ -157,13 +157,14 @@ <ClCompile Include="..\examples\fxload.c" /> </ItemGroup> <ItemGroup> + <ProjectReference Include=".\getopt_2017.vcxproj"> + <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> <ProjectReference Include=".\libusb_static_2017.vcxproj"> <Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> - <ProjectReference Include="getopt_2017.vcxproj"> - <Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project> - </ProjectReference> </ItemGroup> <ItemGroup> <ClInclude Include="..\examples\ezusb.h" /> |