1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 16.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition =" Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
42 <PropertyGroup >
5- <Configuration Condition = " '$(Configuration)' == '' " >Debug</ Configuration >
3+ <TargetFramework >net481</ TargetFramework >
64 <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7- <ProjectGuid >{DF71B291-10BE-4C52-973E-C7E209497329}</ProjectGuid >
85 <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >CSharpRegexTools4Npp</RootNamespace >
11- <AssemblyName >CSharpRegexTools4Npp</AssemblyName >
12- <OutputPath >bin\Debug\</OutputPath >
13- <TargetFrameworkVersion >v4.8.1</TargetFrameworkVersion >
14- <LangVersion >9.0</LangVersion >
15- <TargetFrameworkProfile />
16- <NuGetPackageImportStamp >
17- </NuGetPackageImportStamp >
6+ <LangVersion >9.0</LangVersion >
7+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8+ <UseWindowsForms >true</UseWindowsForms >
9+ <UseWPF >true</UseWPF >
10+ <ImportWindowsDesktopTargets >true</ImportWindowsDesktopTargets >
1811 </PropertyGroup >
1912 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
20- <DebugSymbols >true</DebugSymbols >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <DebugType >full</DebugType >
23- <ErrorReport >prompt</ErrorReport >
24- <Optimize >false</Optimize >
2513 <OutputPath >bin\Debug</OutputPath >
26- <PlatformTarget >x86</PlatformTarget >
2714 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
28- <Prefer32Bit >false</Prefer32Bit >
2915 </PropertyGroup >
3016 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
31- <DefineConstants >TRACE</DefineConstants >
32- <Optimize >true</Optimize >
3317 <OutputPath >bin\Release</OutputPath >
34- <DebugType >pdbonly</DebugType >
35- <ErrorReport >prompt</ErrorReport >
36- <PlatformTarget >x86</PlatformTarget >
3718 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
38- <Prefer32Bit >false</Prefer32Bit >
3919 </PropertyGroup >
4020 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
41- <DebugSymbols >true</DebugSymbols >
4221 <DefineConstants >TRACE;DEBUG;X64</DefineConstants >
43- <DebugType >full</DebugType >
44- <ErrorReport >prompt</ErrorReport >
45- <Optimize >false</Optimize >
4622 <OutputPath >bin\Debug-x64</OutputPath >
47- <PlatformTarget >x64</PlatformTarget >
4823 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
49- <Prefer32Bit >false</Prefer32Bit >
5024 </PropertyGroup >
5125 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
5226 <DefineConstants >TRACE;X64</DefineConstants >
53- <Optimize >true</Optimize >
5427 <OutputPath >bin\Release-x64</OutputPath >
55- <DebugType >pdbonly</DebugType >
56- <ErrorReport >prompt</ErrorReport >
57- <PlatformTarget >x64</PlatformTarget >
5828 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
59- <Prefer32Bit >false</Prefer32Bit >
6029 </PropertyGroup >
6130 <PropertyGroup >
62- <!-- Default values for debugging sso it start correct version of Notepad++
63- $(ProgramW6432) and $(MSBuildProgramFiles32) points to the 64 and 32 bit "Program Files" directories -->
6431 <StartAction >Program</StartAction >
6532 <StartProgram Condition =" '$(Platform)'=='x64'" >$(ProgramW6432)\Notepad++\notepad++.exe</StartProgram >
6633 <StartProgram Condition =" '$(Platform)'=='x86'" >$(MSBuildProgramFiles32)\Notepad++\notepad++.exe</StartProgram >
6734 </PropertyGroup >
6835 <ItemGroup >
69- <Reference Include =" Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
70- <HintPath >..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath >
71- </Reference >
72- <Reference Include =" Microsoft.CSharp" />
73- <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
74- <HintPath >..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
75- </Reference >
76- <Reference Include =" PresentationCore" />
77- <Reference Include =" PresentationFramework" />
78- <Reference Include =" System" />
7936 <Reference Include =" System.Configuration" />
80- <Reference Include =" System.Data" />
81- <Reference Include =" System.Drawing" />
8237 <Reference Include =" System.IO.Compression" />
8338 <Reference Include =" System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
8439 <SpecificVersion >False</SpecificVersion >
8540 <HintPath >..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll</HintPath >
8641 </Reference >
87- <Reference Include =" System.Runtime.Serialization" />
8842 <Reference Include =" System.ServiceModel" />
8943 <Reference Include =" System.Transactions" />
90- <Reference Include =" System.Windows.Forms" />
91- <Reference Include =" System.Xaml" />
92- <Reference Include =" System.Xml" />
93- <Reference Include =" WindowsBase" />
94- </ItemGroup >
95- <ItemGroup >
96- <Compile Include =" Npp.cs" />
97- <Compile Include =" GlobalSuppressions.cs" />
98- <Compile Include =" PluginInfrastructure\ClikeStringArray.cs" />
99- <Compile Include =" PluginInfrastructure\DllExport\DllExportAttribute.cs" />
100- <Compile Include =" PluginInfrastructure\Win32.cs" />
101- <Compile Include =" Main.cs" />
102- <Compile Include =" PluginInfrastructure\GatewayDomain.cs" />
103- <Compile Include =" PluginInfrastructure\NotepadPPGateway.cs" />
104- <Compile Include =" PluginInfrastructure\ScintillaGateway.cs" />
105- <Compile Include =" PluginInfrastructure\IScintillaGateway.cs" />
106- <Compile Include =" PluginInfrastructure\NppPluginNETBase.cs" />
107- <Compile Include =" PluginInfrastructure\NppPluginNETHelper.cs" />
108- <Compile Include =" PluginInfrastructure\Docking_h.cs" />
109- <Compile Include =" PluginInfrastructure\MenuCmdID_h.cs" />
110- <Compile Include =" PluginInfrastructure\Scintilla_iface.cs" />
111- <Compile Include =" PluginInfrastructure\Msgs_h.cs" />
112- <Compile Include =" PluginInfrastructure\Preference_h.cs" />
113- <Compile Include =" PluginInfrastructure\Resource_h.cs" />
114- <Compile Include =" Properties\AssemblyInfo.cs" />
115- <Compile Include =" PluginInfrastructure\UnmanagedExports.cs" />
116- <Compile Include =" Resources.Designer.cs" >
117- <AutoGen >True</AutoGen >
118- <DesignTime >True</DesignTime >
119- <DependentUpon >Resources.resx</DependentUpon >
120- </Compile >
121- </ItemGroup >
122- <ItemGroup >
123- <EmbeddedResource Include =" Resources.resx" >
124- <Generator >ResXFileCodeGenerator</Generator >
125- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
126- </EmbeddedResource >
12744 </ItemGroup >
12845 <ItemGroup >
129- <None Include =" app.config" />
130- <None Include =" FodyWeavers.xsd" >
46+ <None Update =" FodyWeavers.xsd" >
13147 <SubType >Designer</SubType >
13248 </None >
133- <None Include =" packages.config" />
134- <None Include =" PluginInfrastructure\DllExport\NppPlugin.DllExport.targets" >
49+ <None Update =" PluginInfrastructure\DllExport\NppPlugin.DllExport.targets" >
13550 <SubType >Designer</SubType >
13651 </None >
13752 </ItemGroup >
14560 <Content Include =" img\icon.png" />
14661 </ItemGroup >
14762 <ItemGroup >
148- <ProjectReference Include =" ..\RegexDialog\RegexDialog.csproj" >
149- <Project >{e9ab46e2-6ccf-4998-9ef4-28f7e8961c31}</Project >
150- <Name >RegexDialog</Name >
151- </ProjectReference >
63+ <ProjectReference Include =" ..\RegexDialog\RegexDialog.csproj" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <PackageReference Include =" Costura.Fody" Version =" 4.1.0" />
70+ <PackageReference Include =" Fody" Version =" 6.3.0" />
71+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
15272 </ItemGroup >
153- <ItemGroup />
154- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
155- <Import Project =" $(MSBuildProjectDirectory)\PluginInfrastructure\DllExport\NppPlugin.DllExport.targets" />
156- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
157- <PropertyGroup >
158- <ErrorText >Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.</ErrorText >
159- </PropertyGroup >
160- <Error Condition =" !Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
161- <Error Condition =" !Exists('..\packages\Fody.6.3.0\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.3.0\build\Fody.targets'))" />
162- </Target >
163- <Import Project =" ..\packages\Fody.6.3.0\build\Fody.targets" Condition =" Exists('..\packages\Fody.6.3.0\build\Fody.targets')" />
164- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165- Other similar extension points exist, see Microsoft.Common.targets.
166- <Target Name="BeforeBuild">
167- </Target>
168- <Target Name="AfterBuild">
169- </Target>
170- -->
17173</Project >
0 commit comments