diff options
Diffstat (limited to 'MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj')
| -rw-r--r-- | MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index deec2d67f..a67d61bfd 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -158,9 +158,10 @@ <Reference Include="PresentationFramework" /> </ItemGroup> <ItemGroup> - <Compile Include="NewItemNotifier.cs" /> - <Compile Include="StartupWizard.cs" /> - <Compile Include="WebSocketEvents.cs" /> + <Compile Include="EntryPoints\NewItemNotifier.cs" /> + <Compile Include="EntryPoints\RefreshUsersMetadata.cs" /> + <Compile Include="EntryPoints\StartupWizard.cs" /> + <Compile Include="EntryPoints\WebSocketEvents.cs" /> <Page Include="App.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> @@ -403,9 +404,9 @@ del "$(SolutionDir)..\Deploy\MBServer.zip" </Target> --> <Target Name="AfterBuild"> - <GetAssemblyIdentity AssemblyFiles="$(TargetPath)"> - <Output TaskParameter="Assemblies" ItemName="CurrentAssembly" /> - </GetAssemblyIdentity> - <Exec Command="copy $(SolutionDir)..\Deploy\MBServer.zip $(SolutionDir)..\Deploy\MBServer_%(CurrentAssembly.Version).zip /y" Condition="'$(ConfigurationName)' == 'Release'"/> + <GetAssemblyIdentity AssemblyFiles="$(TargetPath)"> + <Output TaskParameter="Assemblies" ItemName="CurrentAssembly" /> + </GetAssemblyIdentity> + <Exec Command="copy $(SolutionDir)..\Deploy\MBServer.zip $(SolutionDir)..\Deploy\MBServer_%(CurrentAssembly.Version).zip /y" Condition="'$(ConfigurationName)' == 'Release'" /> </Target> </Project>
\ No newline at end of file |
