diff options
| author | daco65 <daco65@gmail.com> | 2009-03-07 00:29:45 +0000 |
|---|---|---|
| committer | daco65 <daco65@gmail.com> | 2009-03-07 00:29:45 +0000 |
| commit | 68ca9b87f9cc000e5b14df718007ef52c6470834 (patch) | |
| tree | 7cfa3a677f81b063662dbe4c2c17ba963544bd1b /Source/Core | |
| parent | 95cf4cd86b98b9290215c5832583b830a3d88b99 (diff) | |
added the gbapipe.cpp & header to the core project file
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2581 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Core.vcproj | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj index f4bcec8d88..da39230861 100644 --- a/Source/Core/Core/Core.vcproj +++ b/Source/Core/Core/Core.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="Core"
ProjectGUID="{F0B874CB-4476-4199-9315-8343D05AE684}"
RootNamespace="Core"
@@ -656,6 +656,14 @@ >
</File>
<File
+ RelativePath=".\Src\HW\GBAPipe.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\HW\GBAPipe.h"
+ >
+ </File>
+ <File
RelativePath=".\Src\Hw\HW.cpp"
>
</File>
|
