[Project64] Add appinit to vs2008 project
This commit is contained in:
parent
89b197be43
commit
7b10bc6725
|
@ -145,6 +145,10 @@
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\AppInit.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\Logging.cpp"
|
RelativePath=".\Logging.cpp"
|
||||||
>
|
>
|
||||||
|
@ -797,6 +801,10 @@
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
Filter="h;hpp;hxx;hm;inl"
|
Filter="h;hpp;hxx;hm;inl"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\AppInit.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\Logging.h"
|
RelativePath=".\Logging.h"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue