mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
parent
e9fe53980b
commit
e5734fb875
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="gio"
|
||||
ProjectGUID="{F3D1583C-5613-4809-BD98-7CC1C1276F92}"
|
||||
RootNamespace="gio"
|
||||
@ -228,7 +228,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib"
|
||||
AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib Dnsapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"
|
||||
@ -308,7 +308,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib"
|
||||
AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib Dnsapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib"
|
||||
@ -361,6 +361,10 @@
|
||||
RelativePath="..\..\..\gio\gasynchelper.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gasyncinitable.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gasyncresult.c"
|
||||
>
|
||||
@ -429,6 +433,10 @@
|
||||
RelativePath="..\..\..\gio\gfileinputstream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gfileiostream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gfilemonitor.c"
|
||||
>
|
||||
@ -453,6 +461,18 @@
|
||||
RelativePath="..\..\..\gio\gicon.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\ginetaddress.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\ginetsocketaddress.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\ginitable.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\ginputstream.c"
|
||||
>
|
||||
@ -481,6 +501,10 @@
|
||||
RelativePath="..\..\..\gio\gioscheduler.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\giostream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gloadableicon.c"
|
||||
>
|
||||
@ -505,6 +529,10 @@
|
||||
RelativePath="..\..\..\gio\glocalfileinputstream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\glocalfileiostream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\glocalfilemonitor.c"
|
||||
>
|
||||
@ -537,6 +565,14 @@
|
||||
RelativePath="..\..\..\gio\gnativevolumemonitor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gnetworkaddress.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gnetworkservice.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\goutputstream.c"
|
||||
>
|
||||
@ -545,6 +581,10 @@
|
||||
RelativePath="..\..\..\gio\gpollfilemonitor.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gresolver.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gseekable.c"
|
||||
>
|
||||
@ -553,10 +593,70 @@
|
||||
RelativePath="..\..\..\gio\gsimpleasyncresult.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocket.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketaddress.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketaddressenumerator.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketclient.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketconnectable.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketconnection.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketcontrolmessage.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketinputstream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketlistener.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketoutputstream.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsocketservice.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gsrvtarget.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gtcpconnection.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gthemedicon.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gthreadedresolver.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gthreadedsocketservice.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gunionvolumemonitor.c"
|
||||
>
|
||||
@ -585,6 +685,10 @@
|
||||
RelativePath="..\..\..\gio\gwin32mount.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gwin32resolver.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\gio\gwin32volumemonitor.c"
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="glib"
|
||||
ProjectGUID="{12BCA020-EABF-429E-876A-A476BC9C10C0}"
|
||||
RootNamespace="glib"
|
||||
@ -426,6 +426,10 @@
|
||||
RelativePath="..\..\..\glib\ghook.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\glib\ghostutils.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\glib\giochannel.c"
|
||||
>
|
||||
@ -474,6 +478,10 @@
|
||||
RelativePath="..\..\..\glib\gpattern.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\glib\gpoll.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\glib\gprimes.c"
|
||||
>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="gmodule"
|
||||
ProjectGUID="{4214047C-F5C1-40B3-8369-5DCED8C32770}"
|
||||
RootNamespace="gmodule"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="gobject"
|
||||
ProjectGUID="{F172EFFC-E30F-4593-809E-DB2024B1E753}"
|
||||
RootNamespace="gobject"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="gspawn-win32-helper"
|
||||
ProjectGUID="{289240E7-E167-47CE-A20C-58D852E520BA}"
|
||||
RootNamespace="gspawnwin32helper"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="gthread"
|
||||
ProjectGUID="{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}"
|
||||
RootNamespace="gthread"
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user