|
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> |
| 100 | + </Reference> |
98 | 101 | <Reference Include="Ookii.Dialogs.Wpf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL"> |
99 | 102 | <HintPath>..\packages\Ookii.Dialogs.1.0\lib\net35\Ookii.Dialogs.Wpf.dll</HintPath> |
100 | 103 | </Reference> |
|
118 | 121 | <HintPath>..\packages\System.Console.4.3.1\lib\net46\System.Console.dll</HintPath> |
119 | 122 | </Reference> |
120 | 123 | <Reference Include="System.Core" /> |
| 124 | + <Reference Include="System.Design" /> |
121 | 125 | <Reference Include="System.Diagnostics.FileVersionInfo, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
122 | 126 | <HintPath>..\packages\System.Diagnostics.FileVersionInfo.4.3.0\lib\net46\System.Diagnostics.FileVersionInfo.dll</HintPath> |
123 | 127 | <Private>True</Private> |
|
259 | 263 | <Compile Include="Model\RegexFileResult.cs" /> |
260 | 264 | <Compile Include="RegexPatternIndenter.cs" /> |
261 | 265 | <Resource Include="Resources\CSharpTextSourceContainer.cs" /> |
| 266 | + <Compile Include="Res.Designer.cs"> |
| 267 | + <AutoGen>True</AutoGen> |
| 268 | + <DesignTime>True</DesignTime> |
| 269 | + <DependentUpon>Res.resx</DependentUpon> |
| 270 | + </Compile> |
| 271 | + <None Include="Resources\VSProgram.cs" /> |
262 | 272 | <Compile Include="Utils\Config.cs" /> |
263 | 273 | <Compile Include="Properties\AssemblyInfo.cs" /> |
264 | 274 | <Compile Include="Model\RegexCaptureResult.cs" /> |
|
279 | 289 | <Compile Include="RegExToolDialog.xaml.cs"> |
280 | 290 | <DependentUpon>RegExToolDialog.xaml</DependentUpon> |
281 | 291 | </Compile> |
282 | | - <Compile Include="Res.Designer.cs"> |
283 | | - <AutoGen>True</AutoGen> |
284 | | - <DesignTime>True</DesignTime> |
285 | | - <DependentUpon>Res.resx</DependentUpon> |
286 | | - </Compile> |
287 | 292 | <Compile Include="Converters\ShowOnOneLineConverter.cs" /> |
288 | 293 | <Compile Include="Utils\RegexTextSource.cs" /> |
289 | 294 | <Compile Include="Utils\Extensions.cs" /> |
|
394 | 399 | <ItemGroup> |
395 | 400 | <Resource Include="Resources\control_play_blue.png" /> |
396 | 401 | </ItemGroup> |
| 402 | + <ItemGroup> |
| 403 | + <Resource Include="Resources\visual_studio_black.png" /> |
| 404 | + </ItemGroup> |
| 405 | + <ItemGroup> |
| 406 | + <Resource Include="Resources\visual_studio_purple.png" /> |
| 407 | + </ItemGroup> |
| 408 | + <ItemGroup> |
| 409 | + <Resource Include="Resources\VSSolution.sln" /> |
| 410 | + </ItemGroup> |
| 411 | + <ItemGroup> |
| 412 | + <Resource Include="Resources\VSProject.csproj" /> |
| 413 | + </ItemGroup> |
397 | 414 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
398 | 415 | <PropertyGroup> |
399 | 416 | <PostBuildEvent> |
|
0 commit comments