]>
Commit | Line | Data |
---|---|---|
2ca993e8 | 1 | <?xml version="1.0" encoding="utf-8"?> |
f3c0d7a5 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2ca993e8 A |
3 | <PropertyGroup Label="Globals"> |
4 | <ProjectGuid>{92580BF4-F4DA-4024-B3F8-444F982BC72F}</ProjectGuid> | |
5 | </PropertyGroup> | |
0f5d89e8 | 6 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
7 | <ConfigurationType>Application</ConfigurationType> |
8 | <UseOfMfc>false</UseOfMfc> | |
9 | <CharacterSet>MultiByte</CharacterSet> | |
2ca993e8 | 10 | </PropertyGroup> |
3d1f044b A |
11 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
12 | <!-- The following import will include the 'default' configuration options for VS projects. --> | |
13 | <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" /> | |
2ca993e8 A |
14 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
15 | <ImportGroup Label="ExtensionSettings"> | |
16 | </ImportGroup> | |
17 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
18 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
19 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
20 | </ImportGroup> | |
21 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
22 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
23 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
24 | </ImportGroup> | |
25 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
26 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
27 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
28 | </ImportGroup> | |
29 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
30 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
31 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
32 | </ImportGroup> | |
33 | <PropertyGroup Label="UserMacros" /> | |
34 | <PropertyGroup> | |
35 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
36 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> | |
37 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
38 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
39 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
40 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
41 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
42 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
43 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
44 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
45 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
46 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
47 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
48 | </PropertyGroup> | |
0f5d89e8 A |
49 | <!-- Options that are common to *all* project configurations --> |
50 | <ItemDefinitionGroup> | |
51 | <ClCompile> | |
52 | <AdditionalIncludeDirectories>../../../include;../../tools/toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
53 | <WarningLevel>Level3</WarningLevel> | |
54 | </ClCompile> | |
55 | </ItemDefinitionGroup> | |
2ca993e8 A |
56 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
57 | <Midl> | |
58 | <TypeLibraryName>.\x86\Release/uresb.tlb</TypeLibraryName> | |
59 | </Midl> | |
60 | <ClCompile> | |
61 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
2ca993e8 A |
62 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
63 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 A |
64 | <PrecompiledHeader> |
65 | </PrecompiledHeader> | |
66 | <PrecompiledHeaderOutputFile>.\x86\Release/uresb.pch</PrecompiledHeaderOutputFile> | |
67 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
68 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
69 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
70 | <CompileAs>Default</CompileAs> |
71 | </ClCompile> | |
72 | <ResourceCompile> | |
2ca993e8 A |
73 | <Culture>0x0c1a</Culture> |
74 | </ResourceCompile> | |
75 | <Link> | |
76 | <AdditionalDependencies>icuuc.lib;icuio.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
77 | <OutputFile>.\x86\Release/uresb.exe</OutputFile> | |
2ca993e8 A |
78 | <AdditionalLibraryDirectories>../../../lib/;../../tools/toolutil/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
79 | <ProgramDatabaseFile>.\x86\Release/uresb.pdb</ProgramDatabaseFile> | |
80 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
81 | <DataExecutionPrevention> |
82 | </DataExecutionPrevention> | |
83 | </Link> | |
84 | </ItemDefinitionGroup> | |
85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
86 | <Midl> | |
2ca993e8 A |
87 | <TypeLibraryName>.\x64\Release/uresb.tlb</TypeLibraryName> |
88 | </Midl> | |
89 | <ClCompile> | |
90 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
2ca993e8 A |
91 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
92 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 A |
93 | <PrecompiledHeader> |
94 | </PrecompiledHeader> | |
95 | <PrecompiledHeaderOutputFile>.\x64\Release/uresb.pch</PrecompiledHeaderOutputFile> | |
96 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
97 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
98 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
99 | <CompileAs>Default</CompileAs> |
100 | </ClCompile> | |
101 | <ResourceCompile> | |
2ca993e8 A |
102 | <Culture>0x0c1a</Culture> |
103 | </ResourceCompile> | |
104 | <Link> | |
105 | <AdditionalDependencies>icuuc.lib;icuio.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
106 | <OutputFile>.\x64\Release/uresb.exe</OutputFile> | |
107 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
108 | <AdditionalLibraryDirectories>../../../lib64/;../../tools/toolutil/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
109 | <ProgramDatabaseFile>.\x64\Release/uresb.pdb</ProgramDatabaseFile> | |
110 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
111 | <DataExecutionPrevention> |
112 | </DataExecutionPrevention> | |
0f5d89e8 | 113 | |
2ca993e8 A |
114 | </Link> |
115 | </ItemDefinitionGroup> | |
116 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
117 | <Midl> | |
118 | <TypeLibraryName>.\x86\Debug/uresb.tlb</TypeLibraryName> | |
119 | </Midl> | |
120 | <ClCompile> | |
2ca993e8 | 121 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 A |
122 | <PrecompiledHeader> |
123 | </PrecompiledHeader> | |
124 | <PrecompiledHeaderOutputFile>.\x86\Debug/uresb.pch</PrecompiledHeaderOutputFile> | |
125 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
126 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
127 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
2ca993e8 A |
128 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
129 | <CompileAs>Default</CompileAs> | |
130 | </ClCompile> | |
131 | <ResourceCompile> | |
2ca993e8 A |
132 | <Culture>0x0c1a</Culture> |
133 | </ResourceCompile> | |
134 | <Link> | |
135 | <AdditionalDependencies>icuucd.lib;icuiod.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
136 | <OutputFile>.\x86\Debug/uresb.exe</OutputFile> | |
2ca993e8 A |
137 | <AdditionalLibraryDirectories>../../../lib/;../../tools/toolutil/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
138 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
139 | <ProgramDatabaseFile>.\x86\Debug/uresb.pdb</ProgramDatabaseFile> | |
140 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
141 | <DataExecutionPrevention> |
142 | </DataExecutionPrevention> | |
143 | </Link> | |
144 | </ItemDefinitionGroup> | |
145 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
146 | <Midl> | |
2ca993e8 A |
147 | <TypeLibraryName>.\x64\Debug/uresb.tlb</TypeLibraryName> |
148 | </Midl> | |
149 | <ClCompile> | |
2ca993e8 | 150 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 A |
151 | <PrecompiledHeader> |
152 | </PrecompiledHeader> | |
153 | <PrecompiledHeaderOutputFile>.\x64\Debug/uresb.pch</PrecompiledHeaderOutputFile> | |
154 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
155 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
156 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
2ca993e8 A |
157 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
158 | <CompileAs>Default</CompileAs> | |
159 | </ClCompile> | |
160 | <ResourceCompile> | |
2ca993e8 A |
161 | <Culture>0x0c1a</Culture> |
162 | </ResourceCompile> | |
163 | <Link> | |
164 | <AdditionalDependencies>icuucd.lib;icuiod.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
165 | <OutputFile>.\x64\Debug/uresb.exe</OutputFile> | |
2ca993e8 A |
166 | <AdditionalLibraryDirectories>../../../lib64/;../../tools/toolutil/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
167 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
168 | <ProgramDatabaseFile>.\x64\Debug/uresb.pdb</ProgramDatabaseFile> | |
169 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
170 | <DataExecutionPrevention> |
171 | </DataExecutionPrevention> | |
2ca993e8 A |
172 | </Link> |
173 | </ItemDefinitionGroup> | |
174 | <ItemGroup> | |
175 | <ClCompile Include="uresb.c" /> | |
176 | </ItemGroup> | |
177 | <ItemGroup> | |
178 | <ProjectReference Include="resources.vcxproj"> | |
179 | <Project>{69437707-2fef-4e2c-8c3f-6e6b3d241366}</Project> | |
180 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
181 | </ProjectReference> | |
182 | </ItemGroup> | |
183 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
184 | <ImportGroup Label="ExtensionTargets"> | |
185 | </ImportGroup> | |
0f5d89e8 | 186 | </Project> |