This commit is contained in:
帅凯 贾
2023-04-16 15:14:57 +08:00
parent bf208bde56
commit 2436a3805b

View File

@ -870,6 +870,18 @@
<Content Include="Views\_ViewStart.cshtml" /> <Content Include="Views\_ViewStart.cshtml" />
<Content Include="Views\Home\Index.cshtml" /> <Content Include="Views\Home\Index.cshtml" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="Log\fonts\glyphicons-halflings-regular.woff" />
<Content Include="Log\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="Log\fonts\glyphicons-halflings-regular.eot" />
<Content Include="packages.config" />
<None Include="Project_Readme.html" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="File\" />
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Common\Epost.Common.csproj"> <ProjectReference Include="..\Common\Epost.Common.csproj">
<Project>{44c36ca3-d672-40d1-ac94-91115de29a2d}</Project> <Project>{44c36ca3-d672-40d1-ac94-91115de29a2d}</Project>
@ -888,18 +900,6 @@
<Name>Epost.Model</Name> <Name>Epost.Model</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="Log\fonts\glyphicons-halflings-regular.woff" />
<Content Include="Log\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="Log\fonts\glyphicons-halflings-regular.eot" />
<Content Include="packages.config" />
<None Include="Project_Readme.html" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="File\" />
<Folder Include="Models\" />
</ItemGroup>
<PropertyGroup> <PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>