Log Import for CreateLog
This commit is contained in:
+24
-20
@@ -25,7 +25,7 @@
|
||||
<IISExpressAnonymousAuthentication />
|
||||
<IISExpressWindowsAuthentication />
|
||||
<IISExpressUseClassicPipelineMode />
|
||||
<AfterAddIisSettingAndFileContentsToSourceManifest>AddSkipRules</AfterAddIisSettingAndFileContentsToSourceManifest>
|
||||
<AfterAddIisSettingAndFileContentsToSourceManifest>AddSkipRules</AfterAddIisSettingAndFileContentsToSourceManifest>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -187,6 +187,7 @@
|
||||
<Compile Include="ViewModels\Account\RegisterModel.cs" />
|
||||
<Compile Include="ViewModels\CheckBoxViewModel.cs" />
|
||||
<Compile Include="ViewModels\CreateLog\EditPastViewModel.cs" />
|
||||
<Compile Include="ViewModels\CreateLog\ImportUploadViewModel.cs" />
|
||||
<Compile Include="ViewModels\DriverMileageItem.cs" />
|
||||
<Compile Include="ViewModels\DriverMileageViewModel.cs" />
|
||||
<Compile Include="ViewModels\LogImportViewModel.cs" />
|
||||
@@ -233,7 +234,7 @@
|
||||
<Content Include="fonts\fontawesome-webfont.ttf" />
|
||||
<Content Include="fonts\fontawesome-webfont.eot" />
|
||||
<Content Include="fonts\FontAwesome.otf" />
|
||||
<Content Include="Views\Log\LogImportPartial.cshtml" />
|
||||
<Content Include="Views\Log\ImportFix.cshtml" />
|
||||
<Content Include="Views\Shared\EditorTemplates\HttpPostedFileBase.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -351,6 +352,9 @@
|
||||
<Content Include="Views\CreateLog\EditPast.cshtml" />
|
||||
<Content Include="Views\Log\Import.cshtml" />
|
||||
<Content Include="Views\Log\ImportUpload.cshtml" />
|
||||
<Content Include="Views\CreateLog\Import.cshtml" />
|
||||
<Content Include="Views\CreateLog\ImportUpload.cshtml" />
|
||||
<Content Include="Views\CreateLog\ImportFix.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="packages.config">
|
||||
@@ -487,24 +491,24 @@
|
||||
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
||||
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
|
||||
</Target>
|
||||
<Target Name="AddSkipRules">
|
||||
<ItemGroup>
|
||||
<MsDeploySkipRules Include="SkipDeleteAppData">
|
||||
<SkipAction>Delete</SkipAction>
|
||||
<ObjectName>filePath</ObjectName>
|
||||
<AbsolutePath>$(_Escaped_PackageTempDir)\\App_Data\\.*</AbsolutePath>
|
||||
<XPath>
|
||||
</XPath>
|
||||
</MsDeploySkipRules>
|
||||
<MsDeploySkipRules Include="SkipDeleteAppData">
|
||||
<SkipAction>Delete</SkipAction>
|
||||
<ObjectName>dirPath</ObjectName>
|
||||
<AbsolutePath>$(_Escaped_PackageTempDir)\\App_Data\\.*</AbsolutePath>
|
||||
<XPath>
|
||||
</XPath>
|
||||
</MsDeploySkipRules>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
<Target Name="AddSkipRules">
|
||||
<ItemGroup>
|
||||
<MsDeploySkipRules Include="SkipDeleteAppData">
|
||||
<SkipAction>Delete</SkipAction>
|
||||
<ObjectName>filePath</ObjectName>
|
||||
<AbsolutePath>$(_Escaped_PackageTempDir)\\App_Data\\.*</AbsolutePath>
|
||||
<XPath>
|
||||
</XPath>
|
||||
</MsDeploySkipRules>
|
||||
<MsDeploySkipRules Include="SkipDeleteAppData">
|
||||
<SkipAction>Delete</SkipAction>
|
||||
<ObjectName>dirPath</ObjectName>
|
||||
<AbsolutePath>$(_Escaped_PackageTempDir)\\App_Data\\.*</AbsolutePath>
|
||||
<XPath>
|
||||
</XPath>
|
||||
</MsDeploySkipRules>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
|
||||
Reference in New Issue
Block a user