1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProjectGuid >{df71b291-10be-4c52-973e-c7e209497329}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <AppDesignerFolder >Properties</AppDesignerFolder >
9
+ <RootNamespace >CSharpRegexTools4Npp</RootNamespace >
10
+ <AssemblyName >CSharpRegexTools4Npp</AssemblyName >
11
+ <OutputPath >bin\Debug\</OutputPath >
12
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
+ </PropertyGroup >
14
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
15
+ <DebugSymbols >true</DebugSymbols >
16
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
17
+ <DebugType >full</DebugType >
18
+ <ErrorReport >prompt</ErrorReport >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug</OutputPath >
21
+ <PlatformTarget >x86</PlatformTarget >
22
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
25
+ <DefineConstants >TRACE</DefineConstants >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release</OutputPath >
28
+ <DebugType >pdbonly</DebugType >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <PlatformTarget >x86</PlatformTarget >
31
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
34
+ <DebugSymbols >true</DebugSymbols >
35
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
36
+ <DebugType >full</DebugType >
37
+ <ErrorReport >prompt</ErrorReport >
38
+ <Optimize >false</Optimize >
39
+ <OutputPath >bin\Debug-x64</OutputPath >
40
+ <PlatformTarget >x64</PlatformTarget >
41
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
44
+ <DefineConstants >TRACE</DefineConstants >
45
+ <Optimize >true</Optimize >
46
+ <OutputPath >bin\Release-x64</OutputPath >
47
+ <DebugType >pdbonly</DebugType >
48
+ <ErrorReport >prompt</ErrorReport >
49
+ <PlatformTarget >x64</PlatformTarget >
50
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
51
+ </PropertyGroup >
52
+ <PropertyGroup >
53
+ <!-- Default values for debugging sso it start correct version of Notepad++
54
+ $(ProgramW6432) and $(MSBuildProgramFiles32) points to the 64 and 32 bit "Program Files" directories -->
55
+ <StartAction >Program</StartAction >
56
+ <StartProgram Condition =" '$(Platform)'=='x64'" >$(ProgramW6432)\Notepad++\notepad++.exe</StartProgram >
57
+ <StartProgram Condition =" '$(Platform)'=='x86'" >$(MSBuildProgramFiles32)\Notepad++\notepad++.exe</StartProgram >
58
+ </PropertyGroup >
59
+ <ItemGroup >
60
+ <Reference Include =" System" />
61
+ <Reference Include =" System.Drawing" />
62
+ <Reference Include =" System.Windows.Forms" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <Compile Include =" PluginInfrastructure\ClikeStringArray.cs" />
66
+ <Compile Include =" PluginInfrastructure\DllExport\DllExportAttribute.cs" />
67
+ <Compile Include =" Forms\frmMyDlg.cs" >
68
+ <SubType >Form</SubType >
69
+ </Compile >
70
+ <Compile Include =" Forms\frmMyDlg.Designer.cs" >
71
+ <DependentUpon >frmMyDlg.cs</DependentUpon >
72
+ </Compile >
73
+ <Compile Include =" PluginInfrastructure\Win32.cs" />
74
+ <Compile Include =" Main.cs" />
75
+ <Compile Include =" PluginInfrastructure\GatewayDomain.cs" />
76
+ <Compile Include =" PluginInfrastructure\NotepadPPGateway.cs" />
77
+ <Compile Include =" PluginInfrastructure\ScintillaGateway.cs" />
78
+ <Compile Include =" PluginInfrastructure\IScintillaGateway.cs" />
79
+ <Compile Include =" PluginInfrastructure\NppPluginNETBase.cs" />
80
+ <Compile Include =" PluginInfrastructure\NppPluginNETHelper.cs" />
81
+ <Compile Include =" PluginInfrastructure\Docking_h.cs" />
82
+ <Compile Include =" PluginInfrastructure\MenuCmdID_h.cs" />
83
+ <Compile Include =" PluginInfrastructure\Scintilla_iface.cs" />
84
+ <Compile Include =" PluginInfrastructure\Msgs_h.cs" />
85
+ <Compile Include =" PluginInfrastructure\Preference_h.cs" />
86
+ <Compile Include =" PluginInfrastructure\Resource_h.cs" />
87
+ <Compile Include =" Properties\AssemblyInfo.cs" />
88
+ <Compile Include =" Properties\Resources.Designer.cs" >
89
+ <AutoGen >True</AutoGen >
90
+ <DesignTime >True</DesignTime >
91
+ <DependentUpon >Resources.resx</DependentUpon >
92
+ </Compile >
93
+ <Compile Include =" PluginInfrastructure\UnmanagedExports.cs" />
94
+ </ItemGroup >
95
+ <ItemGroup >
96
+ <EmbeddedResource Include =" Forms\frmMyDlg.resx" >
97
+ <DependentUpon >frmMyDlg.cs</DependentUpon >
98
+ </EmbeddedResource >
99
+ <EmbeddedResource Include =" Properties\Resources.resx" >
100
+ <Generator >ResXFileCodeGenerator</Generator >
101
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
102
+ <SubType >Designer</SubType >
103
+ </EmbeddedResource >
104
+ </ItemGroup >
105
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
106
+ <Import Project =" $(MSBuildProjectDirectory)\PluginInfrastructure\DllExport\NppPlugin.DllExport.targets" />
107
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
108
+ Other similar extension points exist, see Microsoft.Common.targets.
109
+ <Target Name="BeforeBuild">
110
+ </Target>
111
+ <Target Name="AfterBuild">
112
+ </Target>
113
+ -->
114
+ </Project >
0 commit comments