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

Side by Side Diff: windows/ns-3-dev/csma/csma.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
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>{3F443112-28F5-4454-830C-55D8A49CDCB9}</ProjectGuid>
15 <RootNamespace>csma</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</AdditionalIncludeDir ectories>
47 <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);WIN32</Preproces sorDefinitions>
48 </ClCompile>
49 <Link>
50 <GenerateDebugInformation>true</GenerateDebugInformation>
51 </Link>
52 <PostBuildEvent>
53 <Command>copy "$(SolutionDir)\..\..\src\csma\model\*.h" "$(SolutionDir)\h eaders\ns3"
54 copy "$(SolutionDir)\..\..\src\csma\helper\*.h" "$(SolutionDir)\headers\ns3"</C ommand>
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\csma\helper\csma-helper.cc" />
72 <ClCompile Include="..\..\..\src\csma\model\backoff.cc" />
73 <ClCompile Include="..\..\..\src\csma\model\csma-channel.cc" />
74 <ClCompile Include="..\..\..\src\csma\model\csma-net-device.cc" />
75 </ItemGroup>
76 <ItemGroup>
77 <ClInclude Include="..\..\..\src\csma\helper\csma-helper.h" />
78 <ClInclude Include="..\..\..\src\csma\model\backoff.h" />
79 <ClInclude Include="..\..\..\src\csma\model\csma-channel.h" />
80 <ClInclude Include="..\..\..\src\csma\model\csma-net-device.h" />
81 </ItemGroup>
82 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
83 <ImportGroup Label="ExtensionTargets">
84 </ImportGroup>
85 </Project>
OLDNEW
« no previous file with comments | « windows/ns-3-dev/csma-layout/csma-layout.vcxproj.filters ('k') | windows/ns-3-dev/csma/csma.vcxproj.filters » ('j') | no next file with comments »

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