-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy path13_generated.vcxproj
86 lines (86 loc) · 5.25 KB
/
13_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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?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>{D708316F-7E34-4E09-A782-4021C5500C0D}</ProjectGuid>
<ProjectName>13_generated</ProjectName>
<RootNamespace>13_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\LocalHelloWorld.siml" />
<None Include="services\PublicHelloWorld.siml" />
<None Include="services\SystemShutdown.siml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\LocalHelloWorldClientBase.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\LocalHelloWorldEvents.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\LocalHelloWorldProxy.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\LocalHelloWorldStub.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\NELocalHelloWorld.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\NEPublicHelloWorld.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\NESystemShutdown.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\PublicHelloWorldClientBase.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\PublicHelloWorldEvents.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\PublicHelloWorldProxy.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\PublicHelloWorldStub.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\SystemShutdownClientBase.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\SystemShutdownEvents.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\SystemShutdownProxy.cpp" />
<ClCompile Include="$(AregGenerateDir)examples\13_pubmesh\services\private\SystemShutdownStub.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\LocalHelloWorldClientBase.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\LocalHelloWorldStub.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\NELocalHelloWorld.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\NEPublicHelloWorld.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\NESystemShutdown.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\private\LocalHelloWorldEvents.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\private\LocalHelloWorldProxy.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\private\PublicHelloWorldEvents.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\private\PublicHelloWorldProxy.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\private\SystemShutdownEvents.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\private\SystemShutdownProxy.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\PublicHelloWorldClientBase.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\PublicHelloWorldStub.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\SystemShutdownClientBase.hpp" />
<ClInclude Include="$(AregGenerateDir)examples\13_pubmesh\services\SystemShutdownStub.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>