Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/msvc/icons.vcxproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134 - (show annotations) (download)
Thu Apr 19 18:47:13 2018 UTC (5 years, 11 months ago) by z0rac
File size: 5063 byte(s)


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="Icons|Win32">
5 <Configuration>Icons</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Icons|x64">
9 <Configuration>Icons</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{7200AD75-CA09-46D9-B54C-AE7C542986D5}</ProjectGuid>
15 <RootNamespace>icons</RootNamespace>
16 <Keyword>MakeFileProj</Keyword>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'" Label="Configuration">
20 <ConfigurationType>Makefile</ConfigurationType>
21 <PlatformToolset>v141_xp</PlatformToolset>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Icons|x64'" Label="Configuration">
24 <ConfigurationType>Makefile</ConfigurationType>
25 <PlatformToolset>v141_xp</PlatformToolset>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
28 <ImportGroup Label="ExtensionSettings">
29 </ImportGroup>
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'" Label="PropertySheets">
31 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32 </ImportGroup>
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Icons|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 <PropertyGroup Label="UserMacros" />
37 <PropertyGroup>
38 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
39 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">icons.bat $(OutDir) build x86 simple</NMakeBuildCommandLine>
40 <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">icons.bat $(OutDir) build x64 simple</NMakeBuildCommandLine>
41 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">icons.bat $(OutDir) build x86 simple</NMakeReBuildCommandLine>
42 <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">icons.bat $(OutDir) build x64 simple</NMakeReBuildCommandLine>
43 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">icons.bat $(OutDir) clean simple</NMakeCleanCommandLine>
44 <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">icons.bat $(OutDir) clean simple</NMakeCleanCommandLine>
45 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
46 <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
47 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
48 <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
49 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
50 <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
51 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
52 <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
53 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
54 <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
55 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Icons|Win32'">simple.ico</NMakeOutput>
56 <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Icons|x64'">simple.ico</NMakeOutput>
57 </PropertyGroup>
58 <ItemDefinitionGroup>
59 </ItemDefinitionGroup>
60 <ItemGroup>
61 <None Include="..\icons\simple\empty.ico" />
62 <None Include="..\icons\simple\exist.ico" />
63 <None Include="..\icons\simple\fetch.ico" />
64 </ItemGroup>
65 <ItemGroup>
66 <ResourceCompile Include="..\icons\simple.rc" />
67 </ItemGroup>
68 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
69 <ImportGroup Label="ExtensionTargets">
70 </ImportGroup>
71 </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26