Add CurveId Selection for charter

This commit is contained in:
2016-04-25 11:26:53 -04:00
parent 74641c5cf1
commit 8c218cda48
14 changed files with 2747 additions and 10 deletions
+9
View File
@@ -433,12 +433,15 @@
<Content Include="Content\favicon\ms-icon-150x150.png" />
<Content Include="Content\favicon\ms-icon-310x310.png" />
<Content Include="Content\favicon\ms-icon-70x70.png" />
<Content Include="Content\font-awesome.css" />
<Content Include="Content\font-awesome.min.css" />
<Content Include="Content\fonts\glyphicons-halflings-regular.svg" />
<Content Include="Content\site.css" />
<Content Include="Content\themes\bootstrap\bootstrap.css" />
<Content Include="Content\themes\bootstrap\bootstrap.min.css" />
<Content Include="Content\themes\bootstrap\variables.css" />
<Content Include="Content\themes\bootstrap\variables.min.css" />
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="Global.asax" />
<Content Include="Content\Documents\aci_pce_final.pdf" />
@@ -550,6 +553,11 @@
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="fonts\FontAwesome.otf" />
<Content Include="fonts\fontawesome-webfont.woff2" />
<Content Include="fonts\fontawesome-webfont.woff" />
<Content Include="fonts\fontawesome-webfont.ttf" />
<Content Include="fonts\fontawesome-webfont.eot" />
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
@@ -974,6 +982,7 @@
<Compile Include="Services\StartPending.cs" />
<Compile Include="Utility\MarkdownHelper.cs" />
<Compile Include="Utility\Validation.cs" />
<Compile Include="ViewModels\LeafCharter\LeafCharterViewModel.cs" />
<Compile Include="ViewModels\LeafInput\ConfirmViewModel.cs" />
<Compile Include="ViewModels\LeafInput\CreateViewModel.cs" />
<Compile Include="ViewModels\ResultStatus\ResultStatusViewModel.cs" />