Add LeafInput
Add EntityFramework
This commit is contained in:
+13
-2
@@ -76,6 +76,14 @@
|
||||
<HintPath>..\packages\xmlrpcnet.2.5.0\lib\net20\CookComputing.XmlRpcV2.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Examine, Version=0.1.70.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Examine.0.1.70.0\lib\Examine.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
@@ -337,8 +345,7 @@
|
||||
<Content Include="Views\Partials\Grid\Fanoe.cshtml" />
|
||||
<Content Include="Views\Partials\MainNavigation.cshtml" />
|
||||
<Content Include="Views\TextPage.cshtml" />
|
||||
<Content Include="Views\LeafInput\Index.cshtml" />
|
||||
<Content Include="Views\LeafInput.cshtml" />
|
||||
<Content Include="Views\LeafInput\Create.cshtml" />
|
||||
<Content Include="Views\Shared\_StatusMessage.cshtml" />
|
||||
<Content Include="Views\Shared\_ValidationField.cshtml" />
|
||||
<Content Include="Views\Shared\_ValidationSummary.cshtml" />
|
||||
@@ -358,6 +365,7 @@
|
||||
<Content Include="Views\Shared\EditorTemplates\String.cshtml" />
|
||||
<Content Include="Views\Shared\EditorTemplates\Text.cshtml" />
|
||||
<Content Include="Views\Shared\EditorTemplates\TimeSpan.cshtml" />
|
||||
<Content Include="Views\MacroPartials\LeafInputCreate.cshtml" />
|
||||
<None Include="Web.Debug.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</None>
|
||||
@@ -398,6 +406,8 @@
|
||||
<Content Include="Web.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="App_Start\RegisterDataService.cs" />
|
||||
<Compile Include="Controllers\ControllerBase.cs" />
|
||||
<Compile Include="Controllers\LeafInputController.cs" />
|
||||
<Compile Include="Models\LeafInputConfirm.cs" />
|
||||
<Compile Include="Models\LeafInputCreate.cs" />
|
||||
@@ -415,6 +425,7 @@
|
||||
<Name>Core</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
|
||||
Reference in New Issue
Block a user