sl@0
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
sl@0
|
2 |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
sl@0
|
3 |
<ItemGroup Label="ProjectConfigurations">
|
sl@0
|
4 |
<ProjectConfiguration Include="Debug|Win32">
|
sl@0
|
5 |
<Configuration>Debug</Configuration>
|
sl@0
|
6 |
<Platform>Win32</Platform>
|
sl@0
|
7 |
</ProjectConfiguration>
|
sl@0
|
8 |
<ProjectConfiguration Include="Release|Win32">
|
sl@0
|
9 |
<Configuration>Release</Configuration>
|
sl@0
|
10 |
<Platform>Win32</Platform>
|
sl@0
|
11 |
</ProjectConfiguration>
|
sl@0
|
12 |
</ItemGroup>
|
sl@0
|
13 |
<PropertyGroup Label="Globals">
|
sl@0
|
14 |
<ProjectGuid>{E1A2655B-02A2-437A-8270-4AD81DDDC502}</ProjectGuid>
|
sl@0
|
15 |
<RootNamespace>iMONDisplayWrapper</RootNamespace>
|
sl@0
|
16 |
<Keyword>Win32Proj</Keyword>
|
sl@0
|
17 |
</PropertyGroup>
|
sl@0
|
18 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
sl@0
|
19 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
sl@0
|
20 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
sl@0
|
21 |
<PlatformToolset>v110</PlatformToolset>
|
sl@0
|
22 |
<CharacterSet>Unicode</CharacterSet>
|
sl@0
|
23 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
sl@0
|
24 |
</PropertyGroup>
|
sl@0
|
25 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
sl@0
|
26 |
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
sl@0
|
27 |
<PlatformToolset>v110</PlatformToolset>
|
sl@0
|
28 |
<CharacterSet>Unicode</CharacterSet>
|
sl@0
|
29 |
</PropertyGroup>
|
sl@0
|
30 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
sl@0
|
31 |
<ImportGroup Label="ExtensionSettings">
|
sl@0
|
32 |
</ImportGroup>
|
sl@0
|
33 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
sl@0
|
34 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
sl@0
|
35 |
</ImportGroup>
|
sl@0
|
36 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
sl@0
|
37 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
sl@0
|
38 |
</ImportGroup>
|
sl@0
|
39 |
<PropertyGroup Label="UserMacros" />
|
sl@0
|
40 |
<PropertyGroup>
|
sl@0
|
41 |
<_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
|
sl@0
|
42 |
</PropertyGroup>
|
sl@0
|
43 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
sl@0
|
44 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
sl@0
|
45 |
<IntDir>$(Configuration)\</IntDir>
|
sl@0
|
46 |
<LinkIncremental>true</LinkIncremental>
|
sl@0
|
47 |
</PropertyGroup>
|
sl@0
|
48 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
sl@0
|
49 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
sl@0
|
50 |
<IntDir>$(Configuration)\</IntDir>
|
sl@0
|
51 |
<LinkIncremental>false</LinkIncremental>
|
sl@0
|
52 |
</PropertyGroup>
|
sl@0
|
53 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
sl@0
|
54 |
<ClCompile>
|
sl@0
|
55 |
<Optimization>Disabled</Optimization>
|
sl@0
|
56 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;IMONDISPLAYWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
sl@0
|
57 |
<MinimalRebuild>true</MinimalRebuild>
|
sl@0
|
58 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
sl@0
|
59 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
sl@0
|
60 |
<PrecompiledHeader />
|
sl@0
|
61 |
<WarningLevel>Level3</WarningLevel>
|
sl@0
|
62 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
sl@0
|
63 |
</ClCompile>
|
sl@0
|
64 |
<Link>
|
sl@0
|
65 |
<AdditionalDependencies>iMONDisplay.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
sl@0
|
66 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
sl@0
|
67 |
<SubSystem>Windows</SubSystem>
|
sl@0
|
68 |
<TargetMachine>MachineX86</TargetMachine>
|
sl@0
|
69 |
</Link>
|
sl@0
|
70 |
</ItemDefinitionGroup>
|
sl@0
|
71 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
sl@0
|
72 |
<ClCompile>
|
sl@0
|
73 |
<Optimization>MaxSpeed</Optimization>
|
sl@0
|
74 |
<IntrinsicFunctions>true</IntrinsicFunctions>
|
sl@0
|
75 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IMONDISPLAYWRAPPER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
sl@0
|
76 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
sl@0
|
77 |
<FunctionLevelLinking>true</FunctionLevelLinking>
|
sl@0
|
78 |
<PrecompiledHeader />
|
sl@0
|
79 |
<WarningLevel>Level3</WarningLevel>
|
sl@0
|
80 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
sl@0
|
81 |
</ClCompile>
|
sl@0
|
82 |
<Link>
|
sl@0
|
83 |
<AdditionalDependencies>iMONDisplay.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
sl@0
|
84 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
sl@0
|
85 |
<SubSystem>Windows</SubSystem>
|
sl@0
|
86 |
<OptimizeReferences>true</OptimizeReferences>
|
sl@0
|
87 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
sl@0
|
88 |
<TargetMachine>MachineX86</TargetMachine>
|
sl@0
|
89 |
</Link>
|
sl@0
|
90 |
</ItemDefinitionGroup>
|
sl@0
|
91 |
<ItemGroup>
|
sl@0
|
92 |
<ClCompile Include="Event.cpp" />
|
sl@0
|
93 |
<ClCompile Include="IdwApi.cpp" />
|
sl@0
|
94 |
<ClCompile Include="IdwThread.cpp" />
|
sl@0
|
95 |
<ClCompile Include="iMONDisplayWrapper.cpp" />
|
sl@0
|
96 |
<ClCompile Include="Mutex.cpp" />
|
sl@0
|
97 |
<ClCompile Include="Thread.cpp" />
|
sl@0
|
98 |
</ItemGroup>
|
sl@0
|
99 |
<ItemGroup>
|
sl@0
|
100 |
<ClInclude Include="Event.h" />
|
sl@0
|
101 |
<ClInclude Include="IdwApi.h" />
|
sl@0
|
102 |
<ClInclude Include="IdwThread.h" />
|
sl@0
|
103 |
<ClInclude Include="iMONDisplayAPI.h" />
|
sl@0
|
104 |
<ClInclude Include="iMONDisplayDefines.h" />
|
sl@0
|
105 |
<ClInclude Include="iMONDisplayWrapper.h" />
|
sl@0
|
106 |
<ClInclude Include="Mutex.h" />
|
sl@0
|
107 |
<ClInclude Include="resource.h" />
|
sl@0
|
108 |
<ClInclude Include="Thread.h" />
|
sl@0
|
109 |
</ItemGroup>
|
sl@0
|
110 |
<ItemGroup>
|
sl@0
|
111 |
<ResourceCompile Include="iMONDisplayWrapper.rc" />
|
sl@0
|
112 |
</ItemGroup>
|
sl@0
|
113 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
sl@0
|
114 |
<ImportGroup Label="ExtensionTargets">
|
sl@0
|
115 |
</ImportGroup>
|
sl@0
|
116 |
</Project> |