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" >
4
2
<PropertyGroup >
5
- <Configuration Condition = " '$(Configuration)' == '' " >Debug</ Configuration >
3
+ <TargetFramework >net481</ TargetFramework >
6
4
<Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7
- <ProjectGuid >{DF71B291-10BE-4C52-973E-C7E209497329}</ProjectGuid >
8
5
<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 >
18
11
</PropertyGroup >
19
12
<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 >
25
13
<OutputPath >bin\Debug</OutputPath >
26
- <PlatformTarget >x86</PlatformTarget >
27
14
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
28
- <Prefer32Bit >false</Prefer32Bit >
29
15
</PropertyGroup >
30
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
31
- <DefineConstants >TRACE</DefineConstants >
32
- <Optimize >true</Optimize >
33
17
<OutputPath >bin\Release</OutputPath >
34
- <DebugType >pdbonly</DebugType >
35
- <ErrorReport >prompt</ErrorReport >
36
- <PlatformTarget >x86</PlatformTarget >
37
18
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
38
- <Prefer32Bit >false</Prefer32Bit >
39
19
</PropertyGroup >
40
20
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
41
- <DebugSymbols >true</DebugSymbols >
42
21
<DefineConstants >TRACE;DEBUG;X64</DefineConstants >
43
- <DebugType >full</DebugType >
44
- <ErrorReport >prompt</ErrorReport >
45
- <Optimize >false</Optimize >
46
22
<OutputPath >bin\Debug-x64</OutputPath >
47
- <PlatformTarget >x64</PlatformTarget >
48
23
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
49
- <Prefer32Bit >false</Prefer32Bit >
50
24
</PropertyGroup >
51
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
52
26
<DefineConstants >TRACE;X64</DefineConstants >
53
- <Optimize >true</Optimize >
54
27
<OutputPath >bin\Release-x64</OutputPath >
55
- <DebugType >pdbonly</DebugType >
56
- <ErrorReport >prompt</ErrorReport >
57
- <PlatformTarget >x64</PlatformTarget >
58
28
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
59
- <Prefer32Bit >false</Prefer32Bit >
60
29
</PropertyGroup >
61
30
<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 -->
64
31
<StartAction >Program</StartAction >
65
32
<StartProgram Condition =" '$(Platform)'=='x64'" >$(ProgramW6432)\Notepad++\notepad++.exe</StartProgram >
66
33
<StartProgram Condition =" '$(Platform)'=='x86'" >$(MSBuildProgramFiles32)\Notepad++\notepad++.exe</StartProgram >
67
34
</PropertyGroup >
68
35
<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" />
79
36
<Reference Include =" System.Configuration" />
80
- <Reference Include =" System.Data" />
81
- <Reference Include =" System.Drawing" />
82
37
<Reference Include =" System.IO.Compression" />
83
38
<Reference Include =" System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
84
39
<SpecificVersion >False</SpecificVersion >
85
40
<HintPath >..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll</HintPath >
86
41
</Reference >
87
- <Reference Include =" System.Runtime.Serialization" />
88
42
<Reference Include =" System.ServiceModel" />
89
43
<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 >
127
44
</ItemGroup >
128
45
<ItemGroup >
129
- <None Include =" app.config" />
130
- <None Include =" FodyWeavers.xsd" >
46
+ <None Update =" FodyWeavers.xsd" >
131
47
<SubType >Designer</SubType >
132
48
</None >
133
- <None Include =" packages.config" />
134
- <None Include =" PluginInfrastructure\DllExport\NppPlugin.DllExport.targets" >
49
+ <None Update =" PluginInfrastructure\DllExport\NppPlugin.DllExport.targets" >
135
50
<SubType >Designer</SubType >
136
51
</None >
137
52
</ItemGroup >
145
60
<Content Include =" img\icon.png" />
146
61
</ItemGroup >
147
62
<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" />
152
72
</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
- -->
171
73
</Project >
0 commit comments