]>
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>{D1BEC124-303A-4F44-BA70-55769B8FE96A}</ProjectGuid> | |
5 | </PropertyGroup> | |
0f5d89e8 | 6 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
7 | <ConfigurationType>Application</ConfigurationType> |
8 | <UseOfMfc>false</UseOfMfc> | |
9 | <CharacterSet>MultiByte</CharacterSet> | |
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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
37 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
38 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
39 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
40 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
41 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
42 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> | |
43 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
44 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
45 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
46 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
47 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
48 | </PropertyGroup> | |
0f5d89e8 A |
49 | <!-- Options that are common to *all* project configurations --> |
50 | <ItemDefinitionGroup> | |
51 | <ClCompile> | |
52 | <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
53 | <WarningLevel>Level3</WarningLevel> | |
54 | </ClCompile> | |
55 | </ItemDefinitionGroup> | |
2ca993e8 A |
56 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
57 | <Midl> | |
58 | <TypeLibraryName>.\x86\Debug/translit.tlb</TypeLibraryName> | |
59 | </Midl> | |
60 | <ClCompile> | |
2ca993e8 | 61 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 A |
62 | <PrecompiledHeader> |
63 | </PrecompiledHeader> | |
64 | <PrecompiledHeaderOutputFile>.\x86\Debug/translit.pch</PrecompiledHeaderOutputFile> | |
65 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
66 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
67 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
2ca993e8 A |
68 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
69 | <CompileAs>Default</CompileAs> | |
70 | </ClCompile> | |
2ca993e8 A |
71 | <Link> |
72 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
73 | <OutputFile>.\x86\Debug/translit.exe</OutputFile> | |
2ca993e8 A |
74 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
75 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
76 | <ProgramDatabaseFile>.\x86\Debug/translit.pdb</ProgramDatabaseFile> | |
77 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
78 | <DataExecutionPrevention> |
79 | </DataExecutionPrevention> | |
80 | </Link> | |
81 | </ItemDefinitionGroup> | |
82 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
83 | <Midl> | |
2ca993e8 A |
84 | <TypeLibraryName>.\x64\Debug/translit.tlb</TypeLibraryName> |
85 | </Midl> | |
86 | <ClCompile> | |
2ca993e8 | 87 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 A |
88 | <PrecompiledHeader> |
89 | </PrecompiledHeader> | |
90 | <PrecompiledHeaderOutputFile>.\x64\Debug/translit.pch</PrecompiledHeaderOutputFile> | |
91 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
92 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
93 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
2ca993e8 A |
94 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
95 | <CompileAs>Default</CompileAs> | |
96 | </ClCompile> | |
2ca993e8 A |
97 | <Link> |
98 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
99 | <OutputFile>.\x64\Debug/translit.exe</OutputFile> | |
2ca993e8 A |
100 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
101 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
102 | <ProgramDatabaseFile>.\x64\Debug/translit.pdb</ProgramDatabaseFile> | |
103 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
104 | <DataExecutionPrevention> |
105 | </DataExecutionPrevention> | |
2ca993e8 A |
106 | </Link> |
107 | </ItemDefinitionGroup> | |
108 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
109 | <Midl> | |
110 | <TypeLibraryName>.\x86\Release/translit.tlb</TypeLibraryName> | |
111 | </Midl> | |
112 | <ClCompile> | |
113 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
2ca993e8 A |
114 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
115 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 A |
116 | <PrecompiledHeader> |
117 | </PrecompiledHeader> | |
118 | <PrecompiledHeaderOutputFile>.\x86\Release/translit.pch</PrecompiledHeaderOutputFile> | |
119 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
120 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
121 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
122 | <CompileAs>Default</CompileAs> |
123 | </ClCompile> | |
2ca993e8 A |
124 | <Link> |
125 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
126 | <OutputFile>.\x86\Release/translit.exe</OutputFile> | |
2ca993e8 A |
127 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
128 | <ProgramDatabaseFile>.\x86\Release/translit.pdb</ProgramDatabaseFile> | |
129 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
130 | <DataExecutionPrevention> |
131 | </DataExecutionPrevention> | |
132 | </Link> | |
133 | </ItemDefinitionGroup> | |
134 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
135 | <Midl> | |
2ca993e8 A |
136 | <TypeLibraryName>.\x64\Release/translit.tlb</TypeLibraryName> |
137 | </Midl> | |
138 | <ClCompile> | |
139 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
2ca993e8 A |
140 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
141 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 A |
142 | <PrecompiledHeader> |
143 | </PrecompiledHeader> | |
144 | <PrecompiledHeaderOutputFile>.\x64\Release/translit.pch</PrecompiledHeaderOutputFile> | |
145 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
146 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
147 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
148 | <CompileAs>Default</CompileAs> |
149 | </ClCompile> | |
2ca993e8 A |
150 | <Link> |
151 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
152 | <OutputFile>.\x64\Release/translit.exe</OutputFile> | |
2ca993e8 A |
153 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
154 | <ProgramDatabaseFile>.\x64\Release/translit.pdb</ProgramDatabaseFile> | |
155 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
156 | <DataExecutionPrevention> |
157 | </DataExecutionPrevention> | |
2ca993e8 A |
158 | </Link> |
159 | </ItemDefinitionGroup> | |
160 | <ItemGroup> | |
161 | <ClCompile Include="main.cpp" /> | |
162 | <ClCompile Include="unaccent.cpp" /> | |
163 | <ClCompile Include="util.cpp" /> | |
164 | </ItemGroup> | |
165 | <ItemGroup> | |
166 | <ClInclude Include="unaccent.h" /> | |
167 | </ItemGroup> | |
168 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
169 | <ImportGroup Label="ExtensionTargets"> | |
170 | </ImportGroup> | |
0f5d89e8 | 171 | </Project> |