There was an error while loading. Please reload this page.
1 parent 5e4b7d1 commit a00e148Copy full SHA for a00e148
.editorconfig
@@ -13,7 +13,7 @@ tab_width = 4
13
14
# 新行首选项
15
end_of_line = crlf
16
-insert_final_newline = false
+insert_final_newline = true
17
18
#### .NET 编码约定 ####
19
CONAN_INSTALL/CONAN_INSTALL.vcxproj
@@ -90,7 +90,7 @@
90
<Message>Installing dependencies via Conan</Message>
91
<Command>.\ConanInstall.bat</Command>
92
<LinkObjects>false</LinkObjects>
93
- <Outputs>$(SolutionDir).conan/$(Configuration)/Runtime/conanbuildinfo.props</Outputs>
+ <Outputs>Always_Rebuild</Outputs>
94
</CustomBuild>
95
</ItemGroup>
96
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
0 commit comments