summaryrefslogtreecommitdiff
path: root/Tizen.Applications/Tizen.Applications.Net45.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Tizen.Applications/Tizen.Applications.Net45.csproj')
-rw-r--r--Tizen.Applications/Tizen.Applications.Net45.csproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tizen.Applications/Tizen.Applications.Net45.csproj b/Tizen.Applications/Tizen.Applications.Net45.csproj
index 28b8e30..e07e77d 100644
--- a/Tizen.Applications/Tizen.Applications.Net45.csproj
+++ b/Tizen.Applications/Tizen.Applications.Net45.csproj
@@ -61,6 +61,7 @@
<Compile Include="Interop\Interop.Package.cs" />
<Compile Include="Interop\Interop.PackageManager.cs" />
<Compile Include="Interop\Interop.Service.cs" />
+ <Compile Include="Interop\Interop.Alarm.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tizen.Applications.CoreBackend\EventType.cs" />
<Compile Include="Tizen.Applications.CoreBackend\DefaultCoreBackend.cs" />
@@ -117,6 +118,9 @@
<Compile Include="Tizen.Applications\NotificationManager.cs" />
<Compile Include="Tizen.Applications\ProgressNotification.cs" />
<Compile Include="Tizen.Applications\TizenSynchronizationContext.cs" />
+ <Compile Include="Tizen.Applications\Alarm.cs" />
+ <Compile Include="Tizen.Applications\AlarmErrorFactory.cs" />
+ <Compile Include="Tizen.Applications\AlarmManager.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Tizen.Applications.Net45.project.json" />
@@ -131,4 +135,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>