Compare commits
2 Commits
a1c714e427
...
8a39c901d4
Author | SHA1 | Date |
---|---|---|
|
8a39c901d4 | |
|
c50ae542bb |
Binary file not shown.
|
@ -201,7 +201,7 @@
|
|||
fileInfo: {
|
||||
name: '',
|
||||
ext: '',
|
||||
primary: '',
|
||||
primary: urlString,
|
||||
creator: '',
|
||||
createTime: new Date('20210505')
|
||||
},
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
fileInfo: {
|
||||
name: '',
|
||||
ext: '',
|
||||
primary: '',
|
||||
primary: urlString,
|
||||
creator: '',
|
||||
createTime: new Date('20210505')
|
||||
},
|
||||
|
|
|
@ -19329,7 +19329,7 @@
|
|||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v16.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
Loading…
Reference in New Issue