CntrlComparison parsing

This commit is contained in:
2015-12-04 10:15:51 -05:00
parent 4d46f206ac
commit 685e8c8658
39 changed files with 820 additions and 491 deletions
+7 -5
View File
@@ -143,8 +143,6 @@
<ItemGroup>
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="Charter\CurveData.cs" />
<Compile Include="Charter\CurveParamSet.cs" />
<Compile Include="Charter\LeafWebCharter.ascx.cs">
<DependentUpon>LeafWebCharter.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -152,8 +150,6 @@
<Compile Include="Charter\LeafWebCharter.ascx.designer.cs">
<DependentUpon>LeafWebCharter.ascx</DependentUpon>
</Compile>
<Compile Include="Charter\PiscalOutput.cs" />
<Compile Include="Charter\XYPoint.cs" />
<Compile Include="Controllers\LeafCharterController.cs" />
<Compile Include="Controllers\PagesController.cs" />
<Compile Include="Global.asax.cs">
@@ -173,7 +169,7 @@
<Content Include="Views\_ViewStart.cshtml" />
<Content Include="Views\Pages\DataRequirements.cshtml" />
<Content Include="Scripts\jquery-1.9.1.min.map" />
<Content Include="Views\LeafCharter\LeafCharter.cshtml" />
<Content Include="Views\LeafCharter\Index.cshtml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
@@ -185,6 +181,12 @@
<Folder Include="App_Data\" />
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<Project>{25baed75-7e75-4d11-90d9-358472054df6}</Project>
<Name>Core</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>