|
44 | 44 | <StartupObject /> |
45 | 45 | </PropertyGroup> |
46 | 46 | <ItemGroup> |
47 | | - <Reference Include="CSScriptLibrary, Version=3.28.7.0, Culture=neutral, PublicKeyToken=70fcc3d18c749033, processorArchitecture=MSIL"> |
48 | | - <HintPath>..\packages\CS-Script.bin.3.28.7\lib\net46\CSScriptLibrary.dll</HintPath> |
| 47 | + <Reference Include="CSScriptLibrary, Version=3.29.0.0, Culture=neutral, PublicKeyToken=70fcc3d18c749033, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\CS-Script.lib.3.29.0\lib\CSScriptLibrary.dll</HintPath> |
49 | 49 | </Reference> |
50 | 50 | <Reference Include="CSSRoslynProvider, Version=3.28.3.0, Culture=neutral, processorArchitecture=MSIL"> |
51 | 51 | <HintPath>..\packages\CS-Script.RoslynProvider.3.28.7\lib\net46\CSSRoslynProvider.dll</HintPath> |
52 | 52 | </Reference> |
53 | | - <Reference Include="EPPlus, Version=4.5.3.1, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\EPPlus.4.5.3.1\lib\net40\EPPlus.dll</HintPath> |
| 53 | + <Reference Include="EPPlus, Version=4.5.3.2, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\packages\EPPlus.4.5.3.2\lib\net40\EPPlus.dll</HintPath> |
55 | 55 | </Reference> |
56 | 56 | <Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL"> |
57 | 57 | <HintPath>..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath> |
|
90 | 90 | <HintPath>..\packages\Microsoft.SDK.Expression.Blend.1.0.0\lib\net45\Microsoft.SDK.Expression.Blend.dll</HintPath> |
91 | 91 | </Reference> |
92 | 92 | <Reference Include="Mono.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
93 | | - <HintPath>..\packages\CS-Script.bin.3.28.7\lib\net46\Mono.CSharp.dll</HintPath> |
| 93 | + <HintPath>..\packages\CS-Script.bin.3.29.0\lib\net46\Mono.CSharp.dll</HintPath> |
94 | 94 | </Reference> |
95 | 95 | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
96 | 96 | <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
97 | 97 | </Reference> |
98 | | - <Reference Include="Ookii.Dialogs.WinForms, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
99 | | - <HintPath>..\packages\Ookii.Dialogs.WinForms.1.0.0\lib\net45\Ookii.Dialogs.WinForms.dll</HintPath> |
| 98 | + <Reference Include="Ookii.Dialogs.WinForms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=66aa232afad40158, processorArchitecture=MSIL"> |
| 99 | + <HintPath>..\packages\Ookii.Dialogs.WinForms.1.1.0\lib\net45\Ookii.Dialogs.WinForms.dll</HintPath> |
100 | 100 | </Reference> |
101 | 101 | <Reference Include="Ookii.Dialogs.Wpf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL"> |
102 | 102 | <HintPath>..\packages\Ookii.Dialogs.1.0\lib\net35\Ookii.Dialogs.Wpf.dll</HintPath> |
|
278 | 278 | <Compile Include="Utils\ExpressionEvaluator.cs" /> |
279 | 279 | <Compile Include="Utils\IniFile.cs" /> |
280 | 280 | <Compile Include="Utils\NamespacesForExpressionEvalConverters.cs" /> |
| 281 | + <Compile Include="Utils\NotifyPropertyChangedBaseClass.cs" /> |
281 | 282 | <Compile Include="Utils\ObservableDictionary.cs" /> |
282 | 283 | <Compile Include="Utils\PathUtils.cs" /> |
283 | 284 | <Compile Include="Model\RegexLanguageElement.cs" /> |
284 | 285 | <Compile Include="Model\RegexLanguageElementGroup.cs" /> |
285 | 286 | <Compile Include="Model\ReplaceLanguageElements.cs" /> |
286 | 287 | <Compile Include="Model\ReplaceLanguageElement.cs" /> |
287 | | - <Compile Include="Model\RegexLanguageElements.cs" /> |
288 | 288 | <Compile Include="Model\RegexMatchResult.cs" /> |
289 | 289 | <Compile Include="Model\RegExOptionModel.cs" /> |
290 | 290 | <Compile Include="Model\RegexResult.cs" /> |
|
0 commit comments