Chromium Code Reviews| Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj |
| diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj |
| index 5d79f6d2653e956c71ab76b6e19f88ae9ca8fee0..e7ff956273e76c375d4a1f7bc8dfa742dab4ca90 100644 |
| --- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj |
| +++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj |
| @@ -127,11 +127,6 @@ |
| </COMReference> |
| </ItemGroup> |
| <ItemGroup> |
| - <Content Include="NativeClientVsAddIn_Testing.AddIn"> |
| - <SubType>Designer</SubType> |
| - </Content> |
| - </ItemGroup> |
| - <ItemGroup> |
| <EmbeddedResource Include="Strings.resx"> |
| <Generator>ResXFileCodeGenerator</Generator> |
| <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
| @@ -141,6 +136,11 @@ |
| <ItemGroup> |
| <WCFMetadata Include="Service References\" /> |
| </ItemGroup> |
| + <ItemGroup> |
| + <Content Include="NativeClientVSAddIn - For Testing.AddIn"> |
|
noelallen1
2012/08/04 01:18:34
So this is not a filename?
tysand
2012/08/04 02:07:34
This is a file name. I changed this because it se
|
| + <SubType>Designer</SubType> |
| + </Content> |
| + </ItemGroup> |
| <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
| <PropertyGroup> |
| <PreBuildEvent> |