Skip to content

Commit 585bc62

Browse files
committed
Change windows target version to 10.0.20348.0
1 parent d06c30e commit 585bc62

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NetLibDirectshowCapture/NetLibDirectshowCapture.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<ProjectGuid>{F54900FF-3C66-4E62-BD12-FD2D55E2C9A7}</ProjectGuid>
2424
<Keyword>NetCoreCProj</Keyword>
2525
<RootNamespace>NetLibDirectshowCapture</RootNamespace>
26-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2726
<TargetFramework>net8.0</TargetFramework>
2827
<WindowsTargetPlatformMinVersion>7.0</WindowsTargetPlatformMinVersion>
2928
<EnableManagedPackageReferenceSupport>true</EnableManagedPackageReferenceSupport>
@@ -43,11 +42,12 @@
4342
<PackageProjectUrl>https://github.com/charlescao460/NetLibDirectshowCapture</PackageProjectUrl>
4443
<PackageTags>NetLibDirectshowCapture;DirectShow;OBSproject;capture-video;camera;capture-card</PackageTags>
4544
<RepositoryUrl>git@github.com:charlescao460/NetLibDirectshowCapture.git</RepositoryUrl>
45+
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<None Include="$(SolutionDir)README.md" Pack="true" PackagePath="\"/>
49-
<BuiltProjectOutputGroupOutput Include="$(SolutionDir)build\libdshowcapture\bin\$(Platform)\$(Configuration)\dshowcapture.dll" />
50-
<BuiltProjectOutputGroupOutput Include="$(SolutionDir)build\libdshowcapture\bin\$(Platform)\$(Configuration)\Ijwhost.dll" />
48+
<None Include="$(SolutionDir)README.md" Pack="true" PackagePath="\" />
49+
<BuiltProjectOutputGroupOutput Include="$(SolutionDir)build\libdshowcapture\bin\$(Platform)\$(Configuration)\dshowcapture.dll" />
50+
<BuiltProjectOutputGroupOutput Include="$(SolutionDir)build\libdshowcapture\bin\$(Platform)\$(Configuration)\Ijwhost.dll" />
5151
</ItemGroup>
5252
<ItemGroup>
5353
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.9.1" PrivateAssets="all" />

NetLibDirectshowCapture/NetLibDirectshowCapture.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,7 @@
7676
<Filter>Resource Files</Filter>
7777
</Image>
7878
</ItemGroup>
79+
<ItemGroup>
80+
<None Include="$(SolutionDir)README.md" />
81+
</ItemGroup>
7982
</Project>

0 commit comments

Comments
 (0)