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

Side by Side Diff: windows/ns-3-dev/csma-layout/csma-layout.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>{E7ED077F-3D0F-4AAD-8599-9DC3AADAE69C}</ProjectGuid>
15 <RootNamespace>csmalayout</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\csma-layout\model\*.h" "$(Solutio nDir)\headers\ns3"</Command>
54 </PostBuildEvent>
55 </ItemDefinitionGroup>
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
57 <ClCompile>
58 <WarningLevel>Level3</WarningLevel>
59 <Optimization>MaxSpeed</Optimization>
60 <FunctionLevelLinking>true</FunctionLevelLinking>
61 <IntrinsicFunctions>true</IntrinsicFunctions>
62 </ClCompile>
63 <Link>
64 <GenerateDebugInformation>true</GenerateDebugInformation>
65 <EnableCOMDATFolding>true</EnableCOMDATFolding>
66 <OptimizeReferences>true</OptimizeReferences>
67 </Link>
68 </ItemDefinitionGroup>
69 <ItemGroup>
70 <ClCompile Include="..\..\..\src\csma-layout\model\csma-star-helper.cc" />
71 </ItemGroup>
72 <ItemGroup>
73 <ClInclude Include="..\..\..\src\csma-layout\model\csma-star-helper.h" />
74 </ItemGroup>
75 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
76 <ImportGroup Label="ExtensionTargets">
77 </ImportGroup>
78 </Project>
OLDNEW
« no previous file with comments | « windows/ns-3-dev/core/core.vcxproj.filters ('k') | windows/ns-3-dev/csma-layout/csma-layout.vcxproj.filters » ('j') | no next file with comments »

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