diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-19 03:13:56 +1100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-19 04:13:33 +1100 |
commit | b22ae7b89f7993f632e10e18c116f293f314575f (patch) | |
tree | 03161ccff78d3c9353e860e5cd9b74b84d07810b /libpit/libpit.vcxproj.filters | |
parent | 39b48f2357b0b783815be88031b738376fa228e0 (diff) | |
download | external_heimdall-b22ae7b89f7993f632e10e18c116f293f314575f.zip external_heimdall-b22ae7b89f7993f632e10e18c116f293f314575f.tar.gz external_heimdall-b22ae7b89f7993f632e10e18c116f293f314575f.tar.bz2 |
Removed autotools and VS files, and standardised source dir naming
Diffstat (limited to 'libpit/libpit.vcxproj.filters')
-rw-r--r-- | libpit/libpit.vcxproj.filters | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libpit/libpit.vcxproj.filters b/libpit/libpit.vcxproj.filters deleted file mode 100644 index c9ea499..0000000 --- a/libpit/libpit.vcxproj.filters +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup> - <Filter Include="Source"> - <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> - <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> - </Filter> - </ItemGroup> - <ItemGroup> - <ClInclude Include="Source\libpit.h"> - <Filter>Source</Filter> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="Source\libpit.cpp"> - <Filter>Source</Filter> - </ClCompile> - </ItemGroup> -</Project>
\ No newline at end of file |