Updated VS projectfile
[ci skip]
This commit is contained in:
parent
0f3d1c4a36
commit
2a6ba6924b
2 changed files with 18 additions and 11 deletions
|
@ -130,11 +130,11 @@
|
|||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\crypt_blowfish\crypt_blowfish.c" />
|
||||
<ClCompile Include="..\..\src\color.cpp" />
|
||||
<ClCompile Include="..\..\src\color_range.cpp" />
|
||||
<ClCompile Include="..\..\src\config.cpp" />
|
||||
<ClCompile Include="..\..\src\config_attribute_value.cpp" />
|
||||
<ClCompile Include="..\..\src\crypt_blowfish\crypt_blowfish.c" />
|
||||
<ClCompile Include="..\..\src\filesystem_boost.cpp" />
|
||||
<ClCompile Include="..\..\src\filesystem_common.cpp" />
|
||||
<ClCompile Include="..\..\src\font\constants.cpp" />
|
||||
|
@ -148,6 +148,7 @@
|
|||
<ClCompile Include="..\..\src\log.cpp" />
|
||||
<ClCompile Include="..\..\src\log_windows.cpp" />
|
||||
<ClCompile Include="..\..\src\random.cpp" />
|
||||
<ClCompile Include="..\..\src\serialization\base64.cpp" />
|
||||
<ClCompile Include="..\..\src\serialization\binary_or_text.cpp">
|
||||
<DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
|
@ -164,12 +165,11 @@
|
|||
<ClCompile Include="..\..\src\version.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\crypt_blowfish\crypt_blowfish.h" />
|
||||
<ClInclude Include="..\..\src\color.hpp" />
|
||||
<ClInclude Include="..\..\src\color_range.hpp" />
|
||||
<ClInclude Include="..\..\src\config.hpp" />
|
||||
<ClInclude Include="..\..\src\config_attribute_value.hpp" />
|
||||
<ClInclude Include="..\..\src\deprecation.hpp" />
|
||||
<ClInclude Include="..\..\src\crypt_blowfish\crypt_blowfish.h" />
|
||||
<ClInclude Include="..\..\src\filesystem.hpp" />
|
||||
<ClInclude Include="..\..\src\font\constants.hpp" />
|
||||
<ClInclude Include="..\..\src\formula\string_utils.hpp" />
|
||||
|
@ -181,6 +181,7 @@
|
|||
<ClInclude Include="..\..\src\log.hpp" />
|
||||
<ClInclude Include="..\..\src\log_windows.hpp" />
|
||||
<ClInclude Include="..\..\src\random.hpp" />
|
||||
<ClInclude Include="..\..\src\serialization\base64.hpp" />
|
||||
<ClInclude Include="..\..\src\serialization\binary_or_text.hpp" />
|
||||
<ClInclude Include="..\..\src\serialization\parser.hpp" />
|
||||
<ClInclude Include="..\..\src\serialization\preprocessor.hpp" />
|
||||
|
|
|
@ -20,11 +20,8 @@
|
|||
<Filter Include="Formula">
|
||||
<UniqueIdentifier>{89506bfd-cc4a-4db3-84f4-b90d70040b9c}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Bcrypt">
|
||||
<UniqueIdentifier>{d5a81024-f17f-4bdc-8eab-015200624965}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Bcrypt\Crypt_blowfish">
|
||||
<UniqueIdentifier>{7f9caf8d-4d10-431e-85a6-4495b10035ab}</UniqueIdentifier>
|
||||
<Filter Include="crypt_blowfish">
|
||||
<UniqueIdentifier>{ba7645fc-4486-437c-845e-9f30d991e7b6}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -71,7 +68,12 @@
|
|||
<ClCompile Include="..\..\src\formula\string_utils.cpp">
|
||||
<Filter>Formula</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\crypt_blowfish\crypt_blowfish.c" />
|
||||
<ClCompile Include="..\..\src\crypt_blowfish\crypt_blowfish.c">
|
||||
<Filter>crypt_blowfish</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\serialization\base64.cpp">
|
||||
<Filter>Serialization</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\serialization\binary_or_text.hpp">
|
||||
|
@ -156,7 +158,11 @@
|
|||
<ClInclude Include="..\..\src\formula\string_utils.hpp">
|
||||
<Filter>Formula</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\deprecation.hpp" />
|
||||
<ClInclude Include="..\..\src\crypt_blowfish\crypt_blowfish.h" />
|
||||
<ClInclude Include="..\..\src\crypt_blowfish\crypt_blowfish.h">
|
||||
<Filter>crypt_blowfish</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\serialization\base64.hpp">
|
||||
<Filter>Serialization</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Reference in a new issue