Deleted Silverlight 4, Windows Phone 7.1 and Windows 8 from solution.

This commit is contained in:
Laurent Bugnion 2016-04-23 23:12:25 +02:00
Родитель 7f3e72a593
Коммит 97993a304d
8 изменённых файлов: 0 добавлений и 686 удалений

Просмотреть файл

@ -1,168 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CCD078E0-7B76-4EB5-A422-45EA2397F319}</ProjectGuid>
<ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GalaSoft.MvvmLight</RootNamespace>
<AssemblyName>GalaSoft.MvvmLight</AssemblyName>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
</PropertyGroup>
<!-- This property group is only here to support building this project using the
MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
to set the TargetFrameworkVersion to v3.5 -->
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Bin\Debug</OutputPath>
<DefineConstants>TRACE;DEBUG;SILVERLIGHT;SL4</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Bin\Debug\GalaSoft.MvvmLight.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT;SL4</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Bin\Release\GalaSoft.MvvmLight.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>GalaSoft.MvvmLight %28SL4%29.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core">
<HintPath>$(TargetFrameworkDirectory)System.Core.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Net" />
<Reference Include="System.Windows.Browser" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Command\RelayCommand.cs">
<Link>Command\RelayCommand.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Command\RelayCommandGeneric.cs">
<Link>Command\RelayCommandGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\IExecuteWithObject.cs">
<Link>Helpers\IExecuteWithObject.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\IExecuteWithObjectAndResult.cs">
<Link>Helpers\IExecuteWithObjectAndResult.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\WeakAction.cs">
<Link>Helpers\WeakAction.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\WeakActionGeneric.cs">
<Link>Helpers\WeakActionGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\WeakFunc.cs">
<Link>Helpers\WeakFunc.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\WeakFuncGeneric.cs">
<Link>Helpers\WeakFuncGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\ICleanup.cs">
<Link>ICleanup.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\DialogMessage.cs">
<Link>Messaging\DialogMessage.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\GenericMessage.cs">
<Link>Messaging\GenericMessage.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\IMessenger.cs">
<Link>Messaging\IMessenger.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\MessageBase.cs">
<Link>Messaging\MessageBase.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\Messenger.cs">
<Link>Messaging\Messenger.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessage.cs">
<Link>Messaging\NotificationMessage.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessageAction.cs">
<Link>Messaging\NotificationMessageAction.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessageActionGeneric.cs">
<Link>Messaging\NotificationMessageActionGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessageGeneric.cs">
<Link>Messaging\NotificationMessageGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessageWithCallback.cs">
<Link>Messaging\NotificationMessageWithCallback.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\PropertyChangedMessage.cs">
<Link>Messaging\PropertyChangedMessage.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\PropertyChangedMessageBase.cs">
<Link>Messaging\PropertyChangedMessageBase.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\ObservableObject.cs">
<Link>ObservableObject.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\ViewModelBase.cs">
<Link>ViewModelBase.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Views\INavigationService.cs">
<Link>Views\INavigationService.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Threading\DispatcherHelper.cs">
<Link>Threading\DispatcherHelper.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\GalaSoft.MvvmLight %28PCL%29\License.txt">
<Link>License.txt</Link>
</None>
<None Include="GalaSoft.MvvmLight %28SL4%29.snk" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
<SilverlightProjectProperties />
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- 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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Двоичный файл не отображается.

Просмотреть файл

@ -1,105 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight (SL4)", "GalaSoft.MvvmLight (SL4)\GalaSoft.MvvmLight (SL4).csproj", "{CCD078E0-7B76-4EB5-A422-45EA2397F319}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Extras (SL4)", "GalaSoft.MvvmLight.Extras (SL4)\GalaSoft.MvvmLight.Extras (SL4).csproj", "{992D8B06-B460-4255-A80B-C0427FA14336}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight (WP71)", "GalaSoft.MvvmLight (WP71)\GalaSoft.MvvmLight (WP71).csproj", "{4743DF47-6A89-449A-ABF4-3010F438925C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Extras (WP71)", "GalaSoft.MvvmLight.Extras (WP71)\GalaSoft.MvvmLight.Extras (WP71).csproj", "{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{350D9116-124D-4D65-93B7-00D5553A9F3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Test (WP71)", "Tests\GalaSoft.MvvmLight.Test (WP71)\GalaSoft.MvvmLight.Test (WP71).csproj", "{A8564789-3B29-4722-8A54-C9C82C1A5137}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GalaSoft.MvvmLight.Platform (WIN8)", "GalaSoft.MvvmLight.Platform (WIN8)\GalaSoft.MvvmLight.Platform (WIN8).csproj", "{A6AA7B56-3B41-469A-9042-06F03DC60EFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Debug|ARM.ActiveCfg = Debug|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Debug|x64.ActiveCfg = Debug|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Debug|x86.ActiveCfg = Debug|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Release|Any CPU.Build.0 = Release|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Release|ARM.ActiveCfg = Release|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Release|x64.ActiveCfg = Release|Any CPU
{CCD078E0-7B76-4EB5-A422-45EA2397F319}.Release|x86.ActiveCfg = Release|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Debug|ARM.ActiveCfg = Debug|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Debug|x64.ActiveCfg = Debug|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Debug|x86.ActiveCfg = Debug|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Release|Any CPU.Build.0 = Release|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Release|ARM.ActiveCfg = Release|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Release|x64.ActiveCfg = Release|Any CPU
{992D8B06-B460-4255-A80B-C0427FA14336}.Release|x86.ActiveCfg = Release|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Debug|ARM.ActiveCfg = Debug|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Debug|x64.ActiveCfg = Debug|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Debug|x86.ActiveCfg = Debug|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Release|Any CPU.Build.0 = Release|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Release|ARM.ActiveCfg = Release|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Release|x64.ActiveCfg = Release|Any CPU
{4743DF47-6A89-449A-ABF4-3010F438925C}.Release|x86.ActiveCfg = Release|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Debug|ARM.ActiveCfg = Debug|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Debug|x64.ActiveCfg = Debug|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Debug|x86.ActiveCfg = Debug|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Release|Any CPU.Build.0 = Release|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Release|ARM.ActiveCfg = Release|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Release|x64.ActiveCfg = Release|Any CPU
{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}.Release|x86.ActiveCfg = Release|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Debug|x64.ActiveCfg = Debug|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Debug|x86.ActiveCfg = Debug|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Release|Any CPU.Build.0 = Release|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Release|Any CPU.Deploy.0 = Release|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Release|ARM.ActiveCfg = Release|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Release|x64.ActiveCfg = Release|Any CPU
{A8564789-3B29-4722-8A54-C9C82C1A5137}.Release|x86.ActiveCfg = Release|Any CPU
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Debug|ARM.ActiveCfg = Debug|ARM
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Debug|ARM.Build.0 = Debug|ARM
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Debug|x64.ActiveCfg = Debug|x64
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Debug|x64.Build.0 = Debug|x64
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Debug|x86.ActiveCfg = Debug|x86
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Debug|x86.Build.0 = Debug|x86
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Release|Any CPU.Build.0 = Release|Any CPU
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Release|ARM.ActiveCfg = Release|ARM
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Release|ARM.Build.0 = Release|ARM
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Release|x64.ActiveCfg = Release|x64
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Release|x64.Build.0 = Release|x64
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Release|x86.ActiveCfg = Release|x86
{A6AA7B56-3B41-469A-9042-06F03DC60EFA}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A8564789-3B29-4722-8A54-C9C82C1A5137} = {350D9116-124D-4D65-93B7-00D5553A9F3A}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,148 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4743DF47-6A89-449A-ABF4-3010F438925C}</ProjectGuid>
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GalaSoft.MvvmLight</RootNamespace>
<AssemblyName>GalaSoft.MvvmLight</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Bin\Debug\GalaSoft.MvvmLight.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Bin\Release\GalaSoft.MvvmLight.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="System.Net" />
<Reference Include="mscorlib.extensions" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Command\RelayCommand.cs">
<Link>Command\RelayCommand.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Command\RelayCommandGeneric.cs">
<Link>Command\RelayCommandGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\IExecuteWithObject.cs">
<Link>Helpers\IExecuteWithObject.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\IExecuteWithObjectAndResult.cs">
<Link>Helpers\IExecuteWithObjectAndResult.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\WeakAction.cs">
<Link>Helpers\WeakAction.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\WeakActionGeneric.cs">
<Link>Helpers\WeakActionGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\WeakFunc.cs">
<Link>Helpers\WeakFunc.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Helpers\WeakFuncGeneric.cs">
<Link>Helpers\WeakFuncGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\ICleanup.cs">
<Link>ICleanup.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\DialogMessage.cs">
<Link>Messaging\DialogMessage.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\GenericMessage.cs">
<Link>Messaging\GenericMessage.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\IMessenger.cs">
<Link>Messaging\IMessenger.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\MessageBase.cs">
<Link>Messaging\MessageBase.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\Messenger.cs">
<Link>Messaging\Messenger.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessage.cs">
<Link>Messaging\NotificationMessage.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessageAction.cs">
<Link>Messaging\NotificationMessageAction.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessageActionGeneric.cs">
<Link>Messaging\NotificationMessageActionGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessageGeneric.cs">
<Link>Messaging\NotificationMessageGeneric.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\NotificationMessageWithCallback.cs">
<Link>Messaging\NotificationMessageWithCallback.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\PropertyChangedMessage.cs">
<Link>Messaging\PropertyChangedMessage.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Messaging\PropertyChangedMessageBase.cs">
<Link>Messaging\PropertyChangedMessageBase.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\ObservableObject.cs">
<Link>ObservableObject.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\ViewModelBase.cs">
<Link>ViewModelBase.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight %28PCL%29\Views\INavigationService.cs">
<Link>Views\INavigationService.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Threading\DispatcherHelper.cs">
<Link>Threading\DispatcherHelper.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\GalaSoft.MvvmLight %28PCL%29\License.txt">
<Link>License.txt</Link>
</None>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions />
<!-- 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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Просмотреть файл

@ -1,115 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{992D8B06-B460-4255-A80B-C0427FA14336}</ProjectGuid>
<ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GalaSoft.MvvmLight.Extras</RootNamespace>
<AssemblyName>GalaSoft.MvvmLight.Extras</AssemblyName>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
</PropertyGroup>
<!-- This property group is only here to support building this project using the
MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
to set the TargetFrameworkVersion to v3.5 -->
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Bin\Debug</OutputPath>
<DefineConstants>TRACE;DEBUG;SILVERLIGHT;SL4</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Bin\Debug\GalaSoft.MvvmLight.Extras.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT;SL4</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Bin\Release\GalaSoft.MvvmLight.Extras.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>GalaSoft.MvvmLight.Extras %28SL4%29.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\External\SL4\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core">
<HintPath>$(TargetFrameworkDirectory)System.Core.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Interactivity">
<HintPath>..\External\SL4\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Net" />
<Reference Include="System.Windows.Browser" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GalaSoft.MvvmLight.Extras %28PCL%29\Ioc\ISimpleIoc.cs">
<Link>Ioc\ISimpleIoc.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Extras %28PCL%29\Ioc\PreferredConstructor.cs">
<Link>Ioc\PreferredConstructor.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Extras %28PCL%29\Ioc\SimpleIoc.cs">
<Link>Ioc\SimpleIoc.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Extras %28PCL%29\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\galasoft.mvvmlight.platform %28net45%29\command\EventToCommand.cs">
<Link>Command\EventToCommand.cs</Link>
</Compile>
<Compile Include="..\galasoft.mvvmlight.platform %28net45%29\command\IEventArgsConverter.cs">
<Link>Command\IEventArgsConverter.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\GalaSoft.MvvmLight %28PCL%29\License.txt">
<Link>License.txt</Link>
</None>
<None Include="GalaSoft.MvvmLight.Extras %28SL4%29.snk" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
<SilverlightProjectProperties />
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- 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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Двоичный файл не отображается.

Просмотреть файл

@ -1,92 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B7E98B74-0606-45B0-A080-0EED5D0C7DC9}</ProjectGuid>
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GalaSoft.MvvmLight</RootNamespace>
<AssemblyName>GalaSoft.MvvmLight.Extras</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Bin\Debug\GalaSoft.MvvmLight.Extras.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Bin\Release\GalaSoft.MvvmLight.Extras.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Practices.ServiceLocation">
<HintPath>..\External\WP71\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
<Reference Include="System.Net" />
<Reference Include="mscorlib.extensions" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GalaSoft.MvvmLight.Extras %28PCL%29\Ioc\ISimpleIoc.cs">
<Link>Ioc\ISimpleIoc.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Extras %28PCL%29\Ioc\PreferredConstructor.cs">
<Link>Ioc\PreferredConstructor.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Extras %28PCL%29\Ioc\SimpleIoc.cs">
<Link>Ioc\SimpleIoc.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Extras %28PCL%29\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\galasoft.mvvmlight.platform %28net45%29\command\EventToCommand.cs">
<Link>Command\EventToCommand.cs</Link>
</Compile>
<Compile Include="..\galasoft.mvvmlight.platform %28net45%29\command\IEventArgsConverter.cs">
<Link>Command\IEventArgsConverter.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\GalaSoft.MvvmLight %28PCL%29\License.txt">
<Link>License.txt</Link>
</None>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions />
<!-- 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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Просмотреть файл

@ -236,38 +236,6 @@ if exist ".\GalaSoft.MvvmLight.Extras (SL5)\bin\Debug\System.Windows.Interactivi
if exist ".\GalaSoft.MvvmLight.Extras (SL5)\bin\Release\System.Windows.Interactivity.dll" copy ".\GalaSoft.MvvmLight.Extras (SL5)\bin\Release\System.Windows.Interactivity.dll" .\_Binaries\Release\SL5\System.Windows.Interactivity.dll
if exist ".\GalaSoft.MvvmLight.Extras (SL5)\bin\Release\System.Windows.Interactivity.xml" copy ".\GalaSoft.MvvmLight.Extras (SL5)\bin\Release\System.Windows.Interactivity.xml" .\_Binaries\Release\SL5\System.Windows.Interactivity.xml
rem Win8
if exist ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.dll" copy ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.dll" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.dll
if exist ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.pdb" copy ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.pdb" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.pdb
if exist ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.xml" copy ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.xml" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.xml
if exist ".\GalaSoft.MvvmLight (PCL)\bin\Release\GalaSoft.MvvmLight.dll" copy ".\GalaSoft.MvvmLight (PCL)\bin\Release\GalaSoft.MvvmLight.dll" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.dll
if exist ".\GalaSoft.MvvmLight (PCL)\bin\Release\GalaSoft.MvvmLight.pdb" copy ".\GalaSoft.MvvmLight (PCL)\bin\Release\GalaSoft.MvvmLight.pdb" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.pdb
if exist ".\GalaSoft.MvvmLight (PCL)\bin\Release\GalaSoft.MvvmLight.xml" copy ".\GalaSoft.MvvmLight (PCL)\bin\Release\GalaSoft.MvvmLight.xml" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.xml
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\GalaSoft.MvvmLight.Extras.dll" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\GalaSoft.MvvmLight.Extras.dll" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.Extras.dll
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\GalaSoft.MvvmLight.Extras.pdb" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\GalaSoft.MvvmLight.Extras.pdb" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.Extras.pdb
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\GalaSoft.MvvmLight.Extras.xml" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\GalaSoft.MvvmLight.Extras.xml" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.Extras.xml
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\GalaSoft.MvvmLight.Extras.dll" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\GalaSoft.MvvmLight.Extras.dll" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.Extras.dll
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\GalaSoft.MvvmLight.Extras.pdb" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\GalaSoft.MvvmLight.Extras.pdb" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.Extras.pdb
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\GalaSoft.MvvmLight.Extras.xml" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\GalaSoft.MvvmLight.Extras.xml" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.Extras.xml
if exist ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Debug\GalaSoft.MvvmLight.Platform.dll" copy ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Debug\GalaSoft.MvvmLight.Platform.dll" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.Platform.dll
if exist ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Debug\GalaSoft.MvvmLight.Platform.pdb" copy ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Debug\GalaSoft.MvvmLight.Platform.pdb" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.Platform.pdb
if exist ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Debug\GalaSoft.MvvmLight.Platform.pri" copy ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Debug\GalaSoft.MvvmLight.Platform.pri" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.Platform.pri
if exist ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Debug\GalaSoft.MvvmLight.Platform.xml" copy ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Debug\GalaSoft.MvvmLight.Platform.xml" .\_Binaries\Debug\WIN8\GalaSoft.MvvmLight.Platform.xml
if exist ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Release\GalaSoft.MvvmLight.Platform.dll" copy ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Release\GalaSoft.MvvmLight.Platform.dll" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.Platform.dll
if exist ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Release\GalaSoft.MvvmLight.Platform.pdb" copy ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Release\GalaSoft.MvvmLight.Platform.pdb" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.Platform.pdb
if exist ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Release\GalaSoft.MvvmLight.Platform.pri" copy ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Release\GalaSoft.MvvmLight.Platform.pri" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.Platform.pri
if exist ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Release\GalaSoft.MvvmLight.Platform.xml" copy ".\GalaSoft.MvvmLight.Platform (WIN8)\bin\Release\GalaSoft.MvvmLight.Platform.xml" .\_Binaries\Release\WIN8\GalaSoft.MvvmLight.Platform.xml
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\Microsoft.Practices.ServiceLocation.dll" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Debug\WIN8\Microsoft.Practices.ServiceLocation.dll
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\Microsoft.Practices.ServiceLocation.pdb" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\Microsoft.Practices.ServiceLocation.pdb" .\_Binaries\Debug\WIN8\Microsoft.Practices.ServiceLocation.pdb
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\Microsoft.Practices.ServiceLocation.xml" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Debug\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Debug\WIN8\Microsoft.Practices.ServiceLocation.xml
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.dll" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Release\WIN8\Microsoft.Practices.ServiceLocation.dll
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.pdb" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.pdb" .\_Binaries\Release\WIN8\Microsoft.Practices.ServiceLocation.pdb
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.xml" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Release\WIN8\Microsoft.Practices.ServiceLocation.xml
rem Win81
if exist ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.dll" copy ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.dll" .\_Binaries\Debug\WIN81\GalaSoft.MvvmLight.dll
@ -300,32 +268,6 @@ if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.Serv
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.pdb" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.pdb" .\_Binaries\Release\WIN81\Microsoft.Practices.ServiceLocation.pdb
if exist ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.xml" copy ".\GalaSoft.MvvmLight.Extras (PCL)\bin\Release\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Release\WIN81\Microsoft.Practices.ServiceLocation.xml
rem WP71
if exist ".\GalaSoft.MvvmLight (WP71)\bin\Debug\GalaSoft.MvvmLight.dll" copy ".\GalaSoft.MvvmLight (WP71)\bin\Debug\GalaSoft.MvvmLight.dll" .\_Binaries\Debug\WP71\GalaSoft.MvvmLight.dll
if exist ".\GalaSoft.MvvmLight (WP71)\bin\Debug\GalaSoft.MvvmLight.pdb" copy ".\GalaSoft.MvvmLight (WP71)\bin\Debug\GalaSoft.MvvmLight.pdb" .\_Binaries\Debug\WP71\GalaSoft.MvvmLight.pdb
if exist ".\GalaSoft.MvvmLight (WP71)\bin\Debug\GalaSoft.MvvmLight.xml" copy ".\GalaSoft.MvvmLight (WP71)\bin\Debug\GalaSoft.MvvmLight.xml" .\_Binaries\Debug\WP71\GalaSoft.MvvmLight.xml
if exist ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.dll" copy ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.dll" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.dll
if exist ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.pdb" copy ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.pdb" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.pdb
if exist ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.xml" copy ".\GalaSoft.MvvmLight (WP71)\bin\Release\GalaSoft.MvvmLight.xml" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.xml
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\GalaSoft.MvvmLight.Extras.dll" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\GalaSoft.MvvmLight.Extras.dll" .\_Binaries\Debug\WP71\GalaSoft.MvvmLight.Extras.dll
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\GalaSoft.MvvmLight.Extras.pdb" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\GalaSoft.MvvmLight.Extras.pdb" .\_Binaries\Debug\WP71\GalaSoft.MvvmLight.Extras.pdb
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\GalaSoft.MvvmLight.Extras.xml" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\GalaSoft.MvvmLight.Extras.xml" .\_Binaries\Debug\WP71\GalaSoft.MvvmLight.Extras.xml
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.dll" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.dll" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.Extras.dll
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.pdb" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.pdb" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.Extras.pdb
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.xml" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\GalaSoft.MvvmLight.Extras.xml" .\_Binaries\Release\WP71\GalaSoft.MvvmLight.Extras.xml
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\Microsoft.Practices.ServiceLocation.dll" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Debug\WP71\Microsoft.Practices.ServiceLocation.dll
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\Microsoft.Practices.ServiceLocation.xml" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Debug\WP71\Microsoft.Practices.ServiceLocation.xml
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\Microsoft.Practices.ServiceLocation.dll" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\Microsoft.Practices.ServiceLocation.dll" .\_Binaries\Release\WP71\Microsoft.Practices.ServiceLocation.dll
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\Microsoft.Practices.ServiceLocation.xml" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\Microsoft.Practices.ServiceLocation.xml" .\_Binaries\Release\WP71\Microsoft.Practices.ServiceLocation.xml
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\System.Windows.Interactivity.dll" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\System.Windows.Interactivity.dll" .\_Binaries\Debug\WP71\System.Windows.Interactivity.dll
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\System.Windows.Interactivity.xml" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Debug\System.Windows.Interactivity.xml" .\_Binaries\Debug\WP71\System.Windows.Interactivity.xml
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\System.Windows.Interactivity.dll" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\System.Windows.Interactivity.dll" .\_Binaries\Release\WP71\System.Windows.Interactivity.dll
if exist ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\System.Windows.Interactivity.xml" copy ".\GalaSoft.MvvmLight.Extras (WP71)\bin\Release\System.Windows.Interactivity.xml" .\_Binaries\Release\WP71\System.Windows.Interactivity.xml
rem WP81
if exist ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.dll" copy ".\GalaSoft.MvvmLight (PCL)\bin\Debug\GalaSoft.MvvmLight.dll" .\_Binaries\Debug\WP81\GalaSoft.MvvmLight.dll