Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 1 | pmbaty | 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="Release|x64"> | ||
| 5 | <Configuration>Release</Configuration> | ||
| 6 | <Platform>x64</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | </ItemGroup> | ||
| 9 | <PropertyGroup Label="Globals"> | ||
| 10 | <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> | ||
| 11 |     <ProjectGuid>{4F98BC89-C780-4EE5-9AA6-332D7096E4E1}</ProjectGuid> | ||
| 12 | </PropertyGroup> | ||
| 13 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 14 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 15 | <CharacterSet>MultiByte</CharacterSet> | ||
| 16 | <PlatformToolset>v142</PlatformToolset> | ||
| 17 | </PropertyGroup> | ||
| 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 19 | <ImportGroup Label="ExtensionSettings"> | ||
| 20 | </ImportGroup> | ||
| 21 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 22 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 23 | </ImportGroup> | ||
| 24 | <PropertyGroup Label="UserMacros" /> | ||
| 25 | <PropertyGroup> | ||
| 26 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | ||
| 27 | </PropertyGroup> | ||
| 2 | pmbaty | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| 29 | <TargetName>gcc</TargetName> | ||
| 30 | <OutDir>$(SolutionDir)\</OutDir> | ||
| 31 | </PropertyGroup> | ||
| 1 | pmbaty | 32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| 33 | <ClCompile> | ||
| 34 | <WarningLevel>Level3</WarningLevel> | ||
| 35 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 2 | pmbaty | 36 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| 1 | pmbaty | 37 | </ClCompile> | 
| 38 | <Link> | ||
| 39 | <SubSystem>Console</SubSystem> | ||
| 40 | <GenerateDebugInformation>false</GenerateDebugInformation> | ||
| 41 | </Link> | ||
| 42 | </ItemDefinitionGroup> | ||
| 43 | <ItemGroup> | ||
| 44 | <ClCompile Include="linkerdriver.c" /> | ||
| 45 | </ItemGroup> | ||
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 47 | <ImportGroup Label="ExtensionTargets"> | ||
| 48 | </ImportGroup> | ||
| 49 | </Project> |