|
|
@ -59,6 +59,9 @@ |
|
|
|
<Reference Include="Microsoft.VisualStudio.TestWindow.Core"> |
|
|
|
<HintPath>$(DevEnvDir)\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestWindow.Core.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.VisualStudio.TestWindow.Core"> |
|
|
|
<HintPath>$(DevEnvDir)\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestWindow.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.VisualStudio.TextManager.Interop" /> |
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.11.0" /> |
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" /> |
|
|
@ -140,9 +143,33 @@ |
|
|
|
<Link>OptionsDialog.cs</Link> |
|
|
|
<SubType>Component</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\VsDingExtensionProject\Players.cs"> |
|
|
|
<Link>Players.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\VsDingExtensionProject\Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="..\VsDingExtensionProject\Resources.Designer.cs" /> |
|
|
|
<Compile Include="..\VsDingExtensionProject\SingleSoundSelectControl.cs"> |
|
|
|
<Link>SingleSoundSelectControl.cs</Link> |
|
|
|
<SubType>UserControl</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\VsDingExtensionProject\SingleSoundSelectControl.Designer.cs"> |
|
|
|
<Link>SingleSoundSelectControl.Designer.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\VsDingExtensionProject\SoundSelectControl.cs"> |
|
|
|
<Link>SoundSelectControl.cs</Link> |
|
|
|
<SubType>UserControl</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\VsDingExtensionProject\SoundSelectControl.Designer.cs"> |
|
|
|
<Link>SoundSelectControl.Designer.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\VsDingExtensionProject\SoundsSelectOptionsPage.cs"> |
|
|
|
<Link>SoundsSelectOptionsPage.cs</Link> |
|
|
|
<SubType>Component</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="..\VsDingExtensionProject\VsDingExtensionProjectPackage.cs" /> |
|
|
|
<Compile Include="..\VsDingExtensionProject\WinApiHelper.cs"> |
|
|
|
<Link>WinApiHelper.cs</Link> |
|
|
|
</Compile> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="..\VsDingExtensionProject\Key.snk" /> |
|
|
@ -152,6 +179,15 @@ |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<EmbeddedResource Include="..\VsDingExtensionProject\Resources.resx" /> |
|
|
|
<EmbeddedResource Include="..\VsDingExtensionProject\SingleSoundSelectControl.resx"> |
|
|
|
<Link>SingleSoundSelectControl.resx</Link> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="..\VsDingExtensionProject\SoundSelectControl.resx"> |
|
|
|
<Link>SoundSelectControl.resx</Link> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="..\VsDingExtensionProject\SoundsSelectOptionsPage.resx"> |
|
|
|
<Link>SoundsSelectOptionsPage.resx</Link> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="..\VsDingExtensionProject\VSPackage.resx" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|