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>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <Keyword>Win32Proj</Keyword>
15  </PropertyGroup>
16  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
18    <ConfigurationType>Application</ConfigurationType>
19    <UseDebugLibraries>true</UseDebugLibraries>
20  </PropertyGroup>
21  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
22    <ConfigurationType>Application</ConfigurationType>
23    <UseDebugLibraries>false</UseDebugLibraries>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
26  <ImportGroup Label="ExtensionSettings">
27  </ImportGroup>
28  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
29    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
30  </ImportGroup>
31  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
32    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33  </ImportGroup>
34  <PropertyGroup Label="UserMacros" />
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36    <LinkIncremental>true</LinkIncremental>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
39    <LinkIncremental>false</LinkIncremental>
40  </PropertyGroup>
41  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
42    <ClCompile>
43      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;__MSVC__;__NT__;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
44      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
45      <WarningLevel>Level3</WarningLevel>
46      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
47      <Optimization>Disabled</Optimization>
48      <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
49    </ClCompile>
50    <Link>
51      <TargetMachine>MachineX86</TargetMachine>
52      <GenerateDebugInformation>true</GenerateDebugInformation>
53      <SubSystem>Console</SubSystem>
54    </Link>
55  </ItemDefinitionGroup>
56  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
57    <ClCompile>
58      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;__MSVC__;__NT__;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
60      <WarningLevel>Level3</WarningLevel>
61      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
62      <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
63    </ClCompile>
64    <Link>
65      <TargetMachine>MachineX86</TargetMachine>
66      <GenerateDebugInformation>true</GenerateDebugInformation>
67      <SubSystem>Console</SubSystem>
68      <EnableCOMDATFolding>true</EnableCOMDATFolding>
69      <OptimizeReferences>true</OptimizeReferences>
70    </Link>
71  </ItemDefinitionGroup>
72  <ItemGroup>
73    <ClCompile Include="..\..\fidoroute.cpp" />
74  </ItemGroup>
75  <ItemGroup>
76    <None Include="..\msvc9\debug\BuildLog.htm" />
77  </ItemGroup>
78  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
79  <ImportGroup Label="ExtensionTargets">
80  </ImportGroup>
81</Project>