1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.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>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{6A729FAF-D757-4699-8BB4-CF48B2F4BC20}</ProjectGuid>
15 <RootNamespace>LoggingTest1</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 <CharacterSet>Unicode</CharacterSet>
22 <WholeProgramOptimization>true</WholeProgramOptimization>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25 <ConfigurationType>Application</ConfigurationType>
26 <CharacterSet>Unicode</CharacterSet>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <PropertyGroup Label="UserMacros" />
39 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
42 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
43 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49 <Optimization>Disabled</Optimization>
50 <AdditionalIncludeDirectories>..\..\..\..\Source\Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
51 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;NPT_CONFIG_ENABLE_LOGGING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
52 <MinimalRebuild>true</MinimalRebuild>
53 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
54 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
57 <WarningLevel>Level3</WarningLevel>
58 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
61 <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
62 <GenerateDebugInformation>true</GenerateDebugInformation>
63 <SubSystem>Console</SubSystem>
64 <TargetMachine>MachineX86</TargetMachine>
66 </ItemDefinitionGroup>
67 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <AdditionalIncludeDirectories>..\..\..\..\Source\Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
70 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;NPT_CONFIG_ENABLE_LOGGING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
74 <WarningLevel>Level3</WarningLevel>
75 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
78 <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
79 <GenerateDebugInformation>true</GenerateDebugInformation>
80 <SubSystem>Console</SubSystem>
81 <OptimizeReferences>true</OptimizeReferences>
82 <EnableCOMDATFolding>true</EnableCOMDATFolding>
83 <TargetMachine>MachineX86</TargetMachine>
85 </ItemDefinitionGroup>
87 <ClCompile Include="..\..\..\..\Source\Tests\Logging1\LoggingTest1.cpp" />
90 <ProjectReference Include="..\Neptune\Neptune.vcxproj">
91 <Project>{12aff2e5-6d95-4809-9728-9551677c078a}</Project>
92 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
95 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
96 <ImportGroup Label="ExtensionTargets">