1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{C2BE5000-7501-4E87-9724-B8D82494FAE6}</ProjectGuid>
23  </PropertyGroup>
24  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26    <ConfigurationType>Application</ConfigurationType>
27    <UseOfMfc>false</UseOfMfc>
28    <CharacterSet>MultiByte</CharacterSet>
29  </PropertyGroup>
30  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
31    <ConfigurationType>Application</ConfigurationType>
32    <UseOfMfc>false</UseOfMfc>
33    <CharacterSet>MultiByte</CharacterSet>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
36    <ConfigurationType>Application</ConfigurationType>
37    <UseOfMfc>false</UseOfMfc>
38    <CharacterSet>MultiByte</CharacterSet>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <UseOfMfc>false</UseOfMfc>
43    <CharacterSet>MultiByte</CharacterSet>
44  </PropertyGroup>
45  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46  <ImportGroup Label="ExtensionSettings">
47  </ImportGroup>
48  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
49    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
51  </ImportGroup>
52  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
55  </ImportGroup>
56  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
59  </ImportGroup>
60  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
63  </ImportGroup>
64  <PropertyGroup Label="UserMacros" />
65  <PropertyGroup>
66    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
67    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
68    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
69    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
70    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
71    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
72    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
74    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
75    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
76    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
77    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
78    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
79  </PropertyGroup>
80  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81    <CustomBuildStep>
82      <Command>copy "$(TargetPath)" ..\..\..\bin
83</Command>
84      <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
85    </CustomBuildStep>
86    <Midl>
87      <TypeLibraryName>.\x86\Release/genbrk.tlb</TypeLibraryName>
88    </Midl>
89    <ClCompile>
90      <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
91      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92      <StringPooling>true</StringPooling>
93      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
94      <FunctionLevelLinking>true</FunctionLevelLinking>
95      <DisableLanguageExtensions>false</DisableLanguageExtensions>
96      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
97      <PrecompiledHeaderOutputFile>.\x86\Release/genbrk.pch</PrecompiledHeaderOutputFile>
98      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
99      <ObjectFileName>.\x86\Release/</ObjectFileName>
100      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
101      <WarningLevel>Level3</WarningLevel>
102      <SuppressStartupBanner>true</SuppressStartupBanner>
103      <CompileAs>Default</CompileAs>
104    </ClCompile>
105    <ResourceCompile>
106      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107      <Culture>0x0409</Culture>
108    </ResourceCompile>
109    <Link>
110      <OutputFile>.\x86\Release/genbrk.exe</OutputFile>
111      <SuppressStartupBanner>true</SuppressStartupBanner>
112      <ProgramDatabaseFile>.\x86\Release/genbrk.pdb</ProgramDatabaseFile>
113      <SubSystem>Console</SubSystem>
114      <RandomizedBaseAddress>false</RandomizedBaseAddress>
115      <DataExecutionPrevention>
116      </DataExecutionPrevention>
117    </Link>
118  </ItemDefinitionGroup>
119  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
120    <CustomBuildStep>
121      <Command>copy "$(TargetPath)" ..\..\..\bin
122</Command>
123      <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
124    </CustomBuildStep>
125    <Midl>
126      <TypeLibraryName>.\x86\Debug/genbrk.tlb</TypeLibraryName>
127    </Midl>
128    <ClCompile>
129      <Optimization>Disabled</Optimization>
130      <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
131      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
133      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
134      <BufferSecurityCheck>true</BufferSecurityCheck>
135      <DisableLanguageExtensions>false</DisableLanguageExtensions>
136      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
137      <PrecompiledHeaderOutputFile>.\x86\Debug/genbrk.pch</PrecompiledHeaderOutputFile>
138      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
139      <ObjectFileName>.\x86\Debug/</ObjectFileName>
140      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
141      <BrowseInformation>true</BrowseInformation>
142      <WarningLevel>Level3</WarningLevel>
143      <SuppressStartupBanner>true</SuppressStartupBanner>
144      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
145      <CompileAs>Default</CompileAs>
146    </ClCompile>
147    <ResourceCompile>
148      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149      <Culture>0x0409</Culture>
150    </ResourceCompile>
151    <Link>
152      <OutputFile>.\x86\Debug/genbrk.exe</OutputFile>
153      <SuppressStartupBanner>true</SuppressStartupBanner>
154      <GenerateDebugInformation>true</GenerateDebugInformation>
155      <ProgramDatabaseFile>.\x86\Debug/genbrk.pdb</ProgramDatabaseFile>
156      <SubSystem>Console</SubSystem>
157      <RandomizedBaseAddress>false</RandomizedBaseAddress>
158      <DataExecutionPrevention>
159      </DataExecutionPrevention>
160    </Link>
161  </ItemDefinitionGroup>
162  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
163    <CustomBuildStep>
164      <Command>copy "$(TargetPath)" ..\..\..\bin64
165</Command>
166      <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
167    </CustomBuildStep>
168    <Midl>
169      <TargetEnvironment>X64</TargetEnvironment>
170      <TypeLibraryName>.\x64\Release/genbrk.tlb</TypeLibraryName>
171    </Midl>
172    <ClCompile>
173      <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
174      <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175      <StringPooling>true</StringPooling>
176      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
177      <FunctionLevelLinking>true</FunctionLevelLinking>
178      <DisableLanguageExtensions>false</DisableLanguageExtensions>
179      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
180      <PrecompiledHeaderOutputFile>.\x64\Release/genbrk.pch</PrecompiledHeaderOutputFile>
181      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
182      <ObjectFileName>.\x64\Release/</ObjectFileName>
183      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
184      <WarningLevel>Level3</WarningLevel>
185      <SuppressStartupBanner>true</SuppressStartupBanner>
186      <CompileAs>Default</CompileAs>
187    </ClCompile>
188    <ResourceCompile>
189      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
190      <Culture>0x0409</Culture>
191    </ResourceCompile>
192    <Link>
193      <OutputFile>.\x64\Release/genbrk.exe</OutputFile>
194      <SuppressStartupBanner>true</SuppressStartupBanner>
195      <ProgramDatabaseFile>.\x64\Release/genbrk.pdb</ProgramDatabaseFile>
196      <SubSystem>Console</SubSystem>
197      <TargetMachine>MachineX64</TargetMachine>
198    </Link>
199  </ItemDefinitionGroup>
200  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
201    <CustomBuildStep>
202      <Command>copy "$(TargetPath)" ..\..\..\bin64
203</Command>
204      <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
205    </CustomBuildStep>
206    <Midl>
207      <TargetEnvironment>X64</TargetEnvironment>
208      <TypeLibraryName>.\x64\Debug/genbrk.tlb</TypeLibraryName>
209    </Midl>
210    <ClCompile>
211      <Optimization>Disabled</Optimization>
212      <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
213      <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
215      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
216      <BufferSecurityCheck>true</BufferSecurityCheck>
217      <DisableLanguageExtensions>false</DisableLanguageExtensions>
218      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
219      <PrecompiledHeaderOutputFile>.\x64\Debug/genbrk.pch</PrecompiledHeaderOutputFile>
220      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
221      <ObjectFileName>.\x64\Debug/</ObjectFileName>
222      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
223      <BrowseInformation>true</BrowseInformation>
224      <WarningLevel>Level3</WarningLevel>
225      <SuppressStartupBanner>true</SuppressStartupBanner>
226      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
227      <CompileAs>Default</CompileAs>
228    </ClCompile>
229    <ResourceCompile>
230      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
231      <Culture>0x0409</Culture>
232    </ResourceCompile>
233    <Link>
234      <OutputFile>.\x64\Debug/genbrk.exe</OutputFile>
235      <SuppressStartupBanner>true</SuppressStartupBanner>
236      <GenerateDebugInformation>true</GenerateDebugInformation>
237      <ProgramDatabaseFile>.\x64\Debug/genbrk.pdb</ProgramDatabaseFile>
238      <SubSystem>Console</SubSystem>
239      <TargetMachine>MachineX64</TargetMachine>
240    </Link>
241  </ItemDefinitionGroup>
242  <ItemGroup>
243    <ClCompile Include="genbrk.cpp" />
244  </ItemGroup>
245  <ItemGroup>
246    <ProjectReference Include="..\..\common\common.vcxproj">
247      <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
248      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
249    </ProjectReference>
250    <ProjectReference Include="..\toolutil\toolutil.vcxproj">
251      <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
252      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
253    </ProjectReference>
254  </ItemGroup>
255  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
256  <ImportGroup Label="ExtensionTargets">
257  </ImportGroup>
258</Project>
259