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