|
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> |
| 84 | + <Content Include="assemblies\MediaFoundation.dll"> |
| 85 | + <InstallRoot>ReferenceAssemblies</InstallRoot> |
| 86 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 87 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 88 | + </Content> |
| 89 | + <Content Include="assemblies\SharpDX.Direct3D9.dll"> |
| 90 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 91 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 92 | + <InstallRoot>ReferenceAssemblies</InstallRoot> |
| 93 | + </Content> |
| 94 | + <Content Include="assemblies\SharpDX.dll"> |
| 95 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 96 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 97 | + <InstallRoot>ReferenceAssemblies</InstallRoot> |
| 98 | + </Content> |
| 99 | + <Content Include="assemblies\Telerik.Windows.Controls.dll"> |
| 100 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 101 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 102 | + <InstallRoot>ReferenceAssemblies</InstallRoot> |
| 103 | + </Content> |
| 104 | + <Content Include="assemblies\Telerik.Windows.Controls.Media.dll"> |
| 105 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 106 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 107 | + <InstallRoot>ReferenceAssemblies</InstallRoot> |
| 108 | + </Content> |
| 109 | + <Content Include="assemblies\Telerik.Windows.MediaFoundation.dll"> |
| 110 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 111 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 112 | + <InstallRoot>ReferenceAssemblies</InstallRoot> |
| 113 | + </Content> |
75 | 114 | <None Include="source.extension.vsixmanifest">
|
76 | 115 | <SubType>Designer</SubType>
|
| 116 | + <Generator>VsixManifestGenerator</Generator> |
| 117 | + <LastGenOutput>source.extension.cs</LastGenOutput> |
77 | 118 | </None>
|
78 | 119 | </ItemGroup>
|
79 | 120 | <ItemGroup>
|
|
106 | 147 | </ItemGroup>
|
107 | 148 | <ItemGroup />
|
108 | 149 | <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> |
| 150 | + <Content Include="..\..\resources\icon.png"> |
| 151 | + <Link>resources\icon.png</Link> |
142 | 152 | <IncludeInVSIX>true</IncludeInVSIX>
|
143 |
| - <InstallRoot>ReferenceAssemblies</InstallRoot> |
144 | 153 | </Content>
|
145 | 154 | </ItemGroup>
|
146 | 155 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
0 commit comments