Rev 35 | Rev 37 | Go to most recent revision | 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>{C0F384A2-F93C-4016-8734-DA99406B61AE}</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> |
||
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
||
29 | <TargetName>ifstool</TargetName> |
||
30 | <OutDir>$(SolutionDir)\</OutDir> |
||
31 | </PropertyGroup> |
||
32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
||
33 | <ClCompile> |
||
34 | <WarningLevel>Level3</WarningLevel> |
||
35 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
||
16 | pmbaty | 36 | <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
1 | pmbaty | 37 | <Optimization>Disabled</Optimization> |
26 | pmbaty | 38 | <AdditionalIncludeDirectories>libucl/include;libucl/src;libucl;liblzo</AdditionalIncludeDirectories> |
1 | pmbaty | 39 | </ClCompile> |
40 | <Link> |
||
41 | <SubSystem>Console</SubSystem> |
||
42 | <GenerateDebugInformation>true</GenerateDebugInformation> |
||
36 | pmbaty | 43 | <OutputFile>$(OutDir)$(LlvmPlatformName)-pc-$(TargetPlatformIdentifier.toLower())-msvc-$(TargetName)$(TargetExt)</OutputFile> |
1 | pmbaty | 44 | </Link> |
28 | pmbaty | 45 | <PostBuildEvent> |
46 | <Command>copy /b "$(TargetFileName)" ..\qnx800\host\win64\x86_64\usr\bin\ifstool.exe</Command> |
||
47 | </PostBuildEvent> |
||
48 | <PostBuildEvent> |
||
49 | <Message>Deploying to QNX8 toolchain...</Message> |
||
50 | </PostBuildEvent> |
||
31 | pmbaty | 51 | <PreBuildEvent> |
52 | <Command>make.cmd $(ProjectName)</Command> |
||
53 | </PreBuildEvent> |
||
54 | <PreBuildEvent /> |
||
1 | pmbaty | 55 | </ItemDefinitionGroup> |
56 | <ItemGroup> |
||
16 | pmbaty | 57 | <ClCompile Include="buffer.c" /> |
58 | <ClCompile Include="dump.c" /> |
||
1 | pmbaty | 59 | <ClCompile Include="ifstool.c" /> |
26 | pmbaty | 60 | <ClCompile Include="liblzo\minilzo.c" /> |
61 | <ClCompile Include="liblzo\testmini.c" /> |
||
62 | <ClCompile Include="libucl\src\alloc.c" /> |
||
63 | <ClCompile Include="libucl\src\n2b_99.c" /> |
||
64 | <ClCompile Include="libucl\src\n2b_d.c" /> |
||
65 | <ClCompile Include="libucl\src\n2b_ds.c" /> |
||
66 | <ClCompile Include="libucl\src\n2b_to.c" /> |
||
67 | <ClCompile Include="libucl\src\n2d_99.c" /> |
||
68 | <ClCompile Include="libucl\src\n2d_d.c" /> |
||
69 | <ClCompile Include="libucl\src\n2d_ds.c" /> |
||
70 | <ClCompile Include="libucl\src\n2d_to.c" /> |
||
71 | <ClCompile Include="libucl\src\n2e_99.c" /> |
||
72 | <ClCompile Include="libucl\src\n2e_d.c" /> |
||
73 | <ClCompile Include="libucl\src\n2e_ds.c" /> |
||
74 | <ClCompile Include="libucl\src\n2e_to.c" /> |
||
75 | <ClCompile Include="libucl\src\ucl_crc.c" /> |
||
76 | <ClCompile Include="libucl\src\ucl_init.c" /> |
||
77 | <ClCompile Include="libucl\src\ucl_ptr.c" /> |
||
78 | <ClCompile Include="libucl\src\ucl_str.c" /> |
||
79 | <ClCompile Include="libucl\src\ucl_util.c" /> |
||
16 | pmbaty | 80 | <ClCompile Include="sha512.c" /> |
1 | pmbaty | 81 | </ItemGroup> |
82 | <ItemGroup> |
||
83 | <None Include="ifstool.hsl" /> |
||
26 | pmbaty | 84 | <None Include="libucl\acc\acclib\bele.ch" /> |
85 | <None Include="libucl\acc\acclib\dosalloc.ch" /> |
||
86 | <None Include="libucl\acc\acclib\fnmatch.ch" /> |
||
87 | <None Include="libucl\acc\acclib\getopt.ch" /> |
||
88 | <None Include="libucl\acc\acclib\halloc.ch" /> |
||
89 | <None Include="libucl\acc\acclib\hfread.ch" /> |
||
90 | <None Include="libucl\acc\acclib\hmemcpy.ch" /> |
||
91 | <None Include="libucl\acc\acclib\hread.ch" /> |
||
92 | <None Include="libucl\acc\acclib\hsread.ch" /> |
||
93 | <None Include="libucl\acc\acclib\hstring.ch" /> |
||
94 | <None Include="libucl\acc\acclib\misc.ch" /> |
||
95 | <None Include="libucl\acc\acclib\opendir.ch" /> |
||
96 | <None Include="libucl\acc\acclib\perfctr.ch" /> |
||
97 | <None Include="libucl\acc\acclib\rand.ch" /> |
||
98 | <None Include="libucl\acc\acclib\rdtsc.ch" /> |
||
99 | <None Include="libucl\acc\acclib\uclock.ch" /> |
||
100 | <None Include="libucl\acc\acclib\wildargv.ch" /> |
||
101 | <None Include="libucl\acc\acc_chk.ch" /> |
||
102 | <None Include="libucl\acc\acc_chkr.ch" /> |
||
103 | <None Include="libucl\acc\acc_lib.ch" /> |
||
104 | <None Include="libucl\src\n2_99.ch" /> |
||
105 | <None Include="libucl\src\ucl_dll.ch" /> |
||
106 | <None Include="libucl\src\ucl_mchw.ch" /> |
||
107 | <None Include="libucl\src\ucl_swd.ch" /> |
||
31 | pmbaty | 108 | <None Include="make.cmd" /> |
35 | pmbaty | 109 | <None Include="make.sh" /> |
1 | pmbaty | 110 | </ItemGroup> |
16 | pmbaty | 111 | <ItemGroup> |
112 | <ClInclude Include="buffer.h" /> |
||
113 | <ClInclude Include="elffile.h" /> |
||
114 | <ClInclude Include="ifsfile.h" /> |
||
26 | pmbaty | 115 | <ClInclude Include="liblzo\lzoconf.h" /> |
116 | <ClInclude Include="liblzo\lzodefs.h" /> |
||
117 | <ClInclude Include="liblzo\minilzo.h" /> |
||
118 | <ClInclude Include="libucl\acc\acc.h" /> |
||
119 | <ClInclude Include="libucl\acc\acc_arch.h" /> |
||
120 | <ClInclude Include="libucl\acc\acc_auto.h" /> |
||
121 | <ClInclude Include="libucl\acc\acc_cc.h" /> |
||
122 | <ClInclude Include="libucl\acc\acc_cxx.h" /> |
||
123 | <ClInclude Include="libucl\acc\acc_defs.h" /> |
||
124 | <ClInclude Include="libucl\acc\acc_incd.h" /> |
||
125 | <ClInclude Include="libucl\acc\acc_ince.h" /> |
||
126 | <ClInclude Include="libucl\acc\acc_inci.h" /> |
||
127 | <ClInclude Include="libucl\acc\acc_init.h" /> |
||
128 | <ClInclude Include="libucl\acc\acc_lib.h" /> |
||
129 | <ClInclude Include="libucl\acc\acc_mm.h" /> |
||
130 | <ClInclude Include="libucl\acc\acc_os.h" /> |
||
131 | <ClInclude Include="libucl\acc\acc_type.h" /> |
||
132 | <ClInclude Include="libucl\include\ucl\ucl.h" /> |
||
133 | <ClInclude Include="libucl\include\ucl\uclconf.h" /> |
||
134 | <ClInclude Include="libucl\include\ucl\ucl_asm.h" /> |
||
135 | <ClInclude Include="libucl\src\getbit.h" /> |
||
136 | <ClInclude Include="libucl\src\ucl_conf.h" /> |
||
137 | <ClInclude Include="libucl\src\ucl_ptr.h" /> |
||
16 | pmbaty | 138 | <ClInclude Include="sha512.h" /> |
139 | <ClInclude Include="utility.h" /> |
||
140 | </ItemGroup> |
||
1 | pmbaty | 141 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
142 | <ImportGroup Label="ExtensionTargets"> |
||
143 | </ImportGroup> |
||
144 | </Project> |