Browse code

Added common.props to the in_xsf_framework project.

Naram Qashat authored on 2013/05/09 01:33:20
Showing 2 changed files
... ...
@@ -98,6 +98,9 @@
98 98
     <ClCompile Include="XSFFile.cpp" />
99 99
     <ClCompile Include="XSFPlayer.cpp" />
100 100
   </ItemGroup>
101
+  <ItemGroup>
102
+    <None Include="common.props" />
103
+  </ItemGroup>
101 104
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
102 105
   <ImportGroup Label="ExtensionTargets">
103 106
   </ImportGroup>
... ...
@@ -90,4 +90,7 @@
90 90
       <Filter>Source Files</Filter>
91 91
     </ClCompile>
92 92
   </ItemGroup>
93
+  <ItemGroup>
94
+    <None Include="common.props" />
95
+  </ItemGroup>
93 96
 </Project>
94 97
\ No newline at end of file