Skip to content

Commit f1cec07

Browse files
18.2 Release changes
1 parent e3ea27f commit f1cec07

File tree

202 files changed

+16747
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+16747
-38
lines changed

Aspose.OMR.Client/.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# User-specific files
2+
*.suo
3+
*.user
4+
*.userosscache
5+
*.sln.docstates
6+
7+
# User-specific files (MonoDevelop/Xamarin Studio)
8+
*.userprefs
9+
10+
# Build results
11+
[Dd]ebug/
12+
[Dd]ebugPublic/
13+
[Rr]elease/
14+
[Rr]eleases/
15+
[Xx]64/
16+
[Xx]86/
17+
bld/
18+
[Bb]in/
19+
[Oo]bj/
20+
21+
# Visual Studio 2015 cache/options directory
22+
.vs/
23+
24+
# Visual Studio profiler
25+
*.psess
26+
*.vsp
27+
*.vspx
28+
*.sap
29+
30+
31+
*.vsp
32+
*.press
33+
*.Cache
34+
_ReSharper.*
35+
*.licenseheader
36+
bin
37+
obj
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26403.7
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspose.OMR.Client", "Aspose.OMR.Client\Aspose.OMR.Client.csproj", "{58023F47-A68E-4F96-BC26-F0832642CCAD}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspose.OMR.TemplateModel", "Aspose.OMR.TemplateModel\Aspose.OMR.TemplateModel.csproj", "{42C7D535-A19A-4995-9155-5C4AEB2401DE}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Debug|x86 = Debug|x86
14+
Debug-Net20|Any CPU = Debug-Net20|Any CPU
15+
Debug-Net20|x86 = Debug-Net20|x86
16+
Release|Any CPU = Release|Any CPU
17+
Release|x86 = Release|x86
18+
EndGlobalSection
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Debug|x86.ActiveCfg = Debug|Any CPU
23+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Debug|x86.Build.0 = Debug|Any CPU
24+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Debug-Net20|Any CPU.ActiveCfg = Debug|Any CPU
25+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Debug-Net20|Any CPU.Build.0 = Debug|Any CPU
26+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Debug-Net20|x86.ActiveCfg = Debug|Any CPU
27+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Debug-Net20|x86.Build.0 = Debug|Any CPU
28+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Release|x86.ActiveCfg = Release|Any CPU
31+
{58023F47-A68E-4F96-BC26-F0832642CCAD}.Release|x86.Build.0 = Release|Any CPU
32+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Debug|x86.ActiveCfg = Debug|Any CPU
35+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Debug|x86.Build.0 = Debug|Any CPU
36+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Debug-Net20|Any CPU.ActiveCfg = Debug|Any CPU
37+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Debug-Net20|Any CPU.Build.0 = Debug|Any CPU
38+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Debug-Net20|x86.ActiveCfg = Debug|Any CPU
39+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Debug-Net20|x86.Build.0 = Debug|Any CPU
40+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Release|Any CPU.Build.0 = Release|Any CPU
42+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Release|x86.ActiveCfg = Release|Any CPU
43+
{42C7D535-A19A-4995-9155-5C4AEB2401DE}.Release|x86.Build.0 = Release|Any CPU
44+
EndGlobalSection
45+
GlobalSection(SolutionProperties) = preSolution
46+
HideSolutionNode = FALSE
47+
EndGlobalSection
48+
EndGlobal
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Application x:Class="Aspose.OMR.Client.App"
2+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
StartupUri="Views/MainWindow.xaml">
5+
<Application.Resources>
6+
7+
8+
<ResourceDictionary>
9+
<ResourceDictionary.MergedDictionaries>
10+
<ResourceDictionary Source="Resources/OmrItemStyle.xaml"/>
11+
<ResourceDictionary Source="Resources/ControlStyles.xaml"/>
12+
</ResourceDictionary.MergedDictionaries>
13+
</ResourceDictionary>
14+
15+
</Application.Resources>
16+
</Application>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
* Copyright (c) 2017 Aspose Pty Ltd. All Rights Reserved.
3+
*
4+
* Licensed under the MIT (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://github.com/asposecloud/Aspose.OMR-Cloud/blob/master/LICENSE
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
namespace Aspose.OMR.Client
17+
{
18+
using System.Windows;
19+
20+
/// <summary>
21+
/// Interaction logic for App.xaml
22+
/// </summary>
23+
public partial class App : Application
24+
{
25+
public App()
26+
{
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)