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

Side by Side Diff: windows/ns-3-dev/dsr/dsr.vcxproj

Issue 8932044: Minimum changes needed to support ns-3 on Visual Studio 2012
Patch Set: Created 10 years, 11 months ago
Left:
Right:
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 unified diff | Download patch
« no previous file with comments | « windows/ns-3-dev/dsdn/dsdn.vcxproj.filters ('k') | windows/ns-3-dev/dsr/dsr.vcxproj.filters » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{EB0A5E32-948D-452A-A581-19F04BCA1AAC}</ProjectGuid>
15 <RootNamespace>dsr</RootNamespace>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration">
19 <ConfigurationType>StaticLibrary</ConfigurationType>
20 <UseDebugLibraries>true</UseDebugLibraries>
21 <PlatformToolset>v110</PlatformToolset>
22 <CharacterSet>MultiByte</CharacterSet>
23 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
25 <ConfigurationType>Application</ConfigurationType>
26 <UseDebugLibraries>false</UseDebugLibraries>
27 <PlatformToolset>v110</PlatformToolset>
28 <WholeProgramOptimization>true</WholeProgramOptimization>
29 <CharacterSet>MultiByte</CharacterSet>
30 </PropertyGroup>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
33 </ImportGroup>
34 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug|Win32'">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
36 </ImportGroup>
37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release|Win32'">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
39 </ImportGroup>
40 <PropertyGroup Label="UserMacros" />
41 <PropertyGroup />
42 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
43 <ClCompile>
44 <WarningLevel>Level3</WarningLevel>
45 <Optimization>Disabled</Optimization>
46 <AdditionalIncludeDirectories>$(SolutionDir)\headers;</AdditionalIncludeDi rectories>
47 <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);WIN32</Preproces sorDefinitions>
48 </ClCompile>
49 <Link>
50 <GenerateDebugInformation>true</GenerateDebugInformation>
51 </Link>
52 <PostBuildEvent>
53 <Command>copy "$(SolutionDir)\..\..\src\dsr\model\*.h" "$(SolutionDir)\he aders\ns3"
54 copy "$(SolutionDir)\..\..\src\dsr\helper\*.h" "$(SolutionDir)\headers\ns3"</Co mmand>
55 </PostBuildEvent>
56 </ItemDefinitionGroup>
57 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
58 <ClCompile>
59 <WarningLevel>Level3</WarningLevel>
60 <Optimization>MaxSpeed</Optimization>
61 <FunctionLevelLinking>true</FunctionLevelLinking>
62 <IntrinsicFunctions>true</IntrinsicFunctions>
63 </ClCompile>
64 <Link>
65 <GenerateDebugInformation>true</GenerateDebugInformation>
66 <EnableCOMDATFolding>true</EnableCOMDATFolding>
67 <OptimizeReferences>true</OptimizeReferences>
68 </Link>
69 </ItemDefinitionGroup>
70 <ItemGroup>
71 <ClCompile Include="..\..\..\src\dsr\helper\dsr-helper.cc" />
72 <ClCompile Include="..\..\..\src\dsr\helper\dsr-main-helper.cc" />
73 <ClCompile Include="..\..\..\src\dsr\model\dsr-errorbuff.cc" />
74 <ClCompile Include="..\..\..\src\dsr\model\dsr-fs-header.cc" />
75 <ClCompile Include="..\..\..\src\dsr\model\dsr-gratuitous-reply-table.cc" />
76 <ClCompile Include="..\..\..\src\dsr\model\dsr-maintain-buff.cc" />
77 <ClCompile Include="..\..\..\src\dsr\model\dsr-network-queue.cc" />
78 <ClCompile Include="..\..\..\src\dsr\model\dsr-option-header.cc" />
79 <ClCompile Include="..\..\..\src\dsr\model\dsr-options.cc" />
80 <ClCompile Include="..\..\..\src\dsr\model\dsr-passive-buff.cc" />
81 <ClCompile Include="..\..\..\src\dsr\model\dsr-rcache.cc" />
82 <ClCompile Include="..\..\..\src\dsr\model\dsr-routing.cc" />
83 <ClCompile Include="..\..\..\src\dsr\model\dsr-rreq-table.cc" />
84 <ClCompile Include="..\..\..\src\dsr\model\dsr-rsendbuff.cc" />
85 </ItemGroup>
86 <ItemGroup>
87 <ClInclude Include="..\..\..\src\dsr\helper\dsr-helper.h" />
88 <ClInclude Include="..\..\..\src\dsr\helper\dsr-main-helper.h" />
89 <ClInclude Include="..\..\..\src\dsr\model\dsr-errorbuff.h" />
90 <ClInclude Include="..\..\..\src\dsr\model\dsr-fs-header.h" />
91 <ClInclude Include="..\..\..\src\dsr\model\dsr-gratuitous-reply-table.h" />
92 <ClInclude Include="..\..\..\src\dsr\model\dsr-maintain-buff.h" />
93 <ClInclude Include="..\..\..\src\dsr\model\dsr-network-queue.h" />
94 <ClInclude Include="..\..\..\src\dsr\model\dsr-option-header.h" />
95 <ClInclude Include="..\..\..\src\dsr\model\dsr-options.h" />
96 <ClInclude Include="..\..\..\src\dsr\model\dsr-passive-buff.h" />
97 <ClInclude Include="..\..\..\src\dsr\model\dsr-rcache.h" />
98 <ClInclude Include="..\..\..\src\dsr\model\dsr-routing.h" />
99 <ClInclude Include="..\..\..\src\dsr\model\dsr-rreq-table.h" />
100 <ClInclude Include="..\..\..\src\dsr\model\dsr-rsendbuff.h" />
101 </ItemGroup>
102 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103 <ImportGroup Label="ExtensionTargets">
104 </ImportGroup>
105 </Project>
OLDNEW
« no previous file with comments | « windows/ns-3-dev/dsdn/dsdn.vcxproj.filters ('k') | windows/ns-3-dev/dsr/dsr.vcxproj.filters » ('j') | no next file with comments »

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