|
220 | 220 | <Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=$(VSTarget).0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
221 | 221 | </ItemGroup> |
222 | 222 | <ItemGroup> |
| 223 | + <Compile Include="..\..\..\Common\Product\SharedProject\CommonConstants.cs"> |
| 224 | + <Link>SharedProject\CommonConstants.cs</Link> |
| 225 | + </Compile> |
| 226 | + <Compile Include="..\..\..\Common\Product\SharedProject\CommonUtils.cs"> |
| 227 | + <Link>SharedProject\CommonUtils.cs</Link> |
| 228 | + </Compile> |
| 229 | + <Compile Include="..\..\..\Common\Product\SharedProject\ExceptionExtensions.cs"> |
| 230 | + <Link>SharedProject\ExceptionExtensions.cs</Link> |
| 231 | + </Compile> |
| 232 | + <Compile Include="..\..\..\Common\Product\SharedProject\ProcessOutput.cs"> |
| 233 | + <Link>SharedProject\ProcessOutput.cs</Link> |
| 234 | + </Compile> |
| 235 | + <Compile Include="..\..\..\Common\Product\SharedProject\SolutionEventsListener.cs"> |
| 236 | + <Link>SharedProject\SolutionEventsListener.cs</Link> |
| 237 | + </Compile> |
| 238 | + <Compile Include="..\..\..\Common\Product\SharedProject\TaskDialog.cs"> |
| 239 | + <Link>SharedProject\TaskDialog.cs</Link> |
| 240 | + </Compile> |
223 | 241 | <Compile Include="..\TypeScript\TypeScriptHelpers.cs"> |
224 | 242 | <Link>Project\TypeScriptHelpers.cs</Link> |
225 | 243 | </Compile> |
|
530 | 548 | <Compile Include="Telemetry\TelemetryHelper.cs" /> |
531 | 549 | </ItemGroup> |
532 | 550 | <ItemGroup> |
| 551 | + <EmbeddedResource Include="..\..\..\Common\Product\SharedProject\ProjectResources.resx"> |
| 552 | + <Link>SharedProject\ProjectResources.resx</Link> |
| 553 | + <ManifestResourceName>Microsoft.VisualStudio.Project</ManifestResourceName> |
| 554 | + </EmbeddedResource> |
| 555 | + <Compile Include="..\..\..\Common\Product\SharedProject\ProjectResources.cs"> |
| 556 | + <Link>SharedProject\ProjectResources.cs</Link> |
| 557 | + </Compile> |
533 | 558 | <EmbeddedResource Include="ImportWizardResources.resx"> |
534 | 559 | <Generator>PublicResXFileCodeGenerator</Generator> |
535 | 560 | <LastGenOutput>ImportWizardResources.Designer.cs</LastGenOutput> |
|
1010 | 1035 | <Compile Include="SharedProject\AllFilesProjectElement.cs" /> |
1011 | 1036 | <Compile Include="SharedProject\HierarchyNodeFlags.cs" /> |
1012 | 1037 | <Compile Include="SharedProject\OutputWindowRedirector.cs" /> |
1013 | | - <Compile Include="SharedProject\ProcessOutput.cs" /> |
1014 | | - <Compile Include="SharedProject\TaskDialog.cs" /> |
1015 | 1038 | <Compile Include="SharedProject\OverwriteFileDialog.xaml.cs"> |
1016 | 1039 | <DependentUpon>OverwriteFileDialog.xaml</DependentUpon> |
1017 | 1040 | </Compile> |
|
1020 | 1043 | <Generator>MSBuild:Compile</Generator> |
1021 | 1044 | </Page> |
1022 | 1045 | <Compile Include="SharedProject\Navigation\IScopeNode.cs" /> |
1023 | | - <Compile Include="SharedProject\CommonConstants.cs" /> |
1024 | 1046 | <Compile Include="SharedProject\CommonPackage.cs" /> |
1025 | | - <Compile Include="SharedProject\CommonUtils.cs" /> |
1026 | 1047 | <Compile Include="SharedProject\DebugTimer.cs" /> |
1027 | 1048 | <Compile Include="SharedProject\DeveloperActivityAttribute.cs" /> |
1028 | 1049 | <Compile Include="SharedProject\DialogWindowVersioningWorkaround.cs" /> |
|
1126 | 1147 | <Compile Include="SharedProject\ProjectNode.Events.cs" /> |
1127 | 1148 | <Compile Include="SharedProject\ProjectPackage.cs" /> |
1128 | 1149 | <Compile Include="SharedProject\ProjectReferenceNode.cs" /> |
1129 | | - <Compile Include="SharedProject\ProjectResources.cs" /> |
1130 | 1150 | <Compile Include="SharedProject\PropertiesEditorLauncher.cs" /> |
1131 | 1151 | <Compile Include="SharedProject\PublishFailedException.cs" /> |
1132 | 1152 | <Compile Include="SharedProject\PublishFile.cs" /> |
|
1175 | 1195 | <Compile Include="SharedProject\ProvideDebugPortPickerAttribute.cs" /> |
1176 | 1196 | <Compile Include="SharedProject\ProvideTextEditorAutomationAttribute.cs" /> |
1177 | 1197 | <Compile Include="SharedProject\VsExtensions.cs" /> |
1178 | | - <Compile Include="SharedProject\SolutionEventsListener.cs" /> |
1179 | | - <Compile Include="SharedProject\ExceptionExtensions.cs" /> |
1180 | 1198 | <Compile Include="SharedProject\TaskExtensions.cs" /> |
1181 | 1199 | <Compile Include="SharedProject\VsTaskExtensions.cs" /> |
1182 | 1200 | <Compile Include="SharedProject\Wpf\Commands.cs" /> |
|
1195 | 1213 | <Compile Include="SharedProject\Wpf\LambdaConverter\LambdaExtension.cs" /> |
1196 | 1214 | <Compile Include="SharedProject\Wpf\LambdaConverter\LambdaProperties.cs" /> |
1197 | 1215 | </ItemGroup> |
1198 | | - <ItemGroup> |
1199 | | - <EmbeddedResource Include="SharedProject\ProjectResources.resx"> |
1200 | | - <ManifestResourceName>Microsoft.VisualStudio.Project</ManifestResourceName> |
1201 | | - </EmbeddedResource> |
1202 | | - </ItemGroup> |
1203 | 1216 | <ItemGroup> |
1204 | 1217 | <EmbeddedResource Include="SharedProject\WebPiComponentPickerControl.resx"> |
1205 | 1218 | <DependentUpon>WebPiComponentPickerControl.cs</DependentUpon> |
|
0 commit comments