]>
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"> |
0f5d89e8 A |
3 | <!-- The following import will include the 'default' configuration options for VS projects. --> |
4 | <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" /> | |
5 | ||
2ca993e8 A |
6 | <PropertyGroup Label="Globals"> |
7 | <ProjectGuid>{DEEADF02-9C14-4854-A395-E505D2904D65}</ProjectGuid> | |
8 | </PropertyGroup> | |
9 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
0f5d89e8 | 10 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
11 | <ConfigurationType>Application</ConfigurationType> |
12 | <UseOfMfc>false</UseOfMfc> | |
13 | <CharacterSet>MultiByte</CharacterSet> | |
14 | </PropertyGroup> | |
15 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
16 | <ImportGroup Label="ExtensionSettings"> | |
17 | </ImportGroup> | |
18 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
19 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
20 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
21 | </ImportGroup> | |
22 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
23 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
24 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
25 | </ImportGroup> | |
26 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
27 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
28 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
29 | </ImportGroup> | |
30 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
31 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
32 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
33 | </ImportGroup> | |
34 | <PropertyGroup Label="UserMacros" /> | |
35 | <PropertyGroup> | |
36 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
37 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> | |
38 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
39 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
40 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
41 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
42 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
43 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
44 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
45 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
46 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
47 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
48 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
49 | </PropertyGroup> | |
0f5d89e8 A |
50 | <!-- Options that are common to *all* project configurations --> |
51 | <ItemDefinitionGroup> | |
52 | <ClCompile> | |
53 | <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
54 | <WarningLevel>Level3</WarningLevel> | |
55 | </ClCompile> | |
56 | </ItemDefinitionGroup> | |
2ca993e8 A |
57 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
58 | <Midl> | |
2ca993e8 A |
59 | <TypeLibraryName>.\x86\Release/break.tlb</TypeLibraryName> |
60 | </Midl> | |
61 | <ClCompile> | |
62 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
2ca993e8 A |
63 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
64 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 A |
65 | <PrecompiledHeader> |
66 | </PrecompiledHeader> | |
67 | <PrecompiledHeaderOutputFile>.\x86\Release/break.pch</PrecompiledHeaderOutputFile> | |
68 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
69 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
70 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
71 | <CompileAs>Default</CompileAs> |
72 | </ClCompile> | |
2ca993e8 A |
73 | <Link> |
74 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
75 | <OutputFile>.\x86\Release/break.exe</OutputFile> | |
2ca993e8 A |
76 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
77 | <ProgramDatabaseFile>.\x86\Release/break.pdb</ProgramDatabaseFile> | |
78 | <SubSystem>Console</SubSystem> | |
79 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
80 | <DataExecutionPrevention> | |
81 | </DataExecutionPrevention> | |
82 | </Link> | |
83 | </ItemDefinitionGroup> | |
84 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
85 | <Midl> | |
2ca993e8 A |
86 | <TypeLibraryName>.\x64\Release/break.tlb</TypeLibraryName> |
87 | </Midl> | |
88 | <ClCompile> | |
89 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
2ca993e8 A |
90 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
91 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 A |
92 | <PrecompiledHeader> |
93 | </PrecompiledHeader> | |
94 | <PrecompiledHeaderOutputFile>.\x64\Release/break.pch</PrecompiledHeaderOutputFile> | |
95 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
96 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
97 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
98 | <CompileAs>Default</CompileAs> |
99 | </ClCompile> | |
2ca993e8 A |
100 | <Link> |
101 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
102 | <OutputFile>.\x64\Release/break.exe</OutputFile> | |
2ca993e8 A |
103 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
104 | <ProgramDatabaseFile>.\x64\Release/break.pdb</ProgramDatabaseFile> | |
105 | <SubSystem>Console</SubSystem> | |
106 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
107 | <DataExecutionPrevention> | |
108 | </DataExecutionPrevention> | |
2ca993e8 A |
109 | </Link> |
110 | </ItemDefinitionGroup> | |
111 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
112 | <Midl> | |
2ca993e8 A |
113 | <TypeLibraryName>.\x86\Debug/break.tlb</TypeLibraryName> |
114 | </Midl> | |
115 | <ClCompile> | |
2ca993e8 A |
116 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
117 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
2ca993e8 A |
118 | <PrecompiledHeader> |
119 | </PrecompiledHeader> | |
120 | <PrecompiledHeaderOutputFile>.\x86\Debug/break.pch</PrecompiledHeaderOutputFile> | |
121 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
122 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
123 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
2ca993e8 A |
124 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
125 | <CompileAs>Default</CompileAs> | |
126 | </ClCompile> | |
2ca993e8 A |
127 | <Link> |
128 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
129 | <OutputFile>.\x86\Debug/break.exe</OutputFile> | |
2ca993e8 A |
130 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
131 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
132 | <ProgramDatabaseFile>.\x86\Debug/break.pdb</ProgramDatabaseFile> | |
133 | <SubSystem>Console</SubSystem> | |
134 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
135 | <DataExecutionPrevention> | |
136 | </DataExecutionPrevention> | |
137 | </Link> | |
138 | </ItemDefinitionGroup> | |
139 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
140 | <Midl> | |
2ca993e8 A |
141 | <TypeLibraryName>.\x64\Debug/break.tlb</TypeLibraryName> |
142 | </Midl> | |
143 | <ClCompile> | |
2ca993e8 A |
144 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
145 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
2ca993e8 A |
146 | <PrecompiledHeader> |
147 | </PrecompiledHeader> | |
148 | <PrecompiledHeaderOutputFile>.\x64\Debug/break.pch</PrecompiledHeaderOutputFile> | |
149 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
150 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
151 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
2ca993e8 A |
152 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
153 | <CompileAs>Default</CompileAs> | |
154 | </ClCompile> | |
2ca993e8 A |
155 | <Link> |
156 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
157 | <OutputFile>.\x64\Debug/break.exe</OutputFile> | |
2ca993e8 A |
158 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
159 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
160 | <ProgramDatabaseFile>.\x64\Debug/break.pdb</ProgramDatabaseFile> | |
161 | <SubSystem>Console</SubSystem> | |
162 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
163 | <DataExecutionPrevention> | |
164 | </DataExecutionPrevention> | |
2ca993e8 A |
165 | </Link> |
166 | </ItemDefinitionGroup> | |
167 | <ItemGroup> | |
168 | <ClCompile Include="break.cpp" /> | |
169 | <ClCompile Include="ubreak.c" /> | |
170 | </ItemGroup> | |
171 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
172 | <ImportGroup Label="ExtensionTargets"> | |
173 | </ImportGroup> | |
0f5d89e8 | 174 | </Project> |