| 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">
|
| + <SubType>Designer</SubType>
|
| + </Content>
|
| + </ItemGroup>
|
| <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
| <PropertyGroup>
|
| <PreBuildEvent>
|
|
|