Update gtk3-demo Visual C++ projects
Make up for the missed source file application.c
This commit is contained in:
@ -164,6 +164,7 @@
|
|||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\demos\gtk-demo\application.c" />
|
||||||
<ClCompile Include="..\..\..\demos\gtk-demo\appwindow.c" />
|
<ClCompile Include="..\..\..\demos\gtk-demo\appwindow.c" />
|
||||||
<ClCompile Include="..\..\..\demos\gtk-demo\assistant.c" />
|
<ClCompile Include="..\..\..\demos\gtk-demo\assistant.c" />
|
||||||
<ClCompile Include="..\..\..\demos\gtk-demo\builder.c" />
|
<ClCompile Include="..\..\..\demos\gtk-demo\builder.c" />
|
||||||
|
|||||||
@ -11,6 +11,9 @@
|
|||||||
</Filter>
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ClCompile Include="..\..\..\demos\gtk-demo\application.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\..\demos\gtk-demo\appwindow.c">
|
<ClCompile Include="..\..\..\demos\gtk-demo\appwindow.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|||||||
@ -160,6 +160,7 @@
|
|||||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||||
>
|
>
|
||||||
|
<File RelativePath="..\..\..\demos\gtk-demo\application.c" />
|
||||||
<File RelativePath="..\..\..\demos\gtk-demo\appwindow.c" />
|
<File RelativePath="..\..\..\demos\gtk-demo\appwindow.c" />
|
||||||
<File RelativePath="..\..\..\demos\gtk-demo\assistant.c" />
|
<File RelativePath="..\..\..\demos\gtk-demo\assistant.c" />
|
||||||
<File RelativePath="..\..\..\demos\gtk-demo\builder.c" />
|
<File RelativePath="..\..\..\demos\gtk-demo\builder.c" />
|
||||||
|
|||||||
Reference in New Issue
Block a user