Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
YimuQrrr authored Aug 4, 2024
1 parent 0233506 commit 0938b86
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 13 deletions.
57 changes: 50 additions & 7 deletions Remove_Shortcut_Icon/Remove_Shortcut_Icon.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,53 @@
<Project Sdk="Microsoft.NET.Sdk">

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4F3127E4-4E4B-434A-BC16-4A4195164164}</ProjectGuid>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Remove_Shortcut_Icon</RootNamespace>
<AssemblyName>Remove Shortcut Icon</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>

</Project>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
12 changes: 6 additions & 6 deletions Remove_Shortcut_Icon/Remove_Shortcut_Icon.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34407.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remove_Shortcut_Icon", "Remove_Shortcut_Icon.csproj", "{C21496F7-BC4E-454D-B41A-6514B8E74337}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remove_Shortcut_Icon", "Remove_Shortcut_Icon.csproj", "{4F3127E4-4E4B-434A-BC16-4A4195164164}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C21496F7-BC4E-454D-B41A-6514B8E74337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C21496F7-BC4E-454D-B41A-6514B8E74337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C21496F7-BC4E-454D-B41A-6514B8E74337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C21496F7-BC4E-454D-B41A-6514B8E74337}.Release|Any CPU.Build.0 = Release|Any CPU
{4F3127E4-4E4B-434A-BC16-4A4195164164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F3127E4-4E4B-434A-BC16-4A4195164164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F3127E4-4E4B-434A-BC16-4A4195164164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F3127E4-4E4B-434A-BC16-4A4195164164}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2104A238-78B9-4509-A4CC-4915C2509480}
SolutionGuid = {37F1C066-BE30-4D1F-BDD0-E254D6011D87}
EndGlobalSection
EndGlobal

0 comments on commit 0938b86

Please sign in to comment.