2017-02-26 19:23:31 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{55D4FF65-EDC7-48EF-933E-B6E7F3809B68}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-12-20 07:42:04 +00:00
|
|
|
|
<RootNamespace>DisplayMagicianShellExtension</RootNamespace>
|
|
|
|
|
<AssemblyName>DisplayMagicianShellExtension</AssemblyName>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-08-10 14:16:01 +00:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2020-12-20 09:27:52 +00:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2020-07-24 04:51:48 +00:00
|
|
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
2020-11-30 09:25:58 +00:00
|
|
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
2021-02-07 01:42:17 +00:00
|
|
|
|
<CodeAnalysisRuleSet>DisplayMagicianShellExtension.ruleset</CodeAnalysisRuleSet>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2017-08-10 14:16:01 +00:00
|
|
|
|
<OutputPath>..\Release\</OutputPath>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2021-02-07 01:42:17 +00:00
|
|
|
|
<CodeAnalysisRuleSet>DisplayMagicianShellExtension.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</PropertyGroup>
|
2020-10-23 08:39:09 +00:00
|
|
|
|
<PropertyGroup>
|
2020-12-02 08:11:23 +00:00
|
|
|
|
<ApplicationIcon>Resources\DisplayMagician.ico</ApplicationIcon>
|
2020-10-23 08:39:09 +00:00
|
|
|
|
</PropertyGroup>
|
2020-11-21 20:51:50 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2020-11-30 09:25:58 +00:00
|
|
|
|
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
|
2020-11-21 20:51:50 +00:00
|
|
|
|
</PropertyGroup>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-12-02 08:11:23 +00:00
|
|
|
|
<Compile Include="DisplayMagicianDesktopMenuExtension.cs" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Resources\Language.Designer.cs">
|
|
|
|
|
<DependentUpon>Language.resx</DependentUpon>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
2020-12-20 07:42:04 +00:00
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
2020-11-22 07:49:37 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Resources\Language.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Language.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<ItemGroup>
|
2020-08-07 03:59:23 +00:00
|
|
|
|
<PackageReference Include="EDIDParser">
|
|
|
|
|
<Version>1.2.0.1</Version>
|
|
|
|
|
</PackageReference>
|
2021-02-07 02:22:54 +00:00
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
|
|
|
|
|
<Version>5.0.3</Version>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<PackageReference Include="ServerRegistrationManager">
|
|
|
|
|
<Version>2.7.2</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="SharpShell">
|
|
|
|
|
<Version>2.7.2</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2020-10-23 08:39:09 +00:00
|
|
|
|
<ItemGroup>
|
2020-12-02 08:11:23 +00:00
|
|
|
|
<Content Include="Resources\DisplayMagician.ico" />
|
2021-01-28 08:34:45 +00:00
|
|
|
|
<None Include="..\.editorconfig">
|
|
|
|
|
<Link>.editorconfig</Link>
|
|
|
|
|
</None>
|
2021-02-07 01:42:17 +00:00
|
|
|
|
<None Include="DisplayMagicianShellExtension.ruleset" />
|
2020-11-30 09:25:58 +00:00
|
|
|
|
<None Include="key.snk" />
|
2020-12-02 08:11:23 +00:00
|
|
|
|
<None Include="Resources\DisplayMagicianMenuImage.png" />
|
2020-10-23 08:39:09 +00:00
|
|
|
|
</ItemGroup>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|