Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1 | Rev 2 | ||
|---|---|---|---|
| Line 22... | Line 22... | ||
| 22 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 22 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
| 23 | </ImportGroup> | 23 | </ImportGroup> | 
| 24 | <PropertyGroup Label="UserMacros" /> | 24 | <PropertyGroup Label="UserMacros" /> | 
| 25 | <PropertyGroup> | 25 | <PropertyGroup> | 
| 26 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | 26 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | 
| - | 27 | </PropertyGroup> | |
| - | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| - | 29 | <TargetName>gcc</TargetName> | |
| - | 30 | <OutDir>$(SolutionDir)\</OutDir> | |
| 27 | </PropertyGroup> | 31 | </PropertyGroup> | 
| 28 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
| 29 | <ClCompile> | 33 | <ClCompile> | 
| 30 | <WarningLevel>Level3</WarningLevel> | 34 | <WarningLevel>Level3</WarningLevel> | 
| 31 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 35 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
| - | 36 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 32 | </ClCompile> | 37 | </ClCompile> | 
| 33 | <Link> | 38 | <Link> | 
| 34 | <SubSystem>Console</SubSystem> | 39 | <SubSystem>Console</SubSystem> | 
| 35 | <GenerateDebugInformation>false</GenerateDebugInformation> | 40 | <GenerateDebugInformation>false</GenerateDebugInformation> | 
| 36 | </Link> | 41 | </Link> |