| 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 |
<ProjectGuid>{AEE091F7-3D56-4AFF-A0A4-0FC76072AE65}</ProjectGuid> |
| 15 |
<RootNamespace>NyxDatabaseTest</RootNamespace> |
| 16 |
</PropertyGroup> |
| 17 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 18 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 19 |
<ConfigurationType>Application</ConfigurationType> |
| 20 |
<UseDebugLibraries>true</UseDebugLibraries> |
| 21 |
<CharacterSet>Unicode</CharacterSet> |
| 22 |
</PropertyGroup> |
| 23 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 24 |
<ConfigurationType>Application</ConfigurationType> |
| 25 |
<UseDebugLibraries>false</UseDebugLibraries> |
| 26 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
| 27 |
<CharacterSet>MultiByte</CharacterSet> |
| 28 |
</PropertyGroup> |
| 29 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 30 |
<ImportGroup Label="ExtensionSettings"> |
| 31 |
</ImportGroup> |
| 32 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 33 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 34 |
</ImportGroup> |
| 35 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 36 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 37 |
</ImportGroup> |
| 38 |
<PropertyGroup Label="UserMacros" /> |
| 39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 40 |
<OutDir>../Bin/Debug/</OutDir> |
| 41 |
</PropertyGroup> |
| 42 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 43 |
<TargetName>$(ProjectName)_d</TargetName> |
| 44 |
</PropertyGroup> |
| 45 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 46 |
<ClCompile> |
| 47 |
<WarningLevel>Level3</WarningLevel> |
| 48 |
<Optimization>Disabled</Optimization> |
| 49 |
<PreprocessorDefinitions>UNICODE</PreprocessorDefinitions> |
| 50 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 51 |
<AdditionalIncludeDirectories>../Nyx/Source/;</AdditionalIncludeDirectories> |
| 52 |
</ClCompile> |
| 53 |
<Link> |
| 54 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 55 |
<AdditionalLibraryDirectories>../Lib/Debug/</AdditionalLibraryDirectories> |
| 56 |
<AdditionalDependencies>Nyx_MTd.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 57 |
</Link> |
| 58 |
</ItemDefinitionGroup> |
| 59 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 60 |
<ClCompile> |
| 61 |
<WarningLevel>Level3</WarningLevel> |
| 62 |
<Optimization>MaxSpeed</Optimization> |
| 63 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
| 64 |
<IntrinsicFunctions>true</IntrinsicFunctions> |
| 65 |
<AdditionalIncludeDirectories>../Nyx/Source/</AdditionalIncludeDirectories> |
| 66 |
</ClCompile> |
| 67 |
<Link> |
| 68 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 69 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 70 |
<OptimizeReferences>true</OptimizeReferences> |
| 71 |
<AdditionalLibraryDirectories>../Lib/Release/</AdditionalLibraryDirectories> |
| 72 |
<AdditionalDependencies>Nyx_MT.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 73 |
</Link> |
| 74 |
</ItemDefinitionGroup> |
| 75 |
<ItemGroup> |
| 76 |
<ClCompile Include="Main.cpp" /> |
| 77 |
</ItemGroup> |
| 78 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 79 |
<ImportGroup Label="ExtensionTargets"> |
| 80 |
</ImportGroup> |
| 81 |
</Project> |