|
| 1 | + |
| 2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | +<!-- |
| 4 | +************************************************************************* |
| 5 | +Copyright (c) Microsoft Corporation. All rights reserved. |
| 6 | +This code is licensed under the Visual Studio SDK license terms. |
| 7 | +THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF |
| 8 | +ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY |
| 9 | +IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR |
| 10 | +PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. |
| 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 | + Set the general properties for this installation of the SDK |
| 78 | + --> |
| 79 | + <PropertyGroup> |
| 80 | + <VsSDKVersion>14.0</VsSDKVersion> |
| 81 | + <VSSDKTargetPlatformVersion>14.0</VSSDKTargetPlatformVersion> |
| 82 | + <VSSDKTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VsSDKVersion)\VSSDK</VSSDKTargetsPath> |
| 83 | + <VSSDKTargetPlatformRegRoot>Software\Microsoft\VisualStudio\$(VSSDKTargetPlatformVersion)</VSSDKTargetPlatformRegRoot> |
| 84 | + <VSSDKTargetPlatformRegRootSuffix Condition="'$(VSSDKTargetPlatformRegRootSuffix)' == ''">Exp</VSSDKTargetPlatformRegRootSuffix> |
| 85 | + <ExtensionsDeploymentSubPath Condition="'$(ExtensionsDeploymentSubPath)' == ''">Microsoft\VisualStudio\$(VSSDKTargetPlatformVersion)$(VSSDKTargetPlatformRegRootSuffix)\Extensions\</ExtensionsDeploymentSubPath> |
| 86 | + </PropertyGroup> |
| 87 | + |
| 88 | + <PropertyGroup Label="UserMacros"> |
| 89 | + <VSIntegrationRoot>$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\VSIP\$(VsSDKVersion)\@InstallDir)\VisualStudioIntegration</VSIntegrationRoot> |
| 90 | + <VSIntegrationCommon>$(VSIntegrationRoot)\common</VSIntegrationCommon> |
| 91 | + <VSIntegrationIdl>$(VSIntegrationCommon)\idl</VSIntegrationIdl> |
| 92 | + <VSIntegrationInclude>$(VSIntegrationCommon)\inc</VSIntegrationInclude> |
| 93 | + <Office10Include>$(VSIntegrationInclude)\Office10</Office10Include> |
| 94 | + <VSIntegrationLibraries>$(VSIntegrationCommon)\lib\x86</VSIntegrationLibraries> |
| 95 | + <VSLIncludePath>$(VSIntegrationRoot)\Common\Source\CPP\VSL\Include</VSLIncludePath> |
| 96 | + <VSIntegrationTools>$(VSIntegrationRoot)\Tools\Bin</VSIntegrationTools> |
| 97 | + <RegitPath>$(VSIntegrationTools)</RegitPath> |
| 98 | + <VsctPath>$(VSIntegrationTools)</VsctPath> |
| 99 | + </PropertyGroup> |
| 100 | + <ItemDefinitionGroup> |
| 101 | + <Midl> |
| 102 | + <AdditionalIncludeDirectories>$(VSIntegrationInclude);$(VSIntegrationIdl);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 103 | + </Midl> |
| 104 | + <ClCompile> |
| 105 | + <AdditionalIncludeDirectories>$(VSLIncludePath);$(VSIntegrationInclude);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 106 | + <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> |
| 107 | + <WarningLevel>Level4</WarningLevel> |
| 108 | + <TreatWarningAsError>true</TreatWarningAsError> |
| 109 | + </ClCompile> |
| 110 | + <ResourceCompile> |
| 111 | + <AdditionalIncludeDirectories>$(VSIntegrationInclude);$(IntDir);$(OutDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 112 | + </ResourceCompile> |
| 113 | + <Link> |
| 114 | + <AdditionalLibraryDirectories>$(VSIntegrationLibraries);$(IntDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 115 | + </Link> |
| 116 | + </ItemDefinitionGroup> |
| 117 | + <ItemGroup> |
| 118 | + <BuildMacro Include="Office10Include" /> |
| 119 | + <BuildMacro Include="RegitPath" /> |
| 120 | + <BuildMacro Include="VsctPath" /> |
| 121 | + <BuildMacro Include="VSIntegrationCommon" /> |
| 122 | + <BuildMacro Include="VSIntegrationIdl" /> |
| 123 | + <BuildMacro Include="VSIntegrationInclude" /> |
| 124 | + <BuildMacro Include="VSIntegrationLibraries" /> |
| 125 | + <BuildMacro Include="VSIntegrationRoot" /> |
| 126 | + <BuildMacro Include="VSIntegrationTools" /> |
| 127 | + <BuildMacro Include="VSLIncludePath" /> |
| 128 | + </ItemGroup> |
| 129 | +</Project> |
0 commit comments