|
@@ -14,6 +14,7 @@
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<ReleaseVersion>
|
|
<ReleaseVersion>
|
|
</ReleaseVersion>
|
|
</ReleaseVersion>
|
|
|
|
+ <NuGetPackageImportStamp>e0c2388f</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -441,7 +442,6 @@
|
|
<Compile Include="Users\UserAction.cs" />
|
|
<Compile Include="Users\UserAction.cs" />
|
|
<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="FodyWeavers.xml">
|
|
<None Include="FodyWeavers.xml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</None>
|
|
@@ -450,8 +450,9 @@
|
|
</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>
|
|
|
|
|
|
+ <Reference Include="PropertyChanged, Version=1.50.4.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
+ <HintPath>..\packages\PropertyChanged.Fody.1.50.4\Lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
|
|
<Private>False</Private>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
@@ -466,13 +467,14 @@
|
|
<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">
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<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>
|
|
<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>
|
|
</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'))" />
|
|
<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'))" />
|
|
|
|
+ <Error Condition="!Exists('..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
|
|
</Target>
|
|
</Target>
|
|
|
|
+ <Import Project="..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
|
|
<!-- 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">
|