mirror of
https://github.com/pbatard/rufus.git
synced 2026-07-09 06:55:39 +00:00
27 lines
No EOL
871 B
XML
27 lines
No EOL
871 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<Filter Include="Source Files">
|
|
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
|
<Extensions>cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
|
</Filter>
|
|
<Filter Include="Resources">
|
|
<UniqueIdentifier>{e9f75410-9e5d-4ea8-b75a-0c45bb23e331}</UniqueIdentifier>
|
|
</Filter>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include=".\setup.c">
|
|
<Filter>Source Files</Filter>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="setup.rc">
|
|
<Filter>Resources</Filter>
|
|
</ResourceCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="resource.h">
|
|
<Filter>Source Files</Filter>
|
|
</ClInclude>
|
|
</ItemGroup>
|
|
</Project> |