|
1005 | 1005 | <TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\debug.d.ts" /> |
1006 | 1006 | <TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\debug.d.ts" /> |
1007 | 1007 | </ItemGroup> |
| 1008 | + <ItemGroup> |
| 1009 | + <Compile Include="SharedProject\Navigation\SourceLocation.cs" /> |
| 1010 | + <Compile Include="SharedProject\AllFilesProjectElement.cs" /> |
| 1011 | + <Compile Include="SharedProject\HierarchyNodeFlags.cs" /> |
| 1012 | + <Compile Include="SharedProject\OutputWindowRedirector.cs" /> |
| 1013 | + <Compile Include="SharedProject\ProcessOutput.cs" /> |
| 1014 | + <Compile Include="SharedProject\TaskDialog.cs" /> |
| 1015 | + <Compile Include="SharedProject\OverwriteFileDialog.xaml.cs"> |
| 1016 | + <DependentUpon>OverwriteFileDialog.xaml</DependentUpon> |
| 1017 | + </Compile> |
| 1018 | + <Page Include="SharedProject\OverwriteFileDialog.xaml"> |
| 1019 | + <SubType>Designer</SubType> |
| 1020 | + <Generator>MSBuild:Compile</Generator> |
| 1021 | + </Page> |
| 1022 | + <Compile Include="SharedProject\Navigation\IScopeNode.cs" /> |
| 1023 | + <Compile Include="SharedProject\CommonConstants.cs" /> |
| 1024 | + <Compile Include="SharedProject\CommonPackage.cs" /> |
| 1025 | + <Compile Include="SharedProject\CommonUtils.cs" /> |
| 1026 | + <Compile Include="SharedProject\DebugTimer.cs" /> |
| 1027 | + <Compile Include="SharedProject\DeveloperActivityAttribute.cs" /> |
| 1028 | + <Compile Include="SharedProject\DialogWindowVersioningWorkaround.cs" /> |
| 1029 | + <Compile Include="SharedProject\Navigation\CommonLibraryNode.cs" /> |
| 1030 | + <Compile Include="SharedProject\Navigation\ProjectLibraryNode.cs" /> |
| 1031 | + <Compile Include="SharedProject\Navigation\HierarchyListener.cs" /> |
| 1032 | + <Compile Include="SharedProject\Navigation\ICustomSearchListProvider.cs" /> |
| 1033 | + <Compile Include="SharedProject\Navigation\ILibraryManager.cs" /> |
| 1034 | + <Compile Include="SharedProject\Navigation\ISimpleObject.cs" /> |
| 1035 | + <Compile Include="SharedProject\Navigation\Library.cs" /> |
| 1036 | + <Compile Include="SharedProject\Navigation\LibraryManager.cs" /> |
| 1037 | + <Compile Include="SharedProject\Navigation\LibraryNode.cs" /> |
| 1038 | + <Compile Include="SharedProject\Navigation\LibraryTask.cs" /> |
| 1039 | + <Compile Include="SharedProject\Navigation\ModuleId.cs" /> |
| 1040 | + <Compile Include="SharedProject\Navigation\SimpleObject.cs" /> |
| 1041 | + <Compile Include="SharedProject\Navigation\SimpleObjectList.cs" /> |
| 1042 | + <Compile Include="SharedProject\Navigation\TextLineEventListener.cs" /> |
| 1043 | + <Compile Include="SharedProject\AssemblyReferenceNode.cs" /> |
| 1044 | + <Compile Include="SharedProject\Attributes.cs" /> |
| 1045 | + <Compile Include="SharedProject\Automation\AutomationScope.cs" /> |
| 1046 | + <Compile Include="SharedProject\Automation\OAProjectConfigurationProperties.cs" /> |
| 1047 | + <Compile Include="SharedProject\Automation\OAFileItem.cs" /> |
| 1048 | + <Compile Include="SharedProject\Automation\OAFolderItem.cs" /> |
| 1049 | + <Compile Include="SharedProject\Automation\OANavigableProjectItems.cs" /> |
| 1050 | + <Compile Include="SharedProject\Automation\OANullProperty.cs" /> |
| 1051 | + <Compile Include="SharedProject\Automation\OAProject.cs" /> |
| 1052 | + <Compile Include="SharedProject\Automation\OAProjectItem.cs" /> |
| 1053 | + <Compile Include="SharedProject\Automation\OAProjectItems.cs" /> |
| 1054 | + <Compile Include="SharedProject\Automation\OAProperties.cs" /> |
| 1055 | + <Compile Include="SharedProject\Automation\OAProperty.cs" /> |
| 1056 | + <Compile Include="SharedProject\Automation\OAReferenceFolderItem.cs" /> |
| 1057 | + <Compile Include="SharedProject\Automation\OAReferenceItem.cs" /> |
| 1058 | + <Compile Include="SharedProject\Automation\VSProject\OAAssemblyReference.cs" /> |
| 1059 | + <Compile Include="SharedProject\Automation\VSProject\OAProjectReference.cs" /> |
| 1060 | + <Compile Include="SharedProject\Automation\VSProject\OAReferenceBase.cs" /> |
| 1061 | + <Compile Include="SharedProject\Automation\VSProject\OAReferences.cs" /> |
| 1062 | + <Compile Include="SharedProject\Automation\VSProject\OAVSProject.cs" /> |
| 1063 | + <Compile Include="SharedProject\Automation\VSProject\OAVSProjectItem.cs" /> |
| 1064 | + <Compile Include="SharedProject\BuildDependency.cs" /> |
| 1065 | + <Compile Include="SharedProject\BuildPropertyPage.cs" /> |
| 1066 | + <Compile Include="SharedProject\CommonConfigProvider.cs" /> |
| 1067 | + <Compile Include="SharedProject\CommonEditorFactory.cs" /> |
| 1068 | + <Compile Include="SharedProject\CommonFileNode.cs" /> |
| 1069 | + <Compile Include="SharedProject\CommonFolderNode.cs" /> |
| 1070 | + <Compile Include="SharedProject\CommonNonCodeFileNode.cs" /> |
| 1071 | + <Compile Include="SharedProject\CommonProjectConfig.cs" /> |
| 1072 | + <Compile Include="SharedProject\CommonProjectNode.cs" /> |
| 1073 | + <Compile Include="SharedProject\CommonProjectNodeProperties.cs" /> |
| 1074 | + <Compile Include="SharedProject\CommonProjectPackage.cs" /> |
| 1075 | + <Compile Include="SharedProject\CommonPropertyPage.cs" /> |
| 1076 | + <Compile Include="SharedProject\CommonReferenceContainerNode.cs" /> |
| 1077 | + <Compile Include="SharedProject\ConfigProvider.cs" /> |
| 1078 | + <Compile Include="SharedProject\FileWatcher.cs" /> |
| 1079 | + <Compile Include="SharedProject\FlavoredProjectFactoryBase.cs" /> |
| 1080 | + <Compile Include="SharedProject\DataObject.cs" /> |
| 1081 | + <Compile Include="SharedProject\DependentFileNode.cs" /> |
| 1082 | + <Compile Include="SharedProject\DesignPropertyDescriptor.cs" /> |
| 1083 | + <Compile Include="SharedProject\DirtyChangedEventArgs.cs" /> |
| 1084 | + <Compile Include="SharedProject\DocumentManager.cs" /> |
| 1085 | + <Compile Include="SharedProject\EnumBSTR.cs" /> |
| 1086 | + <Compile Include="SharedProject\EnumDependencies.cs" /> |
| 1087 | + <Compile Include="SharedProject\ExtensibilityEventsDispatcher.cs" /> |
| 1088 | + <Compile Include="SharedProject\FileChangeManager.cs" /> |
| 1089 | + <Compile Include="SharedProject\FileDocumentManager.cs" /> |
| 1090 | + <Compile Include="SharedProject\FileNode.cs" /> |
| 1091 | + <Compile Include="SharedProject\FolderNode.cs" /> |
| 1092 | + <Compile Include="SharedProject\HierarchyNode.cs" /> |
| 1093 | + <Compile Include="SharedProject\HierarchyIdMap.cs" /> |
| 1094 | + <Compile Include="SharedProject\IDEBuildLogger.cs" /> |
| 1095 | + <Compile Include="SharedProject\IdleManager.cs" /> |
| 1096 | + <Compile Include="SharedProject\ClipboardServiceBase.cs" /> |
| 1097 | + <Compile Include="SharedProject\ClipboardService.cs" /> |
| 1098 | + <Compile Include="SharedProject\ImageHandler.cs" /> |
| 1099 | + <Compile Include="SharedProject\Interfaces.cs" /> |
| 1100 | + <Compile Include="SharedProject\IProjectLauncher.cs" /> |
| 1101 | + <Compile Include="SharedProject\IProjectLaunchProperties.cs" /> |
| 1102 | + <Compile Include="SharedProject\IProjectPublisher.cs" /> |
| 1103 | + <Compile Include="SharedProject\IPublishFile.cs" /> |
| 1104 | + <Compile Include="SharedProject\IPublishProject.cs" /> |
| 1105 | + <Compile Include="SharedProject\LocalizableProperties.cs" /> |
| 1106 | + <Compile Include="SharedProject\Misc\ConnectionPointContainer.cs" /> |
| 1107 | + <Compile Include="SharedProject\Misc\ExternDll.cs" /> |
| 1108 | + <Compile Include="SharedProject\Misc\NativeMethods.cs" /> |
| 1109 | + <Compile Include="SharedProject\Misc\UnsafeNativeMethods.cs" /> |
| 1110 | + <Compile Include="SharedProject\MsBuildProjectElement.cs" /> |
| 1111 | + <Compile Include="SharedProject\NodeProperties.cs" /> |
| 1112 | + <Compile Include="SharedProject\ObservableCollectionExtensions.cs" /> |
| 1113 | + <Compile Include="SharedProject\OleServiceProvider.cs" /> |
| 1114 | + <Compile Include="SharedProject\Output.cs" /> |
| 1115 | + <Compile Include="SharedProject\OutputGroup.cs" /> |
| 1116 | + <Compile Include="SharedProject\ProjectConfig.cs" /> |
| 1117 | + <Compile Include="SharedProject\ProjectDesignerDocumentManager.cs" /> |
| 1118 | + <Compile Include="SharedProject\ProjectDocumentsListener.cs" /> |
| 1119 | + <Compile Include="SharedProject\ProjectDocumentsListenerForStartupFileUpdates.cs" /> |
| 1120 | + <Compile Include="SharedProject\ProjectElement.cs" /> |
| 1121 | + <Compile Include="SharedProject\ProjectFactory.cs" /> |
| 1122 | + <Compile Include="SharedProject\ProjectFileConstants.cs" /> |
| 1123 | + <Compile Include="SharedProject\ProjectNode.CopyPaste.cs" /> |
| 1124 | + <Compile Include="SharedProject\ProjectNode.IOleCommandTarget.cs" /> |
| 1125 | + <Compile Include="SharedProject\ProjectNode.cs" /> |
| 1126 | + <Compile Include="SharedProject\ProjectNode.Events.cs" /> |
| 1127 | + <Compile Include="SharedProject\ProjectPackage.cs" /> |
| 1128 | + <Compile Include="SharedProject\ProjectReferenceNode.cs" /> |
| 1129 | + <Compile Include="SharedProject\ProjectResources.cs" /> |
| 1130 | + <Compile Include="SharedProject\PropertiesEditorLauncher.cs" /> |
| 1131 | + <Compile Include="SharedProject\PublishFailedException.cs" /> |
| 1132 | + <Compile Include="SharedProject\PublishFile.cs" /> |
| 1133 | + <Compile Include="SharedProject\PublishProject.cs" /> |
| 1134 | + <Compile Include="SharedProject\PublishProjectOptions.cs" /> |
| 1135 | + <Compile Include="SharedProject\ReferenceContainerNode.cs" /> |
| 1136 | + <Compile Include="SharedProject\ReferenceNode.cs" /> |
| 1137 | + <Compile Include="SharedProject\SolutionListener.cs" /> |
| 1138 | + <Compile Include="SharedProject\SolutionListenerForBuildDependencyUpdate.cs" /> |
| 1139 | + <Compile Include="SharedProject\SolutionListenerForProjectOpen.cs" /> |
| 1140 | + <Compile Include="SharedProject\StructuresEnums.cs" /> |
| 1141 | + <Compile Include="SharedProject\SuspendFileChanges.cs" /> |
| 1142 | + <Compile Include="SharedProject\TaskProgressBar.xaml.cs"> |
| 1143 | + <DependentUpon>TaskProgressBar.xaml</DependentUpon> |
| 1144 | + </Compile> |
| 1145 | + <Compile Include="SharedProject\IDiskBasedNode.cs" /> |
| 1146 | + <Compile Include="SharedProject\Command.cs" /> |
| 1147 | + <Compile Include="SharedProject\SharedCommands.cs" /> |
| 1148 | + <Page Include="SharedProject\TaskProgressBar.xaml"> |
| 1149 | + <Generator>MSBuild:Compile</Generator> |
| 1150 | + <SubType>Designer</SubType> |
| 1151 | + </Page> |
| 1152 | + <Compile Include="SharedProject\TrackDocumentsHelper.cs" /> |
| 1153 | + <Compile Include="SharedProject\UIThread.cs" /> |
| 1154 | + <Compile Include="SharedProject\UIThreadBase.cs" /> |
| 1155 | + <Compile Include="SharedProject\UIThreadSynchronizer.cs" /> |
| 1156 | + <Compile Include="SharedProject\UpdateSolutionEventsListener.cs" /> |
| 1157 | + <Compile Include="SharedProject\Utilities.cs" /> |
| 1158 | + <Compile Include="SharedProject\VirtualProjectElement.cs" /> |
| 1159 | + <Compile Include="SharedProject\VsCommands.cs" /> |
| 1160 | + <Compile Include="SharedProject\VSShellUtilities.cs" /> |
| 1161 | + <Compile Include="SharedProject\WaitDialog.cs" /> |
| 1162 | + <Compile Include="SharedProject\WebPiComponentPickerControl.cs"> |
| 1163 | + <SubType>UserControl</SubType> |
| 1164 | + </Compile> |
| 1165 | + <Compile Include="SharedProject\WebPiComponentPickerControl.Designer.cs"> |
| 1166 | + <DependentUpon>WebPiComponentPickerControl.cs</DependentUpon> |
| 1167 | + </Compile> |
| 1168 | + <Compile Include="SharedProject\ProvideDebugEngineAttribute.cs" /> |
| 1169 | + <Compile Include="SharedProject\ProvideDebugExceptionAttribute.cs" /> |
| 1170 | + <Compile Include="SharedProject\WebSocketStream.cs" /> |
| 1171 | + <Compile Include="SharedProject\ProvideCodeExpansionsAttribute.cs" /> |
| 1172 | + <Compile Include="SharedProject\ProvideCodeExpansionPathAttribute.cs" /> |
| 1173 | + <Compile Include="SharedProject\ProvideDebugLanguageAttribute.cs" /> |
| 1174 | + <Compile Include="SharedProject\ProvideDebugPortSupplierAttribute.cs" /> |
| 1175 | + <Compile Include="SharedProject\ProvideDebugPortPickerAttribute.cs" /> |
| 1176 | + <Compile Include="SharedProject\ProvideTextEditorAutomationAttribute.cs" /> |
| 1177 | + <Compile Include="SharedProject\VsExtensions.cs" /> |
| 1178 | + <Compile Include="SharedProject\SolutionEventsListener.cs" /> |
| 1179 | + <Compile Include="SharedProject\ExceptionExtensions.cs" /> |
| 1180 | + <Compile Include="SharedProject\TaskExtensions.cs" /> |
| 1181 | + <Compile Include="SharedProject\VsTaskExtensions.cs" /> |
| 1182 | + <Compile Include="SharedProject\Wpf\Commands.cs" /> |
| 1183 | + <Compile Include="SharedProject\Wpf\ConfigurationControl.cs" /> |
| 1184 | + <Compile Include="SharedProject\Wpf\LabelledButton.cs" /> |
| 1185 | + <Compile Include="SharedProject\Wpf\LabelledControl.cs" /> |
| 1186 | + <Compile Include="SharedProject\Wpf\Controls.cs" /> |
| 1187 | + <Compile Include="SharedProject\Wpf\NativeMethods.cs" /> |
| 1188 | + <Compile Include="SharedProject\Wpf\Dialogs.cs" /> |
| 1189 | + <Page Include="SharedProject\Wpf\Controls.xaml"> |
| 1190 | + <Generator>MSBuild:Compile</Generator> |
| 1191 | + <SubType>Designer</SubType> |
| 1192 | + </Page> |
| 1193 | + <Compile Include="SharedProject\Wpf\LambdaConverter\ILambdaConverterProvider.cs" /> |
| 1194 | + <Compile Include="SharedProject\Wpf\LambdaConverter\LambdaConverter.cs" /> |
| 1195 | + <Compile Include="SharedProject\Wpf\LambdaConverter\LambdaExtension.cs" /> |
| 1196 | + <Compile Include="SharedProject\Wpf\LambdaConverter\LambdaProperties.cs" /> |
| 1197 | + </ItemGroup> |
| 1198 | + <ItemGroup> |
| 1199 | + <EmbeddedResource Include="SharedProject\ProjectResources.resx"> |
| 1200 | + <ManifestResourceName>Microsoft.VisualStudio.Project</ManifestResourceName> |
| 1201 | + </EmbeddedResource> |
| 1202 | + </ItemGroup> |
| 1203 | + <ItemGroup> |
| 1204 | + <EmbeddedResource Include="SharedProject\WebPiComponentPickerControl.resx"> |
| 1205 | + <DependentUpon>WebPiComponentPickerControl.cs</DependentUpon> |
| 1206 | + <SubType>Designer</SubType> |
| 1207 | + </EmbeddedResource> |
| 1208 | + </ItemGroup> |
1008 | 1209 | <ItemGroup> |
1009 | 1210 | <FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll"> |
1010 | 1211 | <TranslationFile>$(BuildRoot)loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile> |
|
1035 | 1236 | <CreateVsixContainer>false</CreateVsixContainer> |
1036 | 1237 | <CopyVsixExtensionFiles>false</CopyVsixExtensionFiles> |
1037 | 1238 | </PropertyGroup> |
1038 | | - <Import Project="$(BuildRoot)\Common\Product\SharedProject\SharedProject.proj" /> |
1039 | 1239 | <Import Project="$(BuildRoot)\Build\Common.Build.CSharp.targets" /> |
1040 | 1240 | <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> |
1041 | 1241 | <Import Project="..\ProjectAfter.targets" /> |
|
0 commit comments