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="Release|Win32"> |
---|
9 | <Configuration>Release</Configuration> |
---|
10 | <Platform>Win32</Platform> |
---|
11 | </ProjectConfiguration> |
---|
12 | </ItemGroup> |
---|
13 | <PropertyGroup Label="Globals"> |
---|
14 | <ProjectGuid>{777F9DF3-46B1-4509-B074-11FC8B70A5B8}</ProjectGuid> |
---|
15 | <Keyword>AtlPSProj</Keyword> |
---|
16 | </PropertyGroup> |
---|
17 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
19 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
---|
20 | <UseDebugLibraries>true</UseDebugLibraries> |
---|
21 | <CharacterSet>Unicode</CharacterSet> |
---|
22 | </PropertyGroup> |
---|
23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
24 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
---|
25 | <UseDebugLibraries>false</UseDebugLibraries> |
---|
26 | <CharacterSet>Unicode</CharacterSet> |
---|
27 | </PropertyGroup> |
---|
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
29 | <ImportGroup Label="ExtensionSettings"> |
---|
30 | </ImportGroup> |
---|
31 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
32 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
33 | </ImportGroup> |
---|
34 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
35 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
36 | </ImportGroup> |
---|
37 | <PropertyGroup Label="UserMacros" /> |
---|
38 | <PropertyGroup /> |
---|
39 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
40 | <ClCompile> |
---|
41 | <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
42 | </ClCompile> |
---|
43 | <Link> |
---|
44 | <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies> |
---|
45 | <ModuleDefinitionFile>RotViewPS.def</ModuleDefinitionFile> |
---|
46 | <RegisterOutput>true</RegisterOutput> |
---|
47 | </Link> |
---|
48 | <PreBuildEvent> |
---|
49 | <Command>if exist dlldata.c goto :END |
---|
50 | echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project. |
---|
51 | Exit 1 |
---|
52 | :END |
---|
53 | </Command> |
---|
54 | <Message>Checking for required files</Message> |
---|
55 | </PreBuildEvent> |
---|
56 | </ItemDefinitionGroup> |
---|
57 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
58 | <ClCompile> |
---|
59 | <Optimization>MaxSpeed</Optimization> |
---|
60 | <PreprocessorDefinitions>WIN32;REGISTER_PROXY_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
61 | </ClCompile> |
---|
62 | <Link> |
---|
63 | <AdditionalDependencies>kernel32.lib;rpcns4.lib;rpcrt4.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies> |
---|
64 | <ModuleDefinitionFile>RotViewPS.def</ModuleDefinitionFile> |
---|
65 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
---|
66 | <OptimizeReferences>true</OptimizeReferences> |
---|
67 | <RegisterOutput>true</RegisterOutput> |
---|
68 | </Link> |
---|
69 | <PreBuildEvent> |
---|
70 | <Command>if exist dlldata.c goto :END |
---|
71 | echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project. |
---|
72 | Exit 1 |
---|
73 | :END |
---|
74 | </Command> |
---|
75 | <Message>Checking for required files</Message> |
---|
76 | </PreBuildEvent> |
---|
77 | </ItemDefinitionGroup> |
---|
78 | <ItemGroup> |
---|
79 | <None Include="RotViewps.def" /> |
---|
80 | </ItemGroup> |
---|
81 | <ItemGroup> |
---|
82 | <ClCompile Include="dlldata.c" /> |
---|
83 | <ClCompile Include="RotView_i.c" /> |
---|
84 | <ClCompile Include="RotView_p.c" /> |
---|
85 | </ItemGroup> |
---|
86 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
87 | <ImportGroup Label="ExtensionTargets"> |
---|
88 | </ImportGroup> |
---|
89 | </Project> |
---|