Skip to content

Commit

Permalink
Update WingetCreateCLI.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 committed Jun 22, 2024
1 parent c779ba8 commit 3d33192
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/WingetCreateCLI/WingetCreateCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,6 @@
</EmbeddedResource>
</ItemGroup>

<!--Include
VCLib binary dependencies-->
<ItemGroup Condition="'$(SelfContained)'=='true' And '$(IsWindows)'=='true'">
<None Update="msvcp140.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="vcruntime140.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="vcruntime140_1.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<SettingSchema Include="$(ProjectDir)\Schemas\settings.schema.0.1.json" ModelName="Settings" />
</ItemGroup>
Expand Down Expand Up @@ -142,4 +128,4 @@
<Exec
Command="$(NSwagExe_Net80) jsonschema2csclient /name:%(ModelName)Manifest /namespace:Microsoft.WingetCreateCLI.Models.%(SettingSchema.ModelName) /input:%(FullPath) /output:$(ProjectDir)Models\%(ModelName)Model.cs /InlineNamedArrays:true /RequiredPropertiesMustBeDefined:false /ArrayType:System.Collections.Generic.List /ArrayInstanceType:System.Collections.Generic.List" />
</Target>
</Project>
</Project>

0 comments on commit 3d33192

Please sign in to comment.