]>
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>{DEEADF02-9C14-4854-A395-E505D2904D65}</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)'=='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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
53 | <WarningLevel>Level3</WarningLevel> | |
54 | </ClCompile> | |
55 | </ItemDefinitionGroup> | |
2ca993e8 A |
56 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
57 | <Midl> | |
2ca993e8 A |
58 | <TypeLibraryName>.\x86\Release/break.tlb</TypeLibraryName> |
59 | </Midl> | |
60 | <ClCompile> | |
61 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
2ca993e8 A |
62 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
63 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 A |
64 | <PrecompiledHeader> |
65 | </PrecompiledHeader> | |
66 | <PrecompiledHeaderOutputFile>.\x86\Release/break.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> | |
2ca993e8 A |
72 | <Link> |
73 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
74 | <OutputFile>.\x86\Release/break.exe</OutputFile> | |
2ca993e8 A |
75 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
76 | <ProgramDatabaseFile>.\x86\Release/break.pdb</ProgramDatabaseFile> | |
77 | <SubSystem>Console</SubSystem> | |
78 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
79 | <DataExecutionPrevention> | |
80 | </DataExecutionPrevention> | |
81 | </Link> | |
82 | </ItemDefinitionGroup> | |
83 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
84 | <Midl> | |
2ca993e8 A |
85 | <TypeLibraryName>.\x64\Release/break.tlb</TypeLibraryName> |
86 | </Midl> | |
87 | <ClCompile> | |
88 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
2ca993e8 A |
89 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
90 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
2ca993e8 A |
91 | <PrecompiledHeader> |
92 | </PrecompiledHeader> | |
93 | <PrecompiledHeaderOutputFile>.\x64\Release/break.pch</PrecompiledHeaderOutputFile> | |
94 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
95 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
96 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
97 | <CompileAs>Default</CompileAs> |
98 | </ClCompile> | |
2ca993e8 A |
99 | <Link> |
100 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
101 | <OutputFile>.\x64\Release/break.exe</OutputFile> | |
2ca993e8 A |
102 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
103 | <ProgramDatabaseFile>.\x64\Release/break.pdb</ProgramDatabaseFile> | |
104 | <SubSystem>Console</SubSystem> | |
105 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
106 | <DataExecutionPrevention> | |
107 | </DataExecutionPrevention> | |
2ca993e8 A |
108 | </Link> |
109 | </ItemDefinitionGroup> | |
110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
111 | <Midl> | |
2ca993e8 A |
112 | <TypeLibraryName>.\x86\Debug/break.tlb</TypeLibraryName> |
113 | </Midl> | |
114 | <ClCompile> | |
2ca993e8 A |
115 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
116 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
2ca993e8 A |
117 | <PrecompiledHeader> |
118 | </PrecompiledHeader> | |
119 | <PrecompiledHeaderOutputFile>.\x86\Debug/break.pch</PrecompiledHeaderOutputFile> | |
120 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
121 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
122 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
2ca993e8 A |
123 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
124 | <CompileAs>Default</CompileAs> | |
125 | </ClCompile> | |
2ca993e8 A |
126 | <Link> |
127 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
128 | <OutputFile>.\x86\Debug/break.exe</OutputFile> | |
2ca993e8 A |
129 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
130 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
131 | <ProgramDatabaseFile>.\x86\Debug/break.pdb</ProgramDatabaseFile> | |
132 | <SubSystem>Console</SubSystem> | |
133 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
134 | <DataExecutionPrevention> | |
135 | </DataExecutionPrevention> | |
136 | </Link> | |
137 | </ItemDefinitionGroup> | |
138 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
139 | <Midl> | |
2ca993e8 A |
140 | <TypeLibraryName>.\x64\Debug/break.tlb</TypeLibraryName> |
141 | </Midl> | |
142 | <ClCompile> | |
2ca993e8 A |
143 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
144 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
2ca993e8 A |
145 | <PrecompiledHeader> |
146 | </PrecompiledHeader> | |
147 | <PrecompiledHeaderOutputFile>.\x64\Debug/break.pch</PrecompiledHeaderOutputFile> | |
148 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
149 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
150 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
2ca993e8 A |
151 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
152 | <CompileAs>Default</CompileAs> | |
153 | </ClCompile> | |
2ca993e8 A |
154 | <Link> |
155 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
156 | <OutputFile>.\x64\Debug/break.exe</OutputFile> | |
2ca993e8 A |
157 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
158 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
159 | <ProgramDatabaseFile>.\x64\Debug/break.pdb</ProgramDatabaseFile> | |
160 | <SubSystem>Console</SubSystem> | |
161 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
162 | <DataExecutionPrevention> | |
163 | </DataExecutionPrevention> | |
2ca993e8 A |
164 | </Link> |
165 | </ItemDefinitionGroup> | |
166 | <ItemGroup> | |
167 | <ClCompile Include="break.cpp" /> | |
168 | <ClCompile Include="ubreak.c" /> | |
169 | </ItemGroup> | |
170 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
171 | <ImportGroup Label="ExtensionTargets"> | |
172 | </ImportGroup> | |
0f5d89e8 | 173 | </Project> |