This commit is contained in:
panthernet 2014-05-15 19:04:16 +04:00
Родитель 833ab2c556
Коммит c9fc717c84
5 изменённых файлов: 50 добавлений и 2 удалений

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

@ -1,4 +1,11 @@
RELEASE 2.0.3 PCL-IMPROVEMENTS
- Added YAXLib v2.13 project sources splitted into 2 different projects: main and PCL compliant (for attributes to be availbale in PCL libraries)
- Implemented PCL version of GraphX.Common
- Setted up PCL version of GraphX.Logic (not yet fully implemented)
Discussion:
RELEASE 2.0.3
+ Improvement: GXLogicCore expected concrete class as TGraph (thanks to stefanpe) + Improvement: GXLogicCore expected concrete class as TGraph (thanks to stefanpe)
+ Removed redundant dependencies + Removed redundant dependencies

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

@ -30,6 +30,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licenses", "Licenses", "{E3
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.Logic", "GraphX.Logic\GraphX.Logic.csproj", "{35F09D76-FDBE-4854-9DFC-961185C53B57}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.Logic", "GraphX.Logic\GraphX.Logic.csproj", "{35F09D76-FDBE-4854-9DFC-961185C53B57}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.PCL.Common", "GraphX.PCL.Common\GraphX.PCL.Common.csproj", "{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "YAXLib", "YAXLib", "{F741097E-D04D-48A5-B956-32D1CE4DDB10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YAXLib.PCL.Common", "YAXLib\YAXLib.PCL.Common\YAXLib.PCL.Common.csproj", "{2C800806-B034-4282-B735-DBE6DA633CBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YAXLib", "YAXLib\YAXLib\YAXLib.csproj", "{F1C4D174-C948-4D18-A125-F6855EF55683}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphX.PCL.Logic", "GraphX.PCL.Logic\GraphX.PCL.Logic.csproj", "{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@ -82,6 +92,30 @@ Global
{35F09D76-FDBE-4854-9DFC-961185C53B57}.Release|Any CPU.ActiveCfg = Release|Any CPU {35F09D76-FDBE-4854-9DFC-961185C53B57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35F09D76-FDBE-4854-9DFC-961185C53B57}.Release|Any CPU.Build.0 = Release|Any CPU {35F09D76-FDBE-4854-9DFC-961185C53B57}.Release|Any CPU.Build.0 = Release|Any CPU
{35F09D76-FDBE-4854-9DFC-961185C53B57}.Release|x86.ActiveCfg = Release|Any CPU {35F09D76-FDBE-4854-9DFC-961185C53B57}.Release|x86.ActiveCfg = Release|Any CPU
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Debug|x86.ActiveCfg = Debug|Any CPU
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|Any CPU.Build.0 = Release|Any CPU
{3644D44B-DEC0-4B65-BBA0-C68E34821AAE}.Release|x86.ActiveCfg = Release|Any CPU
{2C800806-B034-4282-B735-DBE6DA633CBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C800806-B034-4282-B735-DBE6DA633CBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C800806-B034-4282-B735-DBE6DA633CBB}.Debug|x86.ActiveCfg = Debug|Any CPU
{2C800806-B034-4282-B735-DBE6DA633CBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C800806-B034-4282-B735-DBE6DA633CBB}.Release|Any CPU.Build.0 = Release|Any CPU
{2C800806-B034-4282-B735-DBE6DA633CBB}.Release|x86.ActiveCfg = Release|Any CPU
{F1C4D174-C948-4D18-A125-F6855EF55683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1C4D174-C948-4D18-A125-F6855EF55683}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1C4D174-C948-4D18-A125-F6855EF55683}.Debug|x86.ActiveCfg = Debug|Any CPU
{F1C4D174-C948-4D18-A125-F6855EF55683}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1C4D174-C948-4D18-A125-F6855EF55683}.Release|Any CPU.Build.0 = Release|Any CPU
{F1C4D174-C948-4D18-A125-F6855EF55683}.Release|x86.ActiveCfg = Release|Any CPU
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Debug|x86.ActiveCfg = Debug|Any CPU
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|Any CPU.Build.0 = Release|Any CPU
{A30D218B-AAA4-483A-99F7-EAEB1B8B4610}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
@ -91,6 +125,8 @@ Global
{E00C5274-AA34-4CC1-BB24-F59BCF130B85} = {D9664367-2C2C-46B2-81A6-26CDCD087B29} {E00C5274-AA34-4CC1-BB24-F59BCF130B85} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
{E8B92A96-39FD-441D-9925-34A6F6DC8BEE} = {D9664367-2C2C-46B2-81A6-26CDCD087B29} {E8B92A96-39FD-441D-9925-34A6F6DC8BEE} = {D9664367-2C2C-46B2-81A6-26CDCD087B29}
{E33DE020-10E3-44CC-BD32-0516CABD459C} = {C6ACB65E-A76D-44E4-9B20-022C0E3498B7} {E33DE020-10E3-44CC-BD32-0516CABD459C} = {C6ACB65E-A76D-44E4-9B20-022C0E3498B7}
{2C800806-B034-4282-B735-DBE6DA633CBB} = {F741097E-D04D-48A5-B956-32D1CE4DDB10}
{F1C4D174-C948-4D18-A125-F6855EF55683} = {F741097E-D04D-48A5-B956-32D1CE4DDB10}
EndGlobalSection EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = . VisualSVNWorkingCopyRoot = .

Двоичные данные
GraphX v2.v11.suo

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

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

@ -125,7 +125,9 @@
<Compile Include="XmlSerializer\YAXPointSerializer.cs" /> <Compile Include="XmlSerializer\YAXPointSerializer.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="signature.snk" /> <None Include="signature.snk" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

@ -12,6 +12,8 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>Client</TargetFrameworkProfile> <TargetFrameworkProfile>Client</TargetFrameworkProfile>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -166,6 +168,7 @@
<None Include="signature.snk" /> <None Include="signature.snk" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">