diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-09-07 13:04:46 +0100 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-09-07 13:04:46 +0100 |
| commit | aff1f7604a4e52b54051b482ee22a5afe35ad636 (patch) | |
| tree | c9e4a04ab8fc134d0095d9bcbf5d7ed69578d44e /MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj | |
| parent | 0d599415392d1248c6925134fc0da7fa5049ddc8 (diff) | |
Added INotifyPropertyChanged to SessionInfoDto
Diffstat (limited to 'MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj')
| -rw-r--r-- | MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj index 855d65fd54..cedaa6b52e 100644 --- a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj +++ b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj @@ -12,6 +12,9 @@ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> + <RestorePackages>true</RestorePackages> + <FodyPath>..\packages\Fody.1.17.0.0</FodyPath> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -367,15 +370,21 @@ <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> + <None Include="Fody.targets" /> <None Include="MediaBrowser.Model.snk" /> + <None Include="packages.config" /> + </ItemGroup> + <ItemGroup> + <Content Include="FodyWeavers.xml" /> </ItemGroup> - <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>if $(ConfigurationName) == Release ( xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\net35\" /y /d /r /i )</PostBuildEvent> </PropertyGroup> + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> + <Import Project="Fody.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> |
