1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <MinimumVisualStudioVersion >17.0</MinimumVisualStudioVersion >
5+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6+ </PropertyGroup >
7+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
8+ <PropertyGroup >
9+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
10+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
11+ <SchemaVersion >2.0</SchemaVersion >
12+ <ProjectTypeGuids >{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
13+ <ProjectGuid >{06B76B1F-9485-4B9F-9E35-438CA49F74C0}</ProjectGuid >
14+ <OutputType >Library</OutputType >
15+ <AppDesignerFolder >Properties</AppDesignerFolder >
16+ <RootNamespace >FileEncoding2019</RootNamespace >
17+ <AssemblyName >FileEncoding2019</AssemblyName >
18+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
19+ <GeneratePkgDefFile >true</GeneratePkgDefFile >
20+ <UseCodebase >true</UseCodebase >
21+ <IncludeAssemblyInVSIXContainer >true</IncludeAssemblyInVSIXContainer >
22+ <IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
23+ <IncludeDebugSymbolsInLocalVSIXDeployment >false</IncludeDebugSymbolsInLocalVSIXDeployment >
24+ <CopyBuildOutputToOutputDirectory >true</CopyBuildOutputToOutputDirectory >
25+ <CopyOutputSymbolsToOutputDirectory >true</CopyOutputSymbolsToOutputDirectory >
26+ <StartAction >Program</StartAction >
27+ <StartProgram Condition =" '$(DevEnvDir)' != ''" >$(DevEnvDir)devenv.exe</StartProgram >
28+ <StartArguments >/rootsuffix Exp</StartArguments >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31+ <DebugSymbols >true</DebugSymbols >
32+ <DebugType >full</DebugType >
33+ <Optimize >false</Optimize >
34+ <OutputPath >bin\Debug\</OutputPath >
35+ <DefineConstants >DEBUG;TRACE</DefineConstants >
36+ <ErrorReport >prompt</ErrorReport >
37+ <WarningLevel >4</WarningLevel >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
40+ <DebugType >pdbonly</DebugType >
41+ <Optimize >true</Optimize >
42+ <OutputPath >bin\Release\</OutputPath >
43+ <DefineConstants >TRACE</DefineConstants >
44+ <ErrorReport >prompt</ErrorReport >
45+ <WarningLevel >4</WarningLevel >
46+ </PropertyGroup >
47+ <ItemGroup >
48+ <Compile Include =" Properties\AssemblyInfo.cs" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <None Include =" source.extension.vsixmanifest" >
52+ <SubType >Designer</SubType >
53+ </None >
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Reference Include =" PresentationCore" />
57+ <Reference Include =" PresentationFramework" />
58+ <Reference Include =" System" />
59+ <Reference Include =" System.ComponentModel.Composition" />
60+ <Reference Include =" System.Windows" />
61+ <Reference Include =" System.Xaml" />
62+ <Reference Include =" WindowsBase" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 16.0.206" ExcludeAssets =" runtime" />
66+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 16.10.32" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <Content Include =" ..\..\docs\Icon.png" >
70+ <Link >%(FileName)%(Extension)</Link >
71+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
72+ <IncludeInVSIX >true</IncludeInVSIX >
73+ </Content >
74+ <Content Include =" ..\..\docs\screenshots\Preview.png" >
75+ <Link >%(FileName)%(Extension)</Link >
76+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
77+ <IncludeInVSIX >true</IncludeInVSIX >
78+ </Content >
79+ <Content Include =" ..\..\LICENSE.txt" >
80+ <Link >%(FileName)%(Extension)</Link >
81+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
82+ <IncludeInVSIX >true</IncludeInVSIX >
83+ </Content >
84+ </ItemGroup >
85+ <Import Project =" ..\FileEncoding.Shared\FileEncoding.Shared.projitems" Label =" Shared" />
86+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
88+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89+ Other similar extension points exist, see Microsoft.Common.targets.
90+ <Target Name="BeforeBuild">
91+ </Target>
92+ <Target Name="AfterBuild">
93+ </Target>
94+ -->
95+ </Project >
0 commit comments