|
64 | 64 | <Reference Include="Aspose.Storage.Cloud.Sdk, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
65 | 65 | <HintPath>..\packages\Aspose.Storage-Cloud.18.3.0\lib\net20\Aspose.Storage.Cloud.Sdk.dll</HintPath> |
66 | 66 | </Reference> |
| 67 | + <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath> |
| 69 | + </Reference> |
67 | 70 | <Reference Include="Microsoft.VisualBasic" /> |
68 | 71 | <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
69 | 72 | <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
78 | 81 | <Reference Include="System.Runtime.Serialization" /> |
79 | 82 | <Reference Include="System.Security" /> |
80 | 83 | <Reference Include="System.Windows.Forms" /> |
| 84 | + <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath> |
| 86 | + </Reference> |
81 | 87 | <Reference Include="System.Xml" /> |
82 | 88 | <Reference Include="Microsoft.CSharp" /> |
83 | 89 | <Reference Include="System.Core" /> |
|
103 | 109 | <Compile Include="Converters\BoolToVisibilityInverseConverter.cs" /> |
104 | 110 | <Compile Include="Converters\BoolToWrappingConverter.cs" /> |
105 | 111 | <Compile Include="Converters\EnumDescriptionConverter.cs" /> |
| 112 | + <Compile Include="Converters\EnumDisplayNameConverter.cs" /> |
106 | 113 | <Compile Include="Converters\GridLengthConverter.cs" /> |
107 | 114 | <Compile Include="UndoRedo\ApplyFormattingAction.cs" /> |
108 | 115 | <Compile Include="UndoRedo\ChangeBubblePositionAction.cs" /> |
|
145 | 152 | <Compile Include="Utility\ImageProcessor.cs" /> |
146 | 153 | <Compile Include="Utility\ImageRecognitionResult.cs" /> |
147 | 154 | <Compile Include="Utility\OmrFunctions.cs" /> |
| 155 | + <Compile Include="Utility\PredefinedMarkups.cs" /> |
148 | 156 | <Compile Include="Utility\PreprocessingConfiguration.cs" /> |
149 | 157 | <Compile Include="Utility\PreprocessingConfigurationManager.cs" /> |
150 | 158 | <Compile Include="Utility\PreprocessingPreset.cs" /> |
|
188 | 196 | <Compile Include="ViewModels\MainViewModel.cs" /> |
189 | 197 | <Compile Include="ViewModels\PreprocessingPresetsViewModel.cs" /> |
190 | 198 | <Compile Include="ViewModels\ResultsViewModel.cs" /> |
| 199 | + <Compile Include="ViewModels\SnapLineViewModel.cs" /> |
191 | 200 | <Compile Include="ViewModels\TabViewModel.cs" /> |
192 | 201 | <Compile Include="ViewModels\TemplateGeneratorViewModel.cs" /> |
193 | 202 | <Compile Include="ViewModels\TemplateViewModel.cs"> |
|
384 | 393 | <DependentUpon>Settings.settings</DependentUpon> |
385 | 394 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
386 | 395 | </Compile> |
| 396 | + <Content Include="Examples\BubbleSheet.txt"> |
| 397 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 398 | + </Content> |
| 399 | + <Content Include="Examples\Questionnaire.txt"> |
| 400 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 401 | + </Content> |
| 402 | + <Resource Include="Icons\Show24.png" /> |
| 403 | + <Resource Include="Icons\LoadingBlack24.png" /> |
| 404 | + <Resource Include="Icons\CircleStop24.png" /> |
| 405 | + <Resource Include="Icons\LoadingBlack16.png" /> |
| 406 | + <Resource Include="Icons\Circle Stop.png" /> |
| 407 | + <Resource Include="Icons\Stop.png" /> |
| 408 | + <Resource Include="Icons\CSV-Export.png" /> |
| 409 | + <Resource Include="Icons\CancelAll.png" /> |
| 410 | + <Resource Include="Icons\Gear.png" /> |
| 411 | + <Resource Include="Icons\Printer-WF.png" /> |
| 412 | + <Resource Include="Icons\Validate1.png" /> |
| 413 | + <Resource Include="Icons\Show.png" /> |
| 414 | + <Resource Include="Icons\Warning48.png" /> |
| 415 | + <Resource Include="Icons\Check48.png" /> |
| 416 | + <Resource Include="Icons\DocumentCreate.png" /> |
| 417 | + <Resource Include="Icons\logoSpin.png" /> |
387 | 418 | <Resource Include="Icons\Scanner.png" /> |
388 | | - <Resource Include="Icons\Print.png" /> |
389 | 419 | <Resource Include="Icons\error.png" /> |
390 | 420 | <Resource Include="Icons\Trash32.png" /> |
391 | 421 | <Resource Include="Icons\Text.png" /> |
|
403 | 433 | <Content Include="Examples\AsposeTestExamples\Template.omr"> |
404 | 434 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
405 | 435 | </Content> |
| 436 | + <None Include="Design\projectGuides.guides" /> |
406 | 437 | <None Include="packages.config"> |
407 | 438 | <SubType>Designer</SubType> |
408 | 439 | </None> |
|
481 | 512 | <ItemGroup> |
482 | 513 | <Resource Include="Icons\CloudUpload.png" /> |
483 | 514 | </ItemGroup> |
484 | | - <ItemGroup> |
485 | | - <Resource Include="Icons\LoadingWhite32.png" /> |
486 | | - </ItemGroup> |
487 | | - <ItemGroup> |
488 | | - <Resource Include="Icons\LoadingWhite16.png" /> |
489 | | - </ItemGroup> |
490 | | - <ItemGroup> |
491 | | - <Resource Include="Icons\CancelWhite16.png" /> |
492 | | - </ItemGroup> |
493 | 515 | <ItemGroup> |
494 | 516 | <Resource Include="Icons\FitWidth.png" /> |
495 | 517 | <Resource Include="Icons\FullScreen.png" /> |
|
0 commit comments