Added common.props to the in_xsf_framework project.
--- a/src/in_xsf_framework/in_xsf_framework.vcxproj
+++ b/src/in_xsf_framework/in_xsf_framework.vcxproj
@@ -98,6 +98,9 @@
<ClCompile Include="XSFFile.cpp" />
<ClCompile Include="XSFPlayer.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="common.props" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
--- a/src/in_xsf_framework/in_xsf_framework.vcxproj.filters
+++ b/src/in_xsf_framework/in_xsf_framework.vcxproj.filters
@@ -90,4 +90,7 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <None Include="common.props" />
+ </ItemGroup>
</Project>