-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy path18_generated.vcxproj
64 lines (64 loc) · 3.09 KB
/
18_generated.vcxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" Condition="'$(AregSdkRoot)'==''">
<Import Project="$(SolutionDir)msvc_setup.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(AregConfigDir)compile.props" Label="LocalAppCompileSettings" />
</ImportGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{38A88D1E-B86C-48E2-9B9E-68F672388734}</ProjectGuid>
<ProjectName>18_generated</ProjectName>
<RootNamespace>18_generated</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(AregConfigDir)project.props" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<OutDir>$(OutLibDir)</OutDir>
</PropertyGroup>
<ItemGroup>
<None Include="services\HelloWatchdog.siml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(AregGenerateDir)examples\18_locwatchdog\services\private\HelloWatchdogClientBase.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\18_locwatchdog\services\private\HelloWatchdogEvents.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\18_locwatchdog\services\private\HelloWatchdogProxy.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\18_locwatchdog\services\private\HelloWatchdogStub.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\18_locwatchdog\services\private\NEHelloWatchdog.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(AregGenerateDir)examples\18_locwatchdog\services\HelloWatchdogClientBase.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\18_locwatchdog\services\HelloWatchdogStub.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\18_locwatchdog\services\NEHelloWatchdog.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\18_locwatchdog\services\private\HelloWatchdogEvents.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\18_locwatchdog\services\private\HelloWatchdogProxy.hpp" />
</ItemGroup>
<ItemDefinitionGroup Condition="'$(ConfigShortName)'=='Debug'">
<ClCompile>
<PreprocessorDefinitions>IMPORT_SHARED_SYMBOLS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(ConfigShortName)'=='Release'">
<ClCompile>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>IMPORT_SHARED_SYMBOLS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>