diff options
author | Arnon Gilboa <agilboa@redhat.com> | 2012-11-27 16:39:48 +0200 |
---|---|---|
committer | Arnon Gilboa <agilboa@redhat.com> | 2012-12-09 11:33:25 +0200 |
commit | f79485aeeef594d05a3bac335870953d4aa715e3 (patch) | |
tree | 5fbd6d865759c3fb3ae21fc2fd973e150be90d86 /vdagent | |
parent | f1873dfa9b5077d54a3ca6597eaeef9ff8e77684 (diff) |
vdagent: remove vdi_port from vcproj
Diffstat (limited to 'vdagent')
-rw-r--r-- | vdagent/vdagent.vcproj | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/vdagent/vdagent.vcproj b/vdagent/vdagent.vcproj index b99297e..5e7bb43 100644 --- a/vdagent/vdagent.vcproj +++ b/vdagent/vdagent.vcproj @@ -350,25 +350,13 @@ >
</File>
<File
- RelativePath=".\pci_vdi_port.cpp"
- >
- </File>
- <File
RelativePath=".\vdagent.cpp"
>
</File>
<File
- RelativePath=".\vdi_port.cpp"
- >
- </File>
- <File
RelativePath="..\common\vdlog.cpp"
>
</File>
- <File
- RelativePath=".\virtio_vdi_port.cpp"
- >
- </File>
</Filter>
<Filter
Name="Header Files"
@@ -384,10 +372,6 @@ >
</File>
<File
- RelativePath=".\pci_vdi_port.h"
- >
- </File>
- <File
RelativePath=".\resource.h"
>
</File>
@@ -396,17 +380,9 @@ >
</File>
<File
- RelativePath=".\vdi_port.h"
- >
- </File>
- <File
RelativePath="..\common\vdlog.h"
>
</File>
- <File
- RelativePath=".\virtio_vdi_port.h"
- >
- </File>
</Filter>
<Filter
Name="Resource Files"
|