This commit is contained in:
2015-10-15 01:25:57 +02:00
parent 22960ae925
commit 6c7beb2fd9
6 changed files with 99 additions and 28 deletions

View File

@@ -135,6 +135,12 @@
<ClInclude Include="..\..\src\fileutil.h" />
<ClInclude Include="..\..\src\util.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" />
</ItemGroup>
<ItemGroup>
<Text Include="..\..\LICENSE.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -51,4 +51,10 @@
<Filter>Archivos de encabezado</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" />
</ItemGroup>
<ItemGroup>
<Text Include="..\..\LICENSE.txt" />
</ItemGroup>
</Project>