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 =" 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 >{E9CDFFB9-1FEC-4CCF-B91B-738AC4DCAC21}</ProjectGuid >
23
+ <RootNamespace >DSEncCLI</RootNamespace >
24
+ <ProjectName >DCCLI</ProjectName >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <PlatformToolset >v120</PlatformToolset >
31
+ <CharacterSet >NotSet</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >true</UseDebugLibraries >
36
+ <PlatformToolset >v120</PlatformToolset >
37
+ <CharacterSet >NotSet</CharacterSet >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
40
+ <ConfigurationType >Application</ConfigurationType >
41
+ <UseDebugLibraries >false</UseDebugLibraries >
42
+ <PlatformToolset >v120</PlatformToolset >
43
+ <WholeProgramOptimization >true</WholeProgramOptimization >
44
+ <CharacterSet >NotSet</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v120</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >NotSet</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58
+ </ImportGroup >
59
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
60
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
+ </ImportGroup >
65
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
66
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67
+ </ImportGroup >
68
+ <PropertyGroup Label =" UserMacros" />
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70
+ <RunCodeAnalysis >false</RunCodeAnalysis >
71
+ </PropertyGroup >
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73
+ <RunCodeAnalysis >false</RunCodeAnalysis >
74
+ </PropertyGroup >
75
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
76
+ <ClCompile >
77
+ <WarningLevel >EnableAllWarnings</WarningLevel >
78
+ <Optimization >Disabled</Optimization >
79
+ <SDLCheck >true</SDLCheck >
80
+ <DisableSpecificWarnings >4820;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings >
81
+ <CompileAs >CompileAsC</CompileAs >
82
+ <CompileAsManaged >false</CompileAsManaged >
83
+ <CompileAsWinRT >false</CompileAsWinRT >
84
+ <ExceptionHandling >false</ExceptionHandling >
85
+ <TreatWChar_tAsBuiltInType >false</TreatWChar_tAsBuiltInType >
86
+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
87
+ <EnablePREfast >false</EnablePREfast >
88
+ <AdditionalIncludeDirectories >../../../common/inc;../../../DCIOLib/inc;../../../DCLib/inc;../../inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
89
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
90
+ <TreatWarningAsError >true</TreatWarningAsError >
91
+ </ClCompile >
92
+ <Link >
93
+ <GenerateDebugInformation >true</GenerateDebugInformation >
94
+ <AdditionalDependencies >
95
+ </AdditionalDependencies >
96
+ <TurnOffAssemblyGeneration >false</TurnOffAssemblyGeneration >
97
+ </Link >
98
+ </ItemDefinitionGroup >
99
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
100
+ <ClCompile >
101
+ <WarningLevel >EnableAllWarnings</WarningLevel >
102
+ <Optimization >Disabled</Optimization >
103
+ <SDLCheck >true</SDLCheck >
104
+ <DisableSpecificWarnings >4820;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings >
105
+ <CompileAs >CompileAsC</CompileAs >
106
+ <CompileAsManaged >false</CompileAsManaged >
107
+ <CompileAsWinRT >false</CompileAsWinRT >
108
+ <ExceptionHandling >false</ExceptionHandling >
109
+ <TreatWChar_tAsBuiltInType >false</TreatWChar_tAsBuiltInType >
110
+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
111
+ <EnablePREfast >false</EnablePREfast >
112
+ <AdditionalIncludeDirectories >../../../common/inc;../../../DCIOLib/inc;../../../DCLib/inc;../../inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
113
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
114
+ <TreatWarningAsError >true</TreatWarningAsError >
115
+ </ClCompile >
116
+ <Link >
117
+ <GenerateDebugInformation >true</GenerateDebugInformation >
118
+ <AdditionalDependencies >
119
+ </AdditionalDependencies >
120
+ <TurnOffAssemblyGeneration >false</TurnOffAssemblyGeneration >
121
+ </Link >
122
+ </ItemDefinitionGroup >
123
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
124
+ <ClCompile >
125
+ <WarningLevel >EnableAllWarnings</WarningLevel >
126
+ <Optimization >MaxSpeed</Optimization >
127
+ <FunctionLevelLinking >true</FunctionLevelLinking >
128
+ <IntrinsicFunctions >true</IntrinsicFunctions >
129
+ <SDLCheck >true</SDLCheck >
130
+ <CompileAsManaged >false</CompileAsManaged >
131
+ <CompileAsWinRT >false</CompileAsWinRT >
132
+ <ExceptionHandling >false</ExceptionHandling >
133
+ <CompileAs >CompileAsC</CompileAs >
134
+ <DisableSpecificWarnings >4820;4996;4711;%(DisableSpecificWarnings)</DisableSpecificWarnings >
135
+ <TreatWChar_tAsBuiltInType >false</TreatWChar_tAsBuiltInType >
136
+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
137
+ <AdditionalIncludeDirectories >../../../common/inc;../../../DCIOLib/inc;../../../DCLib/inc;../../inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
138
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
139
+ <FloatingPointModel >Fast</FloatingPointModel >
140
+ <TreatWarningAsError >true</TreatWarningAsError >
141
+ </ClCompile >
142
+ <Link >
143
+ <GenerateDebugInformation >false</GenerateDebugInformation >
144
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
145
+ <OptimizeReferences >true</OptimizeReferences >
146
+ <AdditionalDependencies />
147
+ <TurnOffAssemblyGeneration >false</TurnOffAssemblyGeneration >
148
+ </Link >
149
+ </ItemDefinitionGroup >
150
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
151
+ <ClCompile >
152
+ <WarningLevel >EnableAllWarnings</WarningLevel >
153
+ <Optimization >MaxSpeed</Optimization >
154
+ <FunctionLevelLinking >true</FunctionLevelLinking >
155
+ <IntrinsicFunctions >true</IntrinsicFunctions >
156
+ <SDLCheck >true</SDLCheck >
157
+ <CompileAsManaged >false</CompileAsManaged >
158
+ <CompileAsWinRT >false</CompileAsWinRT >
159
+ <ExceptionHandling >false</ExceptionHandling >
160
+ <CompileAs >CompileAsC</CompileAs >
161
+ <DisableSpecificWarnings >4820;4996;4711;%(DisableSpecificWarnings)</DisableSpecificWarnings >
162
+ <TreatWChar_tAsBuiltInType >false</TreatWChar_tAsBuiltInType >
163
+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
164
+ <AdditionalIncludeDirectories >../../../common/inc;../../../DCIOLib/inc;../../../DCLib/inc;../../inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
165
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
166
+ <FloatingPointModel >Fast</FloatingPointModel >
167
+ <TreatWarningAsError >true</TreatWarningAsError >
168
+ </ClCompile >
169
+ <Link >
170
+ <GenerateDebugInformation >false</GenerateDebugInformation >
171
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
172
+ <OptimizeReferences >true</OptimizeReferences >
173
+ <AdditionalDependencies >
174
+ </AdditionalDependencies >
175
+ <TurnOffAssemblyGeneration >false</TurnOffAssemblyGeneration >
176
+ </Link >
177
+ </ItemDefinitionGroup >
178
+ <ItemGroup >
179
+ <ClInclude Include =" ..\..\inc\cli.h" />
180
+ <ClInclude Include =" ..\..\inc\params.h" />
181
+ <ClInclude Include =" ..\..\inc\prefix.h" />
182
+ </ItemGroup >
183
+ <ItemGroup >
184
+ <ClCompile Include =" ..\..\src\cli.c" />
185
+ <ClCompile Include =" ..\..\src\params.c" />
186
+ <ClCompile Include =" ..\..\src\prefix.c" />
187
+ </ItemGroup >
188
+ <ItemGroup >
189
+ <ProjectReference Include =" ..\..\..\DCLib\build\MSVC\DCLib.vcxproj" >
190
+ <Project >{6b8fa342-7c7b-4292-93bb-fccd8595e8db}</Project >
191
+ </ProjectReference >
192
+ </ItemGroup >
193
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
194
+ <ImportGroup Label =" ExtensionTargets" >
195
+ </ImportGroup >
196
+ </Project >
0 commit comments