diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-03 00:20:14 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-03 00:20:14 -0500 |
| commit | f26a3e3c615474eb9f64f005448bb8ce4b08e13f (patch) | |
| tree | cba34c02c20aa6f46cec2b04036d4ff53496ae56 /MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | |
| parent | 1ffc19a9a02ac7dc8bda4faecb793e760284ee5e (diff) | |
created entry point classes for the startup wizard and new item notifications
Diffstat (limited to 'MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj')
| -rw-r--r-- | MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index 158fc0560..00b68e254 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -158,6 +158,8 @@ <Reference Include="PresentationFramework" /> </ItemGroup> <ItemGroup> + <Compile Include="NewItemNotifier.cs" /> + <Compile Include="StartupWizard.cs" /> <Compile Include="WebSocketEvents.cs" /> <Page Include="App.xaml"> <Generator>MSBuild:Compile</Generator> |
