Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1620)

Unified Diff: windows/ns-3-dev/dsdn/dsdn.vcxproj.filters

Issue 8932044: Minimum changes needed to support ns-3 on Visual Studio 2012
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « windows/ns-3-dev/dsdn/dsdn.vcxproj ('k') | windows/ns-3-dev/dsr/dsr.vcxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: windows/ns-3-dev/dsdn/dsdn.vcxproj.filters
===================================================================
new file mode 100644
--- /dev/null
+++ b/windows/ns-3-dev/dsdn/dsdn.vcxproj.filters
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="model">
+ <UniqueIdentifier>{a1bae8c1-aecd-4649-af37-273094abca36}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="helper">
+ <UniqueIdentifier>{99aec592-b6b3-4de2-8911-7430c77b3916}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\..\src\dsdv\model\dsdv-packet.cc">
+ <Filter>model</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\src\dsdv\model\dsdv-packet-queue.cc">
+ <Filter>model</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\src\dsdv\model\dsdv-routing-protocol.cc">
+ <Filter>model</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\src\dsdv\model\dsdv-rtable.cc">
+ <Filter>model</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\..\src\dsdv\helper\dsdv-helper.cc">
+ <Filter>helper</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\..\src\dsdv\model\dsdv-packet.h">
+ <Filter>model</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\..\src\dsdv\model\dsdv-packet-queue.h">
+ <Filter>model</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\..\src\dsdv\model\dsdv-routing-protocol.h">
+ <Filter>model</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\..\src\dsdv\model\dsdv-rtable.h">
+ <Filter>model</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\..\src\dsdv\helper\dsdv-helper.h">
+ <Filter>helper</Filter>
+ </ClInclude>
+ </ItemGroup>
+</Project>
« no previous file with comments | « windows/ns-3-dev/dsdn/dsdn.vcxproj ('k') | windows/ns-3-dev/dsr/dsr.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b