missing project/build files
[client-tools.git] / src / engine / client / application / DebugWindow / build / win32 / DebugWindow.vcxproj
blob87f540b5be14a2cc8fad422128c0885279e8953c
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.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="Optimized|Win32">
9       <Configuration>Optimized</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16   </ItemGroup>
17   <PropertyGroup Label="Globals">
18     <ProjectGuid>{34FA8B34-C129-4D36-A67B-B1153A5CB366}</ProjectGuid>
19   </PropertyGroup>
20   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'" Label="Configuration">
22     <ConfigurationType>DynamicLibrary</ConfigurationType>
23     <PlatformToolset>v120</PlatformToolset>
24     <UseOfMfc>false</UseOfMfc>
25     <CharacterSet>MultiByte</CharacterSet>
26   </PropertyGroup>
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28     <ConfigurationType>DynamicLibrary</ConfigurationType>
29     <PlatformToolset>v120</PlatformToolset>
30     <UseOfMfc>false</UseOfMfc>
31     <CharacterSet>MultiByte</CharacterSet>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>DynamicLibrary</ConfigurationType>
35     <PlatformToolset>v120</PlatformToolset>
36     <UseOfMfc>false</UseOfMfc>
37     <CharacterSet>MultiByte</CharacterSet>
38   </PropertyGroup>
39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
40   <ImportGroup Label="ExtensionSettings">
41   </ImportGroup>
42   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'" Label="PropertySheets">
43     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
45   </ImportGroup>
46   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
47     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
49   </ImportGroup>
50   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
51     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
53   </ImportGroup>
54   <PropertyGroup Label="UserMacros" />
55   <PropertyGroup>
56     <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
57   </PropertyGroup>
58   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
59     <OutDir>.\../../../../../../compile/win32/debugWindow/Debug\</OutDir>
60     <IntDir>.\../../../../../../compile/win32/debugWindow/Debug\</IntDir>
61     <IgnoreImportLibrary>true</IgnoreImportLibrary>
62     <LinkIncremental>true</LinkIncremental>
63   </PropertyGroup>
64   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65     <OutDir>.\../../../../../../compile/win32/debugWindow/Release\</OutDir>
66     <IntDir>.\../../../../../../compile/win32/debugWindow/Release\</IntDir>
67     <IgnoreImportLibrary>true</IgnoreImportLibrary>
68     <LinkIncremental>false</LinkIncremental>
69   </PropertyGroup>
70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'">
71     <OutDir>.\../../../../../../compile/win32/debugWindow/Optimized\</OutDir>
72     <IntDir>.\../../../../../../compile/win32/debugWindow/Optimized\</IntDir>
73     <IgnoreImportLibrary>true</IgnoreImportLibrary>
74     <LinkIncremental>true</LinkIncremental>
75   </PropertyGroup>
76   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77     <Midl>
78       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79       <MkTypLibCompatible>true</MkTypLibCompatible>
80       <SuppressStartupBanner>true</SuppressStartupBanner>
81       <TargetEnvironment>Win32</TargetEnvironment>
82       <TypeLibraryName>.\../../../../../../compile/win32/debugWindow/Debug/DebugWindow.tlb</TypeLibraryName>
83       <HeaderFileName />
84     </Midl>
85     <ClCompile>
86       <Optimization>Disabled</Optimization>
87       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
88       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DEBUGWINDOW_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89       <MinimalRebuild>true</MinimalRebuild>
90       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
91       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
92       <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
93       <PrecompiledHeaderOutputFile>.\../../../../../../compile/win32/debugWindow/Debug/DebugWindow.pch</PrecompiledHeaderOutputFile>
94       <AssemblerListingLocation>.\../../../../../../compile/win32/debugWindow/Debug/</AssemblerListingLocation>
95       <ObjectFileName>.\../../../../../../compile/win32/debugWindow/Debug/</ObjectFileName>
96       <ProgramDataBaseFileName>.\../../../../../../compile/win32/debugWindow/Debug/</ProgramDataBaseFileName>
97       <WarningLevel>Level4</WarningLevel>
98       <SuppressStartupBanner>true</SuppressStartupBanner>
99       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
100       <UseFullPaths>true</UseFullPaths>
101     </ClCompile>
102     <ResourceCompile>
103       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104       <Culture>0x0409</Culture>
105     </ResourceCompile>
106     <Link>
107       <OutputFile>.\../../../../../../compile/win32/debugWindow/Debug/DebugWindow.dll</OutputFile>
108       <SuppressStartupBanner>true</SuppressStartupBanner>
109       <GenerateDebugInformation>true</GenerateDebugInformation>
110       <ProgramDatabaseFile>.\../../../../../../compile/win32/debugWindow/Debug/DebugWindow.pdb</ProgramDatabaseFile>
111       <BaseAddress>0x61B00000</BaseAddress>
112       <ImportLibrary>.\../../../../../../compile/win32/debugWindow/Debug/DebugWindow.lib</ImportLibrary>
113       <TargetMachine>MachineX86</TargetMachine>
114     </Link>
115     <Bscmake>
116       <SuppressStartupBanner>true</SuppressStartupBanner>
117       <OutputFile>.\../../../../../../compile/win32/debugWindow/Debug/DebugWindow.bsc</OutputFile>
118     </Bscmake>
119   </ItemDefinitionGroup>
120   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121     <Midl>
122       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123       <MkTypLibCompatible>true</MkTypLibCompatible>
124       <SuppressStartupBanner>true</SuppressStartupBanner>
125       <TargetEnvironment>Win32</TargetEnvironment>
126       <TypeLibraryName>.\../../../../../../compile/win32/debugWindow/Release/DebugWindow.tlb</TypeLibraryName>
127       <HeaderFileName />
128     </Midl>
129     <ClCompile>
130       <Optimization>MaxSpeed</Optimization>
131       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
132       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEBUGWINDOW_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133       <StringPooling>true</StringPooling>
134       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
135       <FunctionLevelLinking>true</FunctionLevelLinking>
136       <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
137       <PrecompiledHeaderOutputFile>.\../../../../../../compile/win32/debugWindow/Release/DebugWindow.pch</PrecompiledHeaderOutputFile>
138       <AssemblerListingLocation>.\../../../../../../compile/win32/debugWindow/Release/</AssemblerListingLocation>
139       <ObjectFileName>.\../../../../../../compile/win32/debugWindow/Release/</ObjectFileName>
140       <ProgramDataBaseFileName>.\../../../../../../compile/win32/debugWindow/Release/</ProgramDataBaseFileName>
141       <WarningLevel>Level4</WarningLevel>
142       <SuppressStartupBanner>true</SuppressStartupBanner>
143       <UseFullPaths>true</UseFullPaths>
144     </ClCompile>
145     <ResourceCompile>
146       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147       <Culture>0x0409</Culture>
148     </ResourceCompile>
149     <Link>
150       <OutputFile>.\../../../../../../compile/win32/debugWindow/Release/DebugWindow.dll</OutputFile>
151       <SuppressStartupBanner>true</SuppressStartupBanner>
152       <ProgramDatabaseFile>.\../../../../../../compile/win32/debugWindow/Release/DebugWindow.pdb</ProgramDatabaseFile>
153       <BaseAddress>0x61B00000</BaseAddress>
154       <ImportLibrary>.\../../../../../../compile/win32/debugWindow/Release/DebugWindow.lib</ImportLibrary>
155       <TargetMachine>MachineX86</TargetMachine>
156     </Link>
157     <Bscmake>
158       <SuppressStartupBanner>true</SuppressStartupBanner>
159       <OutputFile>.\../../../../../../compile/win32/debugWindow/Release/DebugWindow.bsc</OutputFile>
160     </Bscmake>
161   </ItemDefinitionGroup>
162   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'">
163     <Midl>
164       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165       <MkTypLibCompatible>true</MkTypLibCompatible>
166       <SuppressStartupBanner>true</SuppressStartupBanner>
167       <TargetEnvironment>Win32</TargetEnvironment>
168       <TypeLibraryName>.\../../../../../../compile/win32/debugWindow/Optimized/DebugWindow.tlb</TypeLibraryName>
169       <HeaderFileName />
170     </Midl>
171     <ClCompile>
172       <Optimization>Disabled</Optimization>
173       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DEBUGWINDOW_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
174       <MinimalRebuild>true</MinimalRebuild>
175       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
176       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
177       <PrecompiledHeaderOutputFile>.\../../../../../../compile/win32/debugWindow/Optimized/DebugWindow.pch</PrecompiledHeaderOutputFile>
178       <AssemblerListingLocation>.\../../../../../../compile/win32/debugWindow/Optimized/</AssemblerListingLocation>
179       <ObjectFileName>.\../../../../../../compile/win32/debugWindow/Optimized/</ObjectFileName>
180       <ProgramDataBaseFileName>.\../../../../../../compile/win32/debugWindow/Optimized/</ProgramDataBaseFileName>
181       <WarningLevel>Level4</WarningLevel>
182       <SuppressStartupBanner>true</SuppressStartupBanner>
183       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
184     </ClCompile>
185     <ResourceCompile>
186       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
187       <Culture>0x0409</Culture>
188     </ResourceCompile>
189     <Link>
190       <OutputFile>.\../../../../../../compile/win32/debugWindow/Optimized/DebugWindow.dll</OutputFile>
191       <SuppressStartupBanner>true</SuppressStartupBanner>
192       <GenerateDebugInformation>true</GenerateDebugInformation>
193       <ProgramDatabaseFile>.\../../../../../../compile/win32/debugWindow/Optimized/DebugWindow.pdb</ProgramDatabaseFile>
194       <BaseAddress>0x61B00000</BaseAddress>
195       <ImportLibrary>.\../../../../../../compile/win32/debugWindow/Optimized/DebugWindow.lib</ImportLibrary>
196       <TargetMachine>MachineX86</TargetMachine>
197     </Link>
198     <Bscmake>
199       <SuppressStartupBanner>true</SuppressStartupBanner>
200       <OutputFile>.\../../../../../../compile/win32/debugWindow/Optimized/DebugWindow.bsc</OutputFile>
201     </Bscmake>
202   </ItemDefinitionGroup>
203   <ItemGroup>
204     <ClCompile Include="..\..\src\win32\DebugWindow.cpp" />
205   </ItemGroup>
206   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
207   <ImportGroup Label="ExtensionTargets">
208   </ImportGroup>
209 </Project>