|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="debug|x64"> |
| 5 | + <Configuration>debug</Configuration> |
| 6 | + <Platform>x64</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="release|x64"> |
| 9 | + <Configuration>release</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + </ItemGroup> |
| 13 | + <PropertyGroup Label="Globals"> |
| 14 | + <ProjectGuid>{4C94880B-B89D-887C-4119-9F7CAD21947C}</ProjectGuid> |
| 15 | + <RootNamespace>net</RootNamespace> |
| 16 | + <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 17 | + <Keyword>Win32Proj</Keyword> |
| 18 | + </PropertyGroup> |
| 19 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 20 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> |
| 21 | + <ConfigurationType>Application</ConfigurationType> |
| 22 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 23 | + <PlatformToolset>v140</PlatformToolset> |
| 24 | + </PropertyGroup> |
| 25 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> |
| 26 | + <ConfigurationType>Application</ConfigurationType> |
| 27 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 28 | + <PlatformToolset>v140</PlatformToolset> |
| 29 | + </PropertyGroup> |
| 30 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 31 | + <ImportGroup Label="ExtensionSettings"> |
| 32 | + </ImportGroup> |
| 33 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets"> |
| 34 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 35 | + </ImportGroup> |
| 36 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="PropertySheets"> |
| 37 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 38 | + </ImportGroup> |
| 39 | + <PropertyGroup Label="UserMacros" /> |
| 40 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> |
| 41 | + <OutDir>..\bin\</OutDir> |
| 42 | + <IntDir>obj\x64\debug\</IntDir> |
| 43 | + <TargetName>net-d</TargetName> |
| 44 | + <TargetExt>.exe</TargetExt> |
| 45 | + <LinkIncremental>true</LinkIncremental> |
| 46 | + </PropertyGroup> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> |
| 48 | + <OutDir>..\bin\</OutDir> |
| 49 | + <IntDir>obj\x64\release\</IntDir> |
| 50 | + <TargetName>net</TargetName> |
| 51 | + <TargetExt>.exe</TargetExt> |
| 52 | + <LinkIncremental>false</LinkIncremental> |
| 53 | + </PropertyGroup> |
| 54 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> |
| 55 | + <ClCompile> |
| 56 | + <AdditionalOptions> %(AdditionalOptions)</AdditionalOptions> |
| 57 | + <Optimization>Disabled</Optimization> |
| 58 | + <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 59 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 60 | + <MinimalRebuild>false</MinimalRebuild> |
| 61 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 62 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 63 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 64 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 65 | + <PrecompiledHeader></PrecompiledHeader> |
| 66 | + <WarningLevel>Level3</WarningLevel> |
| 67 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 68 | + <ProgramDataBaseFileName>$(OutDir)net-d.pdb</ProgramDataBaseFileName> |
| 69 | + </ClCompile> |
| 70 | + <ResourceCompile> |
| 71 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 72 | + <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 73 | + </ResourceCompile> |
| 74 | + <Link> |
| 75 | + <SubSystem>Console</SubSystem> |
| 76 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 77 | + <OutputFile>$(OutDir)net-d.exe</OutputFile> |
| 78 | + <EntryPointSymbol>mainCRTStartup</EntryPointSymbol> |
| 79 | + <TargetMachine>MachineX64</TargetMachine> |
| 80 | + </Link> |
| 81 | + </ItemDefinitionGroup> |
| 82 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> |
| 83 | + <ClCompile> |
| 84 | + <AdditionalOptions> %(AdditionalOptions)</AdditionalOptions> |
| 85 | + <Optimization>Full</Optimization> |
| 86 | + <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 87 | + <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 88 | + <MinimalRebuild>false</MinimalRebuild> |
| 89 | + <StringPooling>true</StringPooling> |
| 90 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 91 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 92 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 93 | + <PrecompiledHeader></PrecompiledHeader> |
| 94 | + <WarningLevel>Level3</WarningLevel> |
| 95 | + <DebugInformationFormat></DebugInformationFormat> |
| 96 | + </ClCompile> |
| 97 | + <ResourceCompile> |
| 98 | + <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 99 | + <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 100 | + </ResourceCompile> |
| 101 | + <Link> |
| 102 | + <SubSystem>Console</SubSystem> |
| 103 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 104 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 105 | + <OptimizeReferences>true</OptimizeReferences> |
| 106 | + <OutputFile>$(OutDir)net.exe</OutputFile> |
| 107 | + <EntryPointSymbol>mainCRTStartup</EntryPointSymbol> |
| 108 | + <TargetMachine>MachineX64</TargetMachine> |
| 109 | + </Link> |
| 110 | + </ItemDefinitionGroup> |
| 111 | + <ItemGroup> |
| 112 | + <ClInclude Include="..\include\network.hh" /> |
| 113 | + </ItemGroup> |
| 114 | + <ItemGroup> |
| 115 | + <ClCompile Include="..\src\layer.cc"> |
| 116 | + <ObjectFileName>$(IntDir)src\</ObjectFileName> |
| 117 | + </ClCompile> |
| 118 | + <ClCompile Include="..\src\link.cc"> |
| 119 | + <ObjectFileName>$(IntDir)src\</ObjectFileName> |
| 120 | + </ClCompile> |
| 121 | + <ClCompile Include="..\src\main.cc"> |
| 122 | + <ObjectFileName>$(IntDir)src\</ObjectFileName> |
| 123 | + </ClCompile> |
| 124 | + <ClCompile Include="..\src\network.cc"> |
| 125 | + <ObjectFileName>$(IntDir)src\</ObjectFileName> |
| 126 | + </ClCompile> |
| 127 | + <ClCompile Include="..\src\node.cc"> |
| 128 | + <ObjectFileName>$(IntDir)src\</ObjectFileName> |
| 129 | + </ClCompile> |
| 130 | + </ItemGroup> |
| 131 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 132 | + <ImportGroup Label="ExtensionTargets"> |
| 133 | + </ImportGroup> |
| 134 | +</Project> |
0 commit comments