diff options
author | pixel <pixel> | 2005-11-13 13:43:20 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-11-13 13:43:20 +0000 |
commit | d51d35a379cb3e01ade8410e87147bd71b2dbf9b (patch) | |
tree | 93f984051d04b26b6cb9b3a97c49790b3333fe95 /MSVC/CD-Tool | |
parent | cf6fa52a70b54370c1759d436aeab288d37ff4d8 (diff) |
Fixing various stuff, especially DVD reading.
Diffstat (limited to 'MSVC/CD-Tool')
-rw-r--r-- | MSVC/CD-Tool/CD-Tool.vcproj | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/MSVC/CD-Tool/CD-Tool.vcproj b/MSVC/CD-Tool/CD-Tool.vcproj index 957649f..746136f 100644 --- a/MSVC/CD-Tool/CD-Tool.vcproj +++ b/MSVC/CD-Tool/CD-Tool.vcproj @@ -178,16 +178,10 @@ <References> </References> <Files> - <Filter - Name="Sources" - Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + <File + RelativePath="..\..\cd-tool.cpp" > - <File - RelativePath="..\..\cd-tool.cpp" - > - </File> - </Filter> + </File> </Files> <Globals> </Globals> |