Skip to content

Commit

Permalink
Updates transform library to fix non-RFC compliant DN escaping lithne…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Feb 17, 2017
1 parent 300425f commit 33dfcd1
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 51 deletions.
14 changes: 7 additions & 7 deletions src/Lithnet.Umare.Editor/Lithnet.Umare.Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
<HintPath>..\packages\Lithnet.MetadirectoryServices.Resolver.1.0.6006.11723\lib\net40\Lithnet.MetadirectoryServices.Resolver.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lithnet.Transforms, Version=1.5.6123.18368, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.1.5.6123.18368\lib\net45\Lithnet.Transforms.dll</HintPath>
<Reference Include="Lithnet.Transforms, Version=1.5.6258.17302, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.1.5.6258.17302\lib\net45\Lithnet.Transforms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lithnet.Transforms.Presentation, Version=1.5.6123.18377, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.Presentation.1.5.6123.18377\lib\net45\Lithnet.Transforms.Presentation.dll</HintPath>
<Reference Include="Lithnet.Transforms.Presentation, Version=1.5.6258.17299, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.Presentation.1.5.6258.17299\lib\net45\Lithnet.Transforms.Presentation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand All @@ -85,7 +85,7 @@
<Private>False</Private>
</Reference>
<Reference Include="PropertyChanged, Version=1.51.3.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
<HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
<HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\dotnet\PropertyChanged.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -185,12 +185,12 @@
<PropertyGroup>
<PostBuildEvent>REM call "C:\Program Files (x86)\WiX Toolset v3.10\bin\heat.exe" dir "$(TargetDir)." -var var.Lithnet.Umare.Editor.TargetDir -dr UMAREROOT -cg Lithnet.Umare.Editor.Binaries -ag -scom -sreg -sfrag –srd -o "$(SolutionDir)Lithnet.Umare.Installer\$(ProjectName).Binaries.wxs"</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
<Import Project="..\packages\Fody.1.29.4\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\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.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\dotnet\Fody.targets'))" />
</Target>
<!-- 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.
Expand Down
8 changes: 4 additions & 4 deletions src/Lithnet.Umare.Editor/packages.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Fody" version="1.29.4" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Fody" version="1.29.4" targetFramework="net45" developmentDependency="true" />
<package id="Lithnet.Common.ObjectModel" version="1.0.5777.18973" targetFramework="net40" />
<package id="Lithnet.Common.Presentation" version="1.0.5777.18976" targetFramework="net40" />
<package id="Lithnet.MetadirectoryServices" version="1.0.6017.24789" targetFramework="net40" />
<package id="Lithnet.MetadirectoryServices.Resolver" version="1.0.6006.11723" targetFramework="net40" />
<package id="Lithnet.Transforms" version="1.5.6123.18368" targetFramework="net45" />
<package id="Lithnet.Transforms.Presentation" version="1.5.6123.18377" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="1.51.3" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Lithnet.Transforms" version="1.5.6258.17302" targetFramework="net45" />
<package id="Lithnet.Transforms.Presentation" version="1.5.6258.17299" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="1.51.3" targetFramework="net45" developmentDependency="true" />
<package id="System.Windows.Interactivity.WPF" version="2.0.20525" targetFramework="net40" />
</packages>
2 changes: 1 addition & 1 deletion src/Lithnet.Umare.Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Product Id="*"
Name="Lithnet Universal MA Rules Extension"
Language="1033"
Version="1.5.6123"
Version="!(bind.FileVersion.fil6D943C5C32D9B17A97454C926206E70B)"
Manufacturer="Lithnet"
UpgradeCode="187DA848-34F5-4CA6-8AD5-C35D820ABC58">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
Expand Down
14 changes: 7 additions & 7 deletions src/Lithnet.Umare.Presentation/Lithnet.Umare.Presentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
<HintPath>..\packages\Lithnet.MetadirectoryServices.1.0.6017.24789\lib\net40\Lithnet.MetadirectoryServices.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lithnet.Transforms, Version=1.5.6123.18368, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.1.5.6123.18368\lib\net45\Lithnet.Transforms.dll</HintPath>
<Reference Include="Lithnet.Transforms, Version=1.5.6258.17302, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.1.5.6258.17302\lib\net45\Lithnet.Transforms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lithnet.Transforms.Presentation, Version=1.5.6123.18377, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.Presentation.1.5.6123.18377\lib\net45\Lithnet.Transforms.Presentation.dll</HintPath>
<Reference Include="Lithnet.Transforms.Presentation, Version=1.5.6258.17299, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.Presentation.1.5.6258.17299\lib\net45\Lithnet.Transforms.Presentation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand All @@ -65,7 +65,7 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="PropertyChanged, Version=1.51.3.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
<HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
<HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\dotnet\PropertyChanged.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -229,12 +229,12 @@
<Content Include="FodyWeavers.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
<Import Project="..\packages\Fody.1.29.4\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\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.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\dotnet\Fody.targets'))" />
</Target>
<!-- 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.
Expand Down
8 changes: 4 additions & 4 deletions src/Lithnet.Umare.Presentation/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Fody" version="1.29.4" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Fody" version="1.29.4" targetFramework="net45" developmentDependency="true" />
<package id="Lithnet.Common.ObjectModel" version="1.0.5777.18973" targetFramework="net40" />
<package id="Lithnet.Common.Presentation" version="1.0.5777.18976" targetFramework="net40" />
<package id="Lithnet.MetadirectoryServices" version="1.0.6017.24789" targetFramework="net40" />
<package id="Lithnet.Transforms" version="1.5.6123.18368" targetFramework="net45" />
<package id="Lithnet.Transforms.Presentation" version="1.5.6123.18377" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="1.51.3" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Lithnet.Transforms" version="1.5.6258.17302" targetFramework="net45" />
<package id="Lithnet.Transforms.Presentation" version="1.5.6258.17299" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="1.51.3" targetFramework="net45" developmentDependency="true" />
<package id="System.Windows.Interactivity.WPF" version="2.0.20525" targetFramework="net40" />
</packages>
1 change: 1 addition & 0 deletions src/Lithnet.Umare.RulesExtension/FodyWeavers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<Weavers>
<PropertyChanged/>
<!--<Costura CreateTemporaryAssemblies="true" />-->
<Costura/>
</Weavers>
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
<HintPath>..\packages\Lithnet.MetadirectoryServices.1.0.6017.24789\lib\net40\Lithnet.MetadirectoryServices.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lithnet.Transforms, Version=1.5.6123.18368, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.1.5.6123.18368\lib\net45\Lithnet.Transforms.dll</HintPath>
<Reference Include="Lithnet.Transforms, Version=1.5.6258.17302, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.1.5.6258.17302\lib\net45\Lithnet.Transforms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.MetadirectoryServicesEx">
<HintPath>..\lib\Microsoft.MetadirectoryServicesEx.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PropertyChanged, Version=1.51.3.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
<HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
<HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\dotnet\PropertyChanged.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -90,9 +90,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>D:\tools\ilmerge\ilmerge /wildcards /targetplatform:"v4,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" /out:$(TargetDir)Lithnet.Umare.RulesExtension.dll /lib:"..\..\..\lib" $(TargetDir)Lithnet.Umare.RulesExtension.Original.dll $(TargetDir)Lithnet.Common.ObjectModel.dll $(TargetDir)Lithnet.MetadirectoryServices.dll $(TargetDir)Lithnet.Transforms.dll $(TargetDir)Lithnet.Umare.dll

</PostBuildEvent>
<PostBuildEvent>$(SolutionDir)\packages\ILMerge.2.14.1208\tools\ILMerge.exe /wildcards /targetplatform:"v4,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" /out:$(TargetDir)Lithnet.Umare.RulesExtension.dll /lib:"..\..\..\lib" $(TargetDir)Lithnet.Umare.RulesExtension.Original.dll $(TargetDir)Lithnet.Common.ObjectModel.dll $(TargetDir)Lithnet.MetadirectoryServices.dll $(TargetDir)Lithnet.Transforms.dll $(TargetDir)Lithnet.Umare.dll</PostBuildEvent>
</PropertyGroup>
<UsingTask TaskName="CosturaCleanup" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" TaskFactory="CodeTaskFactory">
<ParameterGroup>
Expand Down Expand Up @@ -130,12 +128,12 @@ foreach (var item in filesToCleanup)
<Target Name="CleanReferenceCopyLocalPaths" AfterTargets="AfterBuild;NonWinFodyTarget">
<CosturaCleanup Config="FodyWeavers.xml" Files="@(ReferenceCopyLocalPaths->'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)')" />
</Target>
<Import Project="..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
<Import Project="..\packages\Fody.1.29.4\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\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.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\dotnet\Fody.targets'))" />
</Target>
<!-- 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.
Expand Down
9 changes: 5 additions & 4 deletions src/Lithnet.Umare.RulesExtension/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net40" />
<package id="Fody" version="1.29.4" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.29.4" targetFramework="net45" developmentDependency="true" />
<package id="ILMerge" version="2.14.1208" targetFramework="net45" />
<package id="Lithnet.Common.ObjectModel" version="1.0.5777.18973" targetFramework="net40" />
<package id="Lithnet.MetadirectoryServices" version="1.0.6017.24789" targetFramework="net40" />
<package id="Lithnet.Transforms" version="1.5.6123.18368" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="1.51.3" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Lithnet.Transforms" version="1.5.6258.17302" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="1.51.3" targetFramework="net45" developmentDependency="true" />
</packages>
10 changes: 5 additions & 5 deletions src/Lithnet.Umare.UnitTests/Lithnet.Umare.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<HintPath>..\packages\Lithnet.MetadirectoryServices.Resolver.1.0.6006.11723\lib\net40\Lithnet.MetadirectoryServices.Resolver.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Lithnet.Transforms, Version=1.5.6123.18368, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.1.5.6123.18368\lib\net45\Lithnet.Transforms.dll</HintPath>
<Reference Include="Lithnet.Transforms, Version=1.5.6258.17302, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lithnet.Transforms.1.5.6258.17302\lib\net45\Lithnet.Transforms.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand All @@ -67,7 +67,7 @@
<HintPath>..\lib\Microsoft.MetadirectoryServicesEx.dll</HintPath>
</Reference>
<Reference Include="PropertyChanged, Version=1.51.3.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
<HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
<HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\dotnet\PropertyChanged.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -142,12 +142,12 @@
</Choose>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
<Import Project="..\packages\Fody.1.29.4\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\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.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\dotnet\Fody.targets'))" />
</Target>
<!-- 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.
Expand Down
6 changes: 3 additions & 3 deletions src/Lithnet.Umare.UnitTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Fody" version="1.29.4" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Fody" version="1.29.4" targetFramework="net45" developmentDependency="true" />
<package id="Lithnet.Common.ObjectModel" version="1.0.5777.18973" targetFramework="net40" />
<package id="Lithnet.MetadirectoryServices" version="1.0.6017.24789" targetFramework="net40" />
<package id="Lithnet.MetadirectoryServices.Resolver" version="1.0.6006.11723" targetFramework="net40" />
<package id="Lithnet.Transforms" version="1.5.6123.18368" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="1.51.3" targetFramework="net40" developmentDependency="true" requireReinstallation="true" />
<package id="Lithnet.Transforms" version="1.5.6258.17302" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="1.51.3" targetFramework="net45" developmentDependency="true" />
<package id="System.Windows.Interactivity.WPF" version="2.0.20525" targetFramework="net40" />
</packages>
Loading

0 comments on commit 33dfcd1

Please sign in to comment.