Rename YamlDotNet.Core to YamlDotNet. Move files from RepresentationModel to YamlDotNet.Serialization

This commit is contained in:
Alexandre Mutel 2013-10-01 21:58:37 +09:00
Родитель 3cabaeda21
Коммит 833c780d88
172 изменённых файлов: 36 добавлений и 281 удалений

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

@ -64,7 +64,7 @@
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\YamlDotNet.Core\YamlDotNet.Core.csproj"> <ProjectReference Include="..\YamlDotNet\YamlDotNet.csproj">
<Project>{BF32DE1B-6276-4341-B212-F8862ADBBA7A}</Project> <Project>{BF32DE1B-6276-4341-B212-F8862ADBBA7A}</Project>
<Name>YamlDotNet.Core</Name> <Name>YamlDotNet.Core</Name>
</ProjectReference> </ProjectReference>

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

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -76,13 +76,13 @@
<Compile Include="YamlConfigurationSection.cs" /> <Compile Include="YamlConfigurationSection.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\YamlDotNet.Core\YamlDotNet.Core.csproj"> <ProjectReference Include="..\YamlDotNet\YamlDotNet.csproj">
<Project>{BF32DE1B-6276-4341-B212-F8862ADBBA7A}</Project> <Project>{BF32DE1B-6276-4341-B212-F8862ADBBA7A}</Project>
<Name>YamlDotNet.Core</Name> <Name>YamlDotNet.Core</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj"> <ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.Serialzation.csproj">
<Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project> <Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project>
<Name>YamlDotNet.RepresentationModel</Name> <Name>YamlDotNet.Serialzation</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

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

@ -65,9 +65,9 @@
<Project>{16d8043d-c3db-4868-bff3-b2ebdf537aaa}</Project> <Project>{16d8043d-c3db-4868-bff3-b2ebdf537aaa}</Project>
<Name>YamlDotNet.Core.Test</Name> <Name>YamlDotNet.Core.Test</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj"> <ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.Serialzation.csproj">
<Project>{21ca0077-e15c-446d-9c43-f6d3f9d09687}</Project> <Project>{21ca0077-e15c-446d-9c43-f6d3f9d09687}</Project>
<Name>YamlDotNet.RepresentationModel</Name> <Name>YamlDotNet.Serialzation</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -72,9 +72,9 @@
<Compile Include="Xml\XmlConverterOptions.cs" /> <Compile Include="Xml\XmlConverterOptions.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj"> <ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.Serialzation.csproj">
<Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project> <Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project>
<Name>YamlDotNet.RepresentationModel</Name> <Name>YamlDotNet.Serialzation</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

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

@ -98,13 +98,13 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\YamlDotNet.Core\YamlDotNet.Core.csproj"> <ProjectReference Include="..\YamlDotNet\YamlDotNet.csproj">
<Project>{bf32de1b-6276-4341-b212-f8862adbba7a}</Project> <Project>{bf32de1b-6276-4341-b212-f8862adbba7a}</Project>
<Name>YamlDotNet.Core</Name> <Name>YamlDotNet.Core</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj"> <ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.Serialzation.csproj">
<Project>{21ca0077-e15c-446d-9c43-f6d3f9d09687}</Project> <Project>{21ca0077-e15c-446d-9c43-f6d3f9d09687}</Project>
<Name>YamlDotNet.RepresentationModel</Name> <Name>YamlDotNet.Serialzation</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

@ -58,9 +58,9 @@
<Project>{57B52D79-04A0-4091-8EE2-B419C009C2A6}</Project> <Project>{57B52D79-04A0-4091-8EE2-B419C009C2A6}</Project>
<Name>YamlDotNet.Dynamic</Name> <Name>YamlDotNet.Dynamic</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj"> <ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.Serialzation.csproj">
<Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project> <Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project>
<Name>YamlDotNet.RepresentationModel</Name> <Name>YamlDotNet.Serialzation</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

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

@ -48,9 +48,9 @@
<Compile Include="YamlDoc.cs" /> <Compile Include="YamlDoc.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj"> <ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.Serialzation.csproj">
<Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project> <Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project>
<Name>YamlDotNet.RepresentationModel</Name> <Name>YamlDotNet.Serialzation</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

@ -69,13 +69,13 @@
<Project>{16d8043d-c3db-4868-bff3-b2ebdf537aaa}</Project> <Project>{16d8043d-c3db-4868-bff3-b2ebdf537aaa}</Project>
<Name>YamlDotNet.Core.Test</Name> <Name>YamlDotNet.Core.Test</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\YamlDotNet.Core\YamlDotNet.Core.csproj"> <ProjectReference Include="..\YamlDotNet\YamlDotNet.csproj">
<Project>{bf32de1b-6276-4341-b212-f8862adbba7a}</Project> <Project>{bf32de1b-6276-4341-b212-f8862adbba7a}</Project>
<Name>YamlDotNet.Core</Name> <Name>YamlDotNet.Core</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj"> <ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.Serialzation.csproj">
<Project>{21ca0077-e15c-446d-9c43-f6d3f9d09687}</Project> <Project>{21ca0077-e15c-446d-9c43-f6d3f9d09687}</Project>
<Name>YamlDotNet.RepresentationModel</Name> <Name>YamlDotNet.Serialzation</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

@ -1,25 +0,0 @@
// This file is part of YamlDotNet - A .NET library for YAML.
// Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Antoine Aubry
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
// the Software without restriction, including without limitation the rights to
// use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do
// so, subject to the following conditions:
// The above copyright notice and this permission notice shall be included in all
// copies or substantial portions of the Software.
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
using System.Reflection;
[assembly: AssemblyTitle("YamlDotNet.RepresentationModel")]
[assembly: AssemblyDescription("The representation model YamlDotNet library, which provides an object model for manipulation YAML streams, as well as serialization from and to YAML.")]

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

@ -1,199 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>YamlDotNet.RepresentationModel</RootNamespace>
<AssemblyName>YamlDotNet.RepresentationModel</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\YamlDotNet.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<IsWebBootstrapper>true</IsWebBootstrapper>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<PublishUrl>http://localhost/YamlDotNet.RepresentationModel/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\YamlDotNet.RepresentationModel.XML</DocumentationFile>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\Release\YamlDotNet.RepresentationModel.XML</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="AnchorNotFoundException.cs" />
<Compile Include="DocumentLoadingState.cs" />
<Compile Include="DuplicateAnchorException.cs" />
<Compile Include="EmitterState.cs" />
<Compile Include="ForwardAnchorNotSupportedException.cs" />
<Compile Include="IYamlVisitor.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Serialization\AnchorAssigner.cs" />
<Compile Include="Serialization\AnchorAssigningObjectGraphVisitor.cs" />
<Compile Include="Serialization\ChainedEventEmitter.cs" />
<Compile Include="Serialization\ChainedObjectGraphVisitor.cs" />
<Compile Include="Serialization\CustomSerializationObjectGraphVisitor.cs" />
<Compile Include="Serialization\DefaultExclusiveObjectGraphVisitor.cs" />
<Compile Include="Serialization\DefaultObjectFactory.cs" />
<Compile Include="Serialization\Deserializer.cs" />
<Compile Include="Serialization\EmittingObjectGraphVisitor.cs" />
<Compile Include="Serialization\INamingConvention.cs" />
<Compile Include="Serialization\IObjectFactory.cs" />
<Compile Include="Serialization\ITypeDescriptor.cs" />
<Compile Include="Serialization\IValuePromise.cs" />
<Compile Include="Serialization\JsonEventEmitter.cs" />
<Compile Include="Serialization\LambdaObjectFactory.cs" />
<Compile Include="Serialization\NamingConventions\CamelCaseNamingConvention.cs" />
<Compile Include="Serialization\NamingConventions\HyphenatedNamingConvention.cs" />
<Compile Include="Serialization\NamingConventions\NullNamingConvention.cs" />
<Compile Include="Serialization\NamingConventions\PascalCaseNamingConvention.cs" />
<Compile Include="Serialization\NamingConventions\UnderscoredNamingConvention.cs" />
<Compile Include="Serialization\NamingConventionTypeDescriptor.cs" />
<Compile Include="Serialization\PropertyDescriptor.cs" />
<Compile Include="Serialization\ReadableAndWritablePropertiesTypeDescriptor.cs" />
<Compile Include="Serialization\ReadablePropertiesTypeDescriptor.cs" />
<Compile Include="Serialization\Serializer.cs" />
<Compile Include="Serialization\TypeConverter.cs" />
<Compile Include="Serialization\WriterEventEmitter.cs" />
<Compile Include="Serialization\EventInfo.cs" />
<Compile Include="Serialization\FullObjectGraphTraversalStrategy.cs" />
<Compile Include="Serialization\IAliasProvider.cs" />
<Compile Include="Serialization\IEventEmitter.cs" />
<Compile Include="Serialization\IObjectGraphTraversalStrategy.cs" />
<Compile Include="Serialization\IObjectGraphVisitor.cs" />
<Compile Include="Serialization\IYamlTypeConverter.cs" />
<Compile Include="Serialization\IYamlSerializable.cs" />
<Compile Include="Serialization\ReflectionUtility.cs" />
<Compile Include="Serialization\RoundtripObjectGraphTraversalStrategy.cs" />
<Compile Include="Serialization\StreamFragment.cs" />
<Compile Include="Serialization\ObjectAnchorCollection.cs" />
<Compile Include="Serialization\TagMappings.cs" />
<Compile Include="Serialization\TypeAssigningEventEmitter.cs" />
<Compile Include="Serialization\YamlAliasAttribute.cs" />
<Compile Include="Serialization\YamlAttributesTypeDescriptor.cs" />
<Compile Include="Serialization\YamlFormatter.cs" />
<Compile Include="Serialization\YamlIgnoreAttribute.cs" />
<Compile Include="Serialization\StringExtensions.cs" />
<Compile Include="YamlAliasNode.cs" />
<Compile Include="YamlDocument.cs" />
<Compile Include="YamlMappingNode.cs" />
<Compile Include="YamlNode.cs" />
<Compile Include="YamlNodeIdentityEqualityComparer.cs" />
<Compile Include="YamlScalarNode.cs" />
<Compile Include="YamlSequenceNode.cs" />
<Compile Include="YamlStream.cs" />
<Compile Include="YamlVisitor.cs" />
<Compile Include="Serialization\NodeDeserializers\TypeConverterNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\ArrayNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\EnumerableNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\NonGenericListNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\GenericCollectionNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\NonGenericDictionaryNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\GenericDictionaryNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\ObjectNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\ScalarNodeDeserializer.cs" />
<Compile Include="Serialization\NodeDeserializers\NullNodeDeserializer.cs" />
<Compile Include="Serialization\INodeDeserializer.cs" />
<Compile Include="Serialization\INodeTypeResolver.cs" />
<Compile Include="Serialization\NodeTypeResolvers\TagNodeTypeResolver.cs" />
<Compile Include="Serialization\NodeTypeResolvers\DefaultContainersNodeTypeResolver.cs" />
<Compile Include="Serialization\NodeTypeResolvers\TypeNameInTagNodeTypeResolver.cs" />
<Compile Include="Serialization\TypeDescriptorSkeleton.cs" />
<Compile Include="Serialization\NodeValueDeserializer.cs" />
<Compile Include="Serialization\AliasValueDeserializer.cs" />
<Compile Include="Serialization\IValueDeserializer.cs" />
<Compile Include="Serialization\SerializerState.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<ProjectReference Include="..\YamlDotNet.Core\YamlDotNet.Core.csproj">
<Project>{bf32de1b-6276-4341-b212-f8862adbba7a}</Project>
<Name>YamlDotNet.Core</Name>
</ProjectReference>
</ItemGroup>
</Project>

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

@ -54,13 +54,13 @@
<None Include="app.config" /> <None Include="app.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\YamlDotNet.Core\YamlDotNet.Core.csproj"> <ProjectReference Include="..\YamlDotNet\YamlDotNet.csproj">
<Project>{BF32DE1B-6276-4341-B212-F8862ADBBA7A}</Project> <Project>{BF32DE1B-6276-4341-B212-F8862ADBBA7A}</Project>
<Name>YamlDotNet.Core</Name> <Name>YamlDotNet.Core</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj"> <ProjectReference Include="..\YamlDotNet.RepresentationModel\YamlDotNet.Serialzation.csproj">
<Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project> <Project>{21CA0077-E15C-446D-9C43-F6D3F9D09687}</Project>
<Name>YamlDotNet.RepresentationModel</Name> <Name>YamlDotNet.Serialzation</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

@ -8,16 +8,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE = LICENSE LICENSE = LICENSE
YamlDotNet.build = YamlDotNet.build YamlDotNet.build = YamlDotNet.build
YamlDotNet.Converters.nuspec = YamlDotNet.Converters.nuspec YamlDotNet.Converters.nuspec = YamlDotNet.Converters.nuspec
YamlDotNet.Core.nuspec = YamlDotNet.Core.nuspec
YamlDotNet.Dynamic.nuspec = YamlDotNet.Dynamic.nuspec YamlDotNet.Dynamic.nuspec = YamlDotNet.Dynamic.nuspec
YamlDotNet.FxCop = YamlDotNet.FxCop YamlDotNet.FxCop = YamlDotNet.FxCop
YamlDotNet.nuspec = YamlDotNet.nuspec
YamlDotNet.RepresentationModel.nuspec = YamlDotNet.RepresentationModel.nuspec YamlDotNet.RepresentationModel.nuspec = YamlDotNet.RepresentationModel.nuspec
YamlDotNet.snk = YamlDotNet.snk YamlDotNet.snk = YamlDotNet.snk
EndProjectSection EndProjectSection
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Core", "YamlDotNet.Core\YamlDotNet.Core.csproj", "{BF32DE1B-6276-4341-B212-F8862ADBBA7A}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet", "YamlDotNet\YamlDotNet.csproj", "{BF32DE1B-6276-4341-B212-F8862ADBBA7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.RepresentationModel", "YamlDotNet.RepresentationModel\YamlDotNet.RepresentationModel.csproj", "{21CA0077-E15C-446D-9C43-F6D3F9D09687}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Converters", "YamlDotNet.Converters\YamlDotNet.Converters.csproj", "{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Converters", "YamlDotNet.Converters\YamlDotNet.Converters.csproj", "{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}"
EndProject EndProject
@ -27,8 +25,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dumper", "Dumper\Dumper.csp
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Samples", "YamlDotNet.Samples\YamlDotNet.Samples.csproj", "{1EC10966-19C0-4CE3-949E-D11F600B8CA3}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Samples", "YamlDotNet.Samples\YamlDotNet.Samples.csproj", "{1EC10966-19C0-4CE3-949E-D11F600B8CA3}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNetEditor", "YamlDotNetEditor\YamlDotNetEditor.csproj", "{708C56D8-492C-4EED-A306-1FE75FC7D234}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8DC198EF-4A39-4072-A66A-CA0DF8396F22}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8DC198EF-4A39-4072-A66A-CA0DF8396F22}"
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config .nuget\NuGet.Config = .nuget\NuGet.Config
@ -44,6 +40,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.RepresentationMo
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Dynamic", "YamlDotNet.Dynamic\YamlDotNet.Dynamic.csproj", "{57B52D79-04A0-4091-8EE2-B419C009C2A6}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Dynamic", "YamlDotNet.Dynamic\YamlDotNet.Dynamic.csproj", "{57B52D79-04A0-4091-8EE2-B419C009C2A6}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTag", "TestTag\TestTag.csproj", "{453D508D-E938-4C75-A852-05A05945472E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Dynamic.UnitTests", "YamlDotNet.Dynamic.UnitTests\YamlDotNet.Dynamic.UnitTests.csproj", "{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Dynamic.UnitTests", "YamlDotNet.Dynamic.UnitTests\YamlDotNet.Dynamic.UnitTests.csproj", "{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}"
EndProject EndProject
Global Global
@ -66,20 +64,9 @@ Global
{BF32DE1B-6276-4341-B212-F8862ADBBA7A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {BF32DE1B-6276-4341-B212-F8862ADBBA7A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BF32DE1B-6276-4341-B212-F8862ADBBA7A}.Release|Mixed Platforms.Build.0 = Release|Any CPU {BF32DE1B-6276-4341-B212-F8862ADBBA7A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BF32DE1B-6276-4341-B212-F8862ADBBA7A}.Release|x86.ActiveCfg = Release|Any CPU {BF32DE1B-6276-4341-B212-F8862ADBBA7A}.Release|x86.ActiveCfg = Release|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Debug|x86.ActiveCfg = Debug|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Release|Any CPU.Build.0 = Release|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{21CA0077-E15C-446D-9C43-F6D3F9D09687}.Release|x86.ActiveCfg = Release|Any CPU
{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|Any CPU.Build.0 = Debug|Any CPU {6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|x86.ActiveCfg = Debug|Any CPU {6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Debug|x86.ActiveCfg = Debug|Any CPU
{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Release|Any CPU.ActiveCfg = Release|Any CPU {6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Release|Any CPU.Build.0 = Release|Any CPU {6A8DCAF7-6C13-4ADA-AED9-7ABA88FE7717}.Release|Any CPU.Build.0 = Release|Any CPU
@ -89,7 +76,6 @@ Global
{A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|Any CPU.Build.0 = Debug|Any CPU {A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|x86.ActiveCfg = Debug|Any CPU {A0178805-DC16-46B6-BEDF-AA201207C17E}.Debug|x86.ActiveCfg = Debug|Any CPU
{A0178805-DC16-46B6-BEDF-AA201207C17E}.Release|Any CPU.ActiveCfg = Release|Any CPU {A0178805-DC16-46B6-BEDF-AA201207C17E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0178805-DC16-46B6-BEDF-AA201207C17E}.Release|Any CPU.Build.0 = Release|Any CPU {A0178805-DC16-46B6-BEDF-AA201207C17E}.Release|Any CPU.Build.0 = Release|Any CPU
@ -108,7 +94,6 @@ Global
{BB38DE1D-A8E2-4035-AC3A-C6B5AF6B6252}.Release|x86.ActiveCfg = Release|Any CPU {BB38DE1D-A8E2-4035-AC3A-C6B5AF6B6252}.Release|x86.ActiveCfg = Release|Any CPU
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|Any CPU.ActiveCfg = Debug|x86 {1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|Any CPU.ActiveCfg = Debug|x86
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|Mixed Platforms.Build.0 = Debug|x86
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|x86.ActiveCfg = Debug|x86 {1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|x86.ActiveCfg = Debug|x86
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|x86.Build.0 = Debug|x86 {1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Debug|x86.Build.0 = Debug|x86
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Release|Any CPU.ActiveCfg = Release|x86 {1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Release|Any CPU.ActiveCfg = Release|x86
@ -116,20 +101,9 @@ Global
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Release|Mixed Platforms.Build.0 = Release|x86 {1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Release|Mixed Platforms.Build.0 = Release|x86
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Release|x86.ActiveCfg = Release|x86 {1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Release|x86.ActiveCfg = Release|x86
{1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Release|x86.Build.0 = Release|x86 {1EC10966-19C0-4CE3-949E-D11F600B8CA3}.Release|x86.Build.0 = Release|x86
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Debug|x86.ActiveCfg = Debug|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Release|Any CPU.Build.0 = Release|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{708C56D8-492C-4EED-A306-1FE75FC7D234}.Release|x86.ActiveCfg = Release|Any CPU
{F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|Any CPU.Build.0 = Debug|Any CPU {F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|x86.ActiveCfg = Debug|Any CPU {F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Debug|x86.ActiveCfg = Debug|Any CPU
{F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Release|Any CPU.ActiveCfg = Release|Any CPU {F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Release|Any CPU.Build.0 = Release|Any CPU {F0EAB124-9790-41C7-AE0F-F050CA0141D3}.Release|Any CPU.Build.0 = Release|Any CPU
@ -139,7 +113,6 @@ Global
{16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU {16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|x86.ActiveCfg = Debug|Any CPU {16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Debug|x86.ActiveCfg = Debug|Any CPU
{16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU {16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Release|Any CPU.Build.0 = Release|Any CPU {16D8043D-C3DB-4868-BFF3-B2EBDF537AAA}.Release|Any CPU.Build.0 = Release|Any CPU
@ -149,7 +122,6 @@ Global
{FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|Any CPU.Build.0 = Debug|Any CPU {FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|x86.ActiveCfg = Debug|Any CPU {FF969DAA-C025-4636-89B2-46F16821FA02}.Debug|x86.ActiveCfg = Debug|Any CPU
{FF969DAA-C025-4636-89B2-46F16821FA02}.Release|Any CPU.ActiveCfg = Release|Any CPU {FF969DAA-C025-4636-89B2-46F16821FA02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF969DAA-C025-4636-89B2-46F16821FA02}.Release|Any CPU.Build.0 = Release|Any CPU {FF969DAA-C025-4636-89B2-46F16821FA02}.Release|Any CPU.Build.0 = Release|Any CPU
@ -159,17 +131,24 @@ Global
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|Any CPU.Build.0 = Debug|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|x86.ActiveCfg = Debug|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Debug|x86.ActiveCfg = Debug|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|Any CPU.ActiveCfg = Release|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|Any CPU.Build.0 = Release|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|Any CPU.Build.0 = Release|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|Mixed Platforms.Build.0 = Release|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|x86.ActiveCfg = Release|Any CPU {57B52D79-04A0-4091-8EE2-B419C009C2A6}.Release|x86.ActiveCfg = Release|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Debug|x86.ActiveCfg = Debug|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Release|Any CPU.Build.0 = Release|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{453D508D-E938-4C75-A852-05A05945472E}.Release|x86.ActiveCfg = Release|Any CPU
{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|Any CPU.Build.0 = Debug|Any CPU {6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|x86.ActiveCfg = Debug|Any CPU {6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Debug|x86.ActiveCfg = Debug|Any CPU
{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Release|Any CPU.ActiveCfg = Release|Any CPU {6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Release|Any CPU.Build.0 = Release|Any CPU {6E3BEF5A-2DBA-4941-972D-BD6AF27B4A71}.Release|Any CPU.Build.0 = Release|Any CPU

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше