Skip to content

Commit

Permalink
- Update nuget
Browse files Browse the repository at this point in the history
- Generate pdb on release mode
- Minor updates to tests
- Add a Perf - Debug solution configuration to be able to trace total time for markdown sample
  • Loading branch information
cwensley committed Sep 21, 2013
1 parent 2c9ea16 commit 20a065f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
Binary file modified .nuget/NuGet.exe
Binary file not shown.
8 changes: 2 additions & 6 deletions Eto.Parse.TestSpeed/Eto.Parse.TestSpeed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<ConsolePause>false</ConsolePause>
<DebugSymbols>true</DebugSymbols>
<DefineConstants>TRACE;</DefineConstants>
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -100,10 +101,5 @@
<None Include="Tests\Json\Gold\JSON.grm" />
</ItemGroup>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<ItemGroup>
<Folder Include="Tests\" />
<Folder Include="Tests\Markdown\" />
<Folder Include="Tests\Json\" />
<Folder Include="Tests\Json\Gold\" />
</ItemGroup>
<ItemGroup />
</Project>
10 changes: 2 additions & 8 deletions Eto.Parse.Tests/Eto.Parse.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
Expand Down Expand Up @@ -715,11 +715,5 @@
</None>
</ItemGroup>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<ItemGroup>
<Folder Include="Parsers\" />
<Folder Include="Grammars\" />
<Folder Include="Markdown\" />
<Folder Include="Markdown\tests\" />
<Folder Include="Markdown\tests\simple\" />
</ItemGroup>
<ItemGroup />
</Project>
2 changes: 1 addition & 1 deletion Eto.Parse.Tests/Grammars/FluentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void Simple()
);

var match = grammar.Match(input);
Assert.IsTrue(match.Success);
Assert.IsTrue(match.Success, match.ErrorMessage);
Assert.AreEqual("hello", match["first"]["value"].Text);
Assert.AreEqual("parsing world", match["second"]["value"].Text);
}
Expand Down
11 changes: 10 additions & 1 deletion Eto.Parse.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,38 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Perf - Debug|Any CPU = Perf - Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C068996C-0949-4550-B21C-EF724D1894DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C068996C-0949-4550-B21C-EF724D1894DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C068996C-0949-4550-B21C-EF724D1894DA}.Perf - Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C068996C-0949-4550-B21C-EF724D1894DA}.Perf - Debug|Any CPU.Build.0 = Debug|Any CPU
{C068996C-0949-4550-B21C-EF724D1894DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C068996C-0949-4550-B21C-EF724D1894DA}.Release|Any CPU.Build.0 = Release|Any CPU
{CCAC26D6-7588-4BEE-9F8F-32287FC5F57F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCAC26D6-7588-4BEE-9F8F-32287FC5F57F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCAC26D6-7588-4BEE-9F8F-32287FC5F57F}.Perf - Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCAC26D6-7588-4BEE-9F8F-32287FC5F57F}.Perf - Debug|Any CPU.Build.0 = Debug|Any CPU
{CCAC26D6-7588-4BEE-9F8F-32287FC5F57F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCAC26D6-7588-4BEE-9F8F-32287FC5F57F}.Release|Any CPU.Build.0 = Release|Any CPU
{EE26FDF9-63E3-4620-9210-ABF1517AE055}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE26FDF9-63E3-4620-9210-ABF1517AE055}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE26FDF9-63E3-4620-9210-ABF1517AE055}.Perf - Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE26FDF9-63E3-4620-9210-ABF1517AE055}.Perf - Debug|Any CPU.Build.0 = Debug|Any CPU
{EE26FDF9-63E3-4620-9210-ABF1517AE055}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE26FDF9-63E3-4620-9210-ABF1517AE055}.Release|Any CPU.Build.0 = Release|Any CPU
{EE5E310D-5E44-44B3-8634-D680A566F38F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE5E310D-5E44-44B3-8634-D680A566F38F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE5E310D-5E44-44B3-8634-D680A566F38F}.Perf - Debug|Any CPU.ActiveCfg = Perf - Debug|Any CPU
{EE5E310D-5E44-44B3-8634-D680A566F38F}.Perf - Debug|Any CPU.Build.0 = Perf - Debug|Any CPU
{EE5E310D-5E44-44B3-8634-D680A566F38F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE5E310D-5E44-44B3-8634-D680A566F38F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Eto.Parse.TestSpeed\Eto.Parse.TestSpeed.csproj
StartupItem = Eto.Parse.Tests\Eto.Parse.Tests.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 20a065f

Please sign in to comment.