|
@@ -11,6 +11,7 @@
|
|
<AssemblyName>MediaBrowser.Model</AssemblyName>
|
|
<AssemblyName>MediaBrowser.Model</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
+ <FodyPath>..\packages\Fody.1.19.1.0</FodyPath>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<ReleaseVersion>
|
|
<ReleaseVersion>
|
|
</ReleaseVersion>
|
|
</ReleaseVersion>
|
|
@@ -442,37 +443,29 @@
|
|
<Compile Include="Users\UserActionType.cs" />
|
|
<Compile Include="Users\UserActionType.cs" />
|
|
<Compile Include="Users\UserPolicy.cs" />
|
|
<Compile Include="Users\UserPolicy.cs" />
|
|
<None Include="Fody.targets" />
|
|
<None Include="Fody.targets" />
|
|
- <None Include="FodyWeavers.xml">
|
|
|
|
- <SubType>Designer</SubType>
|
|
|
|
- </None>
|
|
|
|
|
|
+ <None Include="FodyWeavers.xml" />
|
|
<None Include="MediaBrowser.Model.snk" />
|
|
<None Include="MediaBrowser.Model.snk" />
|
|
<None Include="packages.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
- <Reference Include="PropertyChanged, Version=1.41.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\PropertyChanged.Fody.1.41.0.0\Lib\NET35\PropertyChanged.dll</HintPath>
|
|
|
|
- <Private>False</Private>
|
|
|
|
- </Reference>
|
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
+ <Reference Include="PropertyChanged">
|
|
|
|
+ <HintPath>..\packages\PropertyChanged.Fody.1.41.0.0\Lib\NET35\PropertyChanged.dll</HintPath>
|
|
|
|
+ <Private>False</Private>
|
|
|
|
+ </Reference>
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent />
|
|
<PostBuildEvent />
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
+ <Import Project="Fody.targets" />
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent />
|
|
<PostBuildEvent />
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
- <Import Project="..\packages\Fody.1.29.2\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.2\build\dotnet\Fody.targets')" />
|
|
|
|
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
|
- <PropertyGroup>
|
|
|
|
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
|
|
- </PropertyGroup>
|
|
|
|
- <Error Condition="!Exists('..\packages\Fody.1.29.2\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.2\build\dotnet\Fody.targets'))" />
|
|
|
|
- </Target>
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
<Target Name="BeforeBuild">
|