|
32 | 32 | <ProjectGuid>{9E680E03-63F9-40AD-9FBB-3BAA4BCFDC25}</ProjectGuid>
|
33 | 33 | <OutputType>Library</OutputType>
|
34 | 34 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
35 |
| - <RootNamespace>CodingWithCalvin.VisualStudioCam</RootNamespace> |
36 |
| - <AssemblyName>CodingWithCalvin.VisualStudioCam</AssemblyName> |
| 35 | + <RootNamespace>CodingWithCalvin.WebcamStudio</RootNamespace> |
| 36 | + <AssemblyName>CodingWithCalvin.WebcamStudio</AssemblyName> |
37 | 37 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
38 | 38 | <GeneratePkgDefFile>true</GeneratePkgDefFile>
|
39 | 39 | <UseCodebase>true</UseCodebase>
|
|
65 | 65 | </PropertyGroup>
|
66 | 66 | <ItemGroup>
|
67 | 67 | <Compile Include="Properties\AssemblyInfo.cs" />
|
| 68 | + <Compile Include="source.extension.cs"> |
| 69 | + <AutoGen>True</AutoGen> |
| 70 | + <DesignTime>True</DesignTime> |
| 71 | + <DependentUpon>source.extension.vsixmanifest</DependentUpon> |
| 72 | + </Compile> |
68 | 73 | <Compile Include="ToolWindow.cs" />
|
69 |
| - <Compile Include="VSPackage.cs" /> |
| 74 | + <Compile Include="WebcamStudioPackage.cs" /> |
70 | 75 | <Compile Include="WebcamView.xaml.cs">
|
71 | 76 | <DependentUpon>WebcamView.xaml</DependentUpon>
|
72 | 77 | </Compile>
|
73 | 78 | </ItemGroup>
|
74 | 79 | <ItemGroup>
|
| 80 | + <Content Include="..\..\LICENSE"> |
| 81 | + <Link>resources\LICENSE</Link> |
| 82 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 83 | + </Content> |
75 | 84 | <None Include="source.extension.vsixmanifest">
|
76 | 85 | <SubType>Designer</SubType>
|
| 86 | + <Generator>VsixManifestGenerator</Generator> |
| 87 | + <LastGenOutput>source.extension.cs</LastGenOutput> |
77 | 88 | </None>
|
78 | 89 | </ItemGroup>
|
79 | 90 | <ItemGroup>
|
|
90 | 101 | <Reference Include="WindowsBase" />
|
91 | 102 | </ItemGroup>
|
92 | 103 | <ItemGroup>
|
93 |
| - <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.6.36389" ExcludeAssets="runtime"> |
| 104 | + <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.9.37000" ExcludeAssets="runtime"> |
94 | 105 | <IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
95 | 106 | </PackageReference>
|
96 |
| - <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.6.2164"> |
| 107 | + <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.9.3184"> |
97 | 108 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
98 | 109 | <PrivateAssets>all</PrivateAssets>
|
99 | 110 | </PackageReference>
|
|
106 | 117 | </ItemGroup>
|
107 | 118 | <ItemGroup />
|
108 | 119 | <ItemGroup>
|
109 |
| - <Content Include="C:\Program Files %28x86%29\Progress\Telerik UI for WPF R1 2023\Binaries\WPF45\MediaFoundation\MediaFoundation.dll"> |
110 |
| - <Link>Assemblies\MediaFoundation.dll</Link> |
111 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
112 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
113 |
| - <InstallRoot>ReferenceAssemblies</InstallRoot> |
114 |
| - </Content> |
115 |
| - <Content Include="C:\Program Files %28x86%29\Progress\Telerik UI for WPF R1 2023\Binaries\WPF45\SharpDX\SharpDX.Direct3D9.dll"> |
116 |
| - <Link>Assemblies\SharpDX.Direct3D9.dll</Link> |
117 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
118 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
119 |
| - <InstallRoot>ReferenceAssemblies</InstallRoot> |
120 |
| - </Content> |
121 |
| - <Content Include="C:\Program Files %28x86%29\Progress\Telerik UI for WPF R1 2023\Binaries\WPF45\SharpDX\SharpDX.dll"> |
122 |
| - <Link>Assemblies\SharpDX.dll</Link> |
123 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
124 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
125 |
| - <InstallRoot>ReferenceAssemblies</InstallRoot> |
126 |
| - </Content> |
127 |
| - <Content Include="C:\Program Files %28x86%29\Progress\Telerik UI for WPF R1 2023\Binaries\WPF45\Telerik.Windows.Controls.dll"> |
128 |
| - <Link>Assemblies\Telerik.Windows.Controls.dll</Link> |
129 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
130 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
131 |
| - <InstallRoot>ReferenceAssemblies</InstallRoot> |
132 |
| - </Content> |
133 |
| - <Content Include="C:\Program Files %28x86%29\Progress\Telerik UI for WPF R1 2023\Binaries\WPF45\Telerik.Windows.Controls.Media.dll"> |
134 |
| - <Link>Assemblies\Telerik.Windows.Controls.Media.dll</Link> |
135 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
136 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
137 |
| - <InstallRoot>ReferenceAssemblies</InstallRoot> |
138 |
| - </Content> |
139 |
| - <Content Include="C:\Program Files %28x86%29\Progress\Telerik UI for WPF R1 2023\Binaries\WPF45\Telerik.Windows.MediaFoundation.dll"> |
140 |
| - <Link>Assemblies\Telerik.Windows.MediaFoundation.dll</Link> |
141 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 120 | + <Content Include="..\..\resources\icon.png"> |
| 121 | + <Link>resources\icon.png</Link> |
142 | 122 | <IncludeInVSIX>true</IncludeInVSIX>
|
143 |
| - <InstallRoot>ReferenceAssemblies</InstallRoot> |
144 | 123 | </Content>
|
145 | 124 | </ItemGroup>
|
146 | 125 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
0 commit comments