|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\packages\LibGit2Sharp.NativeBinaries.2.0.306\build\net46\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.2.0.306\build\net46\LibGit2Sharp.NativeBinaries.props')" /> |
3 | 4 | <Import Project="..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" /> |
4 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 6 | <PropertyGroup> |
|
49 | 50 | <Reference Include="DiffPlex, Version=1.5.0.0, Culture=neutral, PublicKeyToken=1d35e91d1bd7bc0f, processorArchitecture=MSIL"> |
50 | 51 | <HintPath>..\packages\DiffPlex.1.5.0\lib\net40\DiffPlex.dll</HintPath> |
51 | 52 | </Reference> |
| 53 | + <Reference Include="LibGit2Sharp, Version=0.26.0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\packages\LibGit2Sharp.0.26.2\lib\net46\LibGit2Sharp.dll</HintPath> |
| 55 | + </Reference> |
52 | 56 | <Reference Include="NCalc, Version=1.3.8.0, Culture=neutral, PublicKeyToken=973cde3f1cafed03, processorArchitecture=MSIL"> |
53 | 57 | <HintPath>..\packages\ncalc.1.3.8\lib\NCalc.dll</HintPath> |
54 | 58 | <Private>True</Private> |
|
70 | 74 | <Reference Include="System.Xaml"> |
71 | 75 | <RequiredTargetFramework>4.0</RequiredTargetFramework> |
72 | 76 | </Reference> |
| 77 | + <Reference Include="ToastNotifications, Version=2.5.1.0, Culture=neutral, PublicKeyToken=e89d9d7314a7c797, processorArchitecture=MSIL"> |
| 78 | + <HintPath>..\packages\ToastNotifications.2.5.1\lib\net40\ToastNotifications.dll</HintPath> |
| 79 | + </Reference> |
| 80 | + <Reference Include="ToastNotifications.Messages, Version=2.5.1.0, Culture=neutral, PublicKeyToken=e89d9d7314a7c797, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\packages\ToastNotifications.Messages.2.5.1\lib\net40\ToastNotifications.Messages.dll</HintPath> |
| 82 | + </Reference> |
73 | 83 | <Reference Include="WindowsBase" /> |
74 | 84 | <Reference Include="PresentationCore" /> |
75 | 85 | <Reference Include="PresentationFramework" /> |
|
154 | 164 | <Compile Include="Tools\DataTransformerTool.cs" /> |
155 | 165 | <Compile Include="Tools\FocusTool.cs" /> |
156 | 166 | <Compile Include="Tools\GitTool.cs" /> |
| 167 | + <Compile Include="Tools\GitTool\GitApp\BranchPopup.xaml.cs"> |
| 168 | + <DependentUpon>BranchPopup.xaml</DependentUpon> |
| 169 | + </Compile> |
| 170 | + <Compile Include="Tools\GitTool\GitApp\CommitSelectorPopup.xaml.cs"> |
| 171 | + <DependentUpon>CommitSelectorPopup.xaml</DependentUpon> |
| 172 | + </Compile> |
| 173 | + <Compile Include="Tools\GitTool\GitApp\ConflictsDialog.xaml.cs"> |
| 174 | + <DependentUpon>ConflictsDialog.xaml</DependentUpon> |
| 175 | + </Compile> |
| 176 | + <Compile Include="Tools\GitTool\GitApp\GitCommit.cs" /> |
| 177 | + <Compile Include="Tools\GitTool\GitApp\GitDiff.cs" /> |
| 178 | + <Compile Include="Tools\GitTool\GitApp\GitLog.cs" /> |
| 179 | + <Compile Include="Tools\GitTool\GitApp\GitMerge.cs" /> |
| 180 | + <Compile Include="Tools\GitTool\GitApp\GitPull.cs" /> |
| 181 | + <Compile Include="Tools\GitTool\GitApp\GitPush.cs" /> |
| 182 | + <Compile Include="Tools\GitTool\GitApp\GitStatus.cs" /> |
| 183 | + <Compile Include="Tools\GitTool\GitApp\MainWindow.xaml.cs"> |
| 184 | + <DependentUpon>MainWindow.xaml</DependentUpon> |
| 185 | + </Compile> |
157 | 186 | <Compile Include="Tools\GitTool\GitApp\Util\Command.cs" /> |
158 | 187 | <Compile Include="Tools\GitTool\GitApp\Util\Extensions.cs" /> |
159 | 188 | <Compile Include="Tools\GitTool\GitApp\Util\Future.cs" /> |
|
209 | 238 | <DependentUpon>AnimatedImage.xaml</DependentUpon> |
210 | 239 | </Compile> |
211 | 240 | <Compile Include="View\CustomControls\AsciiGrid.cs" /> |
| 241 | + <Compile Include="View\CustomControls\AutoCompleteTextBox.cs" /> |
212 | 242 | <Compile Include="View\CustomControls\ColourPicker\ColorCanvas.cs" /> |
213 | 243 | <Compile Include="View\CustomControls\ColourPicker\ColorSpectrumSlider.cs" /> |
214 | 244 | <Compile Include="View\CustomControls\ColourPicker\ColourUtilities.cs" /> |
|
238 | 268 | <Compile Include="View\CustomControls\ProjectViewView.xaml.cs"> |
239 | 269 | <DependentUpon>ProjectViewView.xaml</DependentUpon> |
240 | 270 | </Compile> |
| 271 | + <Compile Include="View\CustomControls\PromptTextBox.cs" /> |
241 | 272 | <Compile Include="View\CustomControls\SkeletalAnimation\AnimationTimeline.cs" /> |
242 | 273 | <Compile Include="View\CustomControls\SkeletalAnimation\SkeletalAnimationEditor.xaml.cs"> |
243 | 274 | <DependentUpon>SkeletalAnimationEditor.xaml</DependentUpon> |
|
286 | 317 | <DependentUpon>MainWindow.xaml</DependentUpon> |
287 | 318 | <SubType>Code</SubType> |
288 | 319 | </Compile> |
| 320 | + <Page Include="Tools\GitTool\GitApp\BranchPopup.xaml"> |
| 321 | + <Generator>MSBuild:Compile</Generator> |
| 322 | + <SubType>Designer</SubType> |
| 323 | + </Page> |
| 324 | + <Page Include="Tools\GitTool\GitApp\CommitSelectorPopup.xaml"> |
| 325 | + <Generator>MSBuild:Compile</Generator> |
| 326 | + <SubType>Designer</SubType> |
| 327 | + </Page> |
| 328 | + <Page Include="Tools\GitTool\GitApp\ConflictsDialog.xaml"> |
| 329 | + <Generator>MSBuild:Compile</Generator> |
| 330 | + <SubType>Designer</SubType> |
| 331 | + </Page> |
| 332 | + <Page Include="Tools\GitTool\GitApp\MainWindow.xaml"> |
| 333 | + <Generator>MSBuild:Compile</Generator> |
| 334 | + <SubType>Designer</SubType> |
| 335 | + </Page> |
289 | 336 | <Page Include="Tools\GitTool\GitApp\ViewModelView.xaml"> |
290 | 337 | <SubType>Designer</SubType> |
291 | 338 | <Generator>MSBuild:Compile</Generator> |
|
299 | 346 | <SubType>Designer</SubType> |
300 | 347 | </Page> |
301 | 348 | <Page Include="Tools\GitTool\GitApp\View\Styles\AutoCompleteTextBox.xaml"> |
302 | | - <Generator>MSBuild:Compile</Generator> |
303 | 349 | <SubType>Designer</SubType> |
| 350 | + <Generator>XamlIntelliSenseFileGenerator</Generator> |
304 | 351 | </Page> |
305 | 352 | <Page Include="Tools\GitTool\GitApp\View\Styles\Brushes.xaml"> |
306 | 353 | <Generator>MSBuild:Compile</Generator> |
|
347 | 394 | <SubType>Designer</SubType> |
348 | 395 | </Page> |
349 | 396 | <Page Include="Tools\GitTool\GitApp\View\Styles\PromptTextBox.xaml"> |
350 | | - <Generator>MSBuild:Compile</Generator> |
351 | 397 | <SubType>Designer</SubType> |
| 398 | + <Generator>XamlIntelliSenseFileGenerator</Generator> |
352 | 399 | </Page> |
353 | 400 | <Page Include="Tools\GitTool\GitApp\View\Styles\Scrollbar.xaml"> |
354 | 401 | <Generator>MSBuild:Compile</Generator> |
|
406 | 453 | <SubType>Designer</SubType> |
407 | 454 | <Generator>MSBuild:Compile</Generator> |
408 | 455 | </Page> |
| 456 | + <Page Include="View\Styles\AutoCompleteTextBox.xaml"> |
| 457 | + <Generator>MSBuild:Compile</Generator> |
| 458 | + <SubType>Designer</SubType> |
| 459 | + </Page> |
409 | 460 | <Page Include="View\Styles\AvalonDock.xaml"> |
410 | 461 | <SubType>Designer</SubType> |
411 | 462 | <Generator>MSBuild:Compile</Generator> |
|
430 | 481 | <Generator>MSBuild:Compile</Generator> |
431 | 482 | <SubType>Designer</SubType> |
432 | 483 | </Page> |
| 484 | + <Page Include="View\Styles\PromptTextBox.xaml"> |
| 485 | + <Generator>MSBuild:Compile</Generator> |
| 486 | + <SubType>Designer</SubType> |
| 487 | + </Page> |
433 | 488 | <Page Include="View\Styles\XmlDataViewTemplates.xaml"> |
434 | 489 | <Generator>MSBuild:Compile</Generator> |
435 | 490 | <SubType>Designer</SubType> |
|
588 | 643 | </PropertyGroup> |
589 | 644 | <Error Condition="!Exists('..\packages\Fody.4.2.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.2.1\build\Fody.targets'))" /> |
590 | 645 | <Error Condition="!Exists('..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props'))" /> |
| 646 | + <Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.2.0.306\build\net46\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.2.0.306\build\net46\LibGit2Sharp.NativeBinaries.props'))" /> |
591 | 647 | </Target> |
592 | 648 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
593 | 649 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments