Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sys27 committed May 9, 2014
1 parent 44c502d commit b15f0cc
Show file tree
Hide file tree
Showing 35 changed files with 249 additions and 94 deletions.
26 changes: 19 additions & 7 deletions xFunc (Libs for .Net 4.0).sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xFunc.Test", "xFunc.Test\xFunc.Tests (.Net 4.0).csproj", "{E762246C-21B2-47D9-9D80-54E9E0ED3150}"
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xFunc.Tests (.Net 4.0)", "xFunc.Test\xFunc.Tests (.Net 4.0).csproj", "{E762246C-21B2-47D9-9D80-54E9E0ED3150}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{716F4D54-B652-4140-9275-5CEA8054C7B2}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -11,16 +13,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
xFunc.vsmdi = xFunc.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xFunc.Maths", "xFunc.Maths\xFunc.Maths (.Net 4.0).csproj", "{91AD4FBF-D01A-4BD3-B3E9-CAF885CC208C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xFunc.Maths (.Net 4.0)", "xFunc.Maths\xFunc.Maths (.Net 4.0).csproj", "{91AD4FBF-D01A-4BD3-B3E9-CAF885CC208C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xFunc.Logics", "xFunc.Logics\xFunc.Logics (.Net 4.0).csproj", "{DFC61417-F3CC-47D5-B2DE-4029BE939A4C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xFunc.Logics (.Net 4.0)", "xFunc.Logics\xFunc.Logics (.Net 4.0).csproj", "{DFC61417-F3CC-47D5-B2DE-4029BE939A4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xFunc.UnitConverters (.Net 4.0)", "xFunc.UnitConverters\xFunc.UnitConverters (.Net 4.0).csproj", "{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = xFunc.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Expand Down Expand Up @@ -60,8 +59,21 @@ Global
{DFC61417-F3CC-47D5-B2DE-4029BE939A4C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DFC61417-F3CC-47D5-B2DE-4029BE939A4C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DFC61417-F3CC-47D5-B2DE-4029BE939A4C}.Release|x86.ActiveCfg = Release|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Debug|x86.ActiveCfg = Debug|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Release|Any CPU.Build.0 = Release|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2ECAAD28-E0CE-40BE-8EB0-0D055C908133}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = xFunc.vsmdi
EndGlobalSection
EndGlobal
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions xFunc.Logics/xFunc.Logics (.Net 2.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="StringExtension.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Logics/xFunc.Logics (.Net 3.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="StringExtension.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Logics/xFunc.Logics (.Net 3.5).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="StringExtension.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Logics/xFunc.Logics (.Net 4.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Resource.uk.resx">
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Logics/xFunc.Logics (.Net 4.5).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Resource.uk.resx">
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Logics/xFunc.Logics (.Net 4.5.1).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Resource.uk.resx">
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Logics/xFunc.Logics (Portable).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\key.pfx">
Expand Down
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 2.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@
<Compile Include="Lexer.cs" />
<Compile Include="Parser.cs" />
<Compile Include="Processor.cs" />
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="Simplifier.cs" />
<Compile Include="NumeralSystem.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 3.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@
<Compile Include="Lexer.cs" />
<Compile Include="Parser.cs" />
<Compile Include="Processor.cs" />
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="Simplifier.cs" />
<Compile Include="NumeralSystem.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 3.5).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@
<Compile Include="Lexer.cs" />
<Compile Include="Parser.cs" />
<Compile Include="Processor.cs" />
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="Simplifier.cs" />
<Compile Include="NumeralSystem.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 4.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@
<Compile Include="Lexer.cs" />
<Compile Include="Parser.cs" />
<Compile Include="Processor.cs" />
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="Simplifier.cs" />
<Compile Include="NumeralSystem.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 4.5).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@
<Compile Include="Lexer.cs" />
<Compile Include="Parser.cs" />
<Compile Include="Processor.cs" />
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="Simplifier.cs" />
<Compile Include="NumeralSystem.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Maths/xFunc.Maths (.Net 4.5.1).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@
<Compile Include="Lexer.cs" />
<Compile Include="Parser.cs" />
<Compile Include="Processor.cs" />
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="Simplifier.cs" />
<Compile Include="NumeralSystem.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
10 changes: 10 additions & 0 deletions xFunc.Maths/xFunc.Maths (Portable).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@
<Compile Include="Parser.cs" />
<Compile Include="ParserException.cs" />
<Compile Include="Processor.cs" />
<Compile Include="Resources\Resource.ru.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.ru.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Resource.uk.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.uk.resx</DependentUpon>
</Compile>
<Compile Include="Simplifier.cs" />
<Compile Include="NumeralSystem.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
16 changes: 11 additions & 5 deletions xFunc.Test/xFunc.Tests (.Net 2.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,20 @@
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
<Compile Include="Converters\TemperatureTest.cs" />
<Compile Include="Converters\TimeTest.cs" />
<Compile Include="Converters\AreaTest.cs" />
<Compile Include="Converters\LengthTest.cs" />
<Compile Include="Converters\MassTest.cs" />
<Compile Include="Converters\PowerTest.cs" />
<Compile Include="Converters\VolumeTest.cs" />
<Compile Include="Expressions\Logics\AndTest.cs" />
<Compile Include="Expressions\Logics\EqualityTest.cs" />
<Compile Include="Expressions\Logics\ImplicationTest.cs" />
Expand Down Expand Up @@ -146,6 +148,10 @@
<Project>{91ad4fbf-d01a-4bd3-b3e9-caf885cc208c}</Project>
<Name>xFunc.Maths</Name>
</ProjectReference>
<ProjectReference Include="..\xFunc.UnitConverters\xFunc.UnitConverters %28.Net 2.0%29.csproj">
<Project>{2ecaad28-e0ce-40be-8eb0-0d055c908133}</Project>
<Name>xFunc.UnitConverters %28.Net 2.0%29</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
21 changes: 13 additions & 8 deletions xFunc.Test/xFunc.Tests (.Net 3.0).csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,20 @@
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
<Compile Include="Converters\TemperatureTest.cs" />
<Compile Include="Converters\TimeTest.cs" />
<Compile Include="Converters\AreaTest.cs" />
<Compile Include="Converters\LengthTest.cs" />
<Compile Include="Converters\MassTest.cs" />
<Compile Include="Converters\PowerTest.cs" />
<Compile Include="Converters\VolumeTest.cs" />
<Compile Include="Expressions\Logics\AndTest.cs" />
<Compile Include="Expressions\Logics\EqualityTest.cs" />
<Compile Include="Expressions\Logics\ImplicationTest.cs" />
Expand Down Expand Up @@ -140,13 +142,16 @@
<ItemGroup>
<ProjectReference Include="..\xFunc.Logics\xFunc.Logics %28.Net 3.0%29.csproj">
<Project>{dfc61417-f3cc-47d5-b2de-4029be939a4c}</Project>
<Name>xFunc.Logics</Name>
<Name>xFunc.Logics %28.Net 3.0%29</Name>
</ProjectReference>
<ProjectReference Include="..\xFunc.Maths\xFunc.Maths %28.Net 3.0%29.csproj">
<Project>{91ad4fbf-d01a-4bd3-b3e9-caf885cc208c}</Project>
<Name>xFunc.Maths</Name>
<Name>xFunc.Maths %28.Net 3.0%29</Name>
</ProjectReference>
<ProjectReference Include="..\xFunc.UnitConverters\xFunc.UnitConverters %28.Net 3.0%29.csproj">
<Project>{2ecaad28-e0ce-40be-8eb0-0d055c908133}</Project>
<Name>xFunc.UnitConverters %28.Net 3.0%29</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
Loading

0 comments on commit b15f0cc

Please sign in to comment.