Missing framemanager.cpp to wxExtendLib project added

This commit is contained in:
Simon Rozman 2016-10-24 10:27:47 +02:00
parent 525f24674e
commit 8f748c8c17
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<ClCompile Include="..\src\appbar.cpp" /> <ClCompile Include="..\src\appbar.cpp" />
<ClCompile Include="..\src\comutils.cpp" /> <ClCompile Include="..\src\comutils.cpp" />
<ClCompile Include="..\src\crypto.cpp" /> <ClCompile Include="..\src\crypto.cpp" />
<ClCompile Include="..\src\framemanager.cpp" />
<ClCompile Include="..\src\hex.cpp" /> <ClCompile Include="..\src\hex.cpp" />
<ClCompile Include="..\src\stdafx.cpp"> <ClCompile Include="..\src\stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>

View File

@ -49,6 +49,9 @@
<ClCompile Include="..\src\valnet.cpp"> <ClCompile Include="..\src\valnet.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\src\framemanager.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\src\stdafx.h"> <ClInclude Include="..\src\stdafx.h">