C++: Output .vcxproj.filters file for solution folder structure
This commit is contained in:
@@ -292,6 +292,28 @@ namespace Il2CppInspector.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
|
||||
///<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
/// <ItemGroup>
|
||||
/// <ClCompile Include="user\main.cpp">
|
||||
/// <Filter>user</Filter>
|
||||
/// </ClCompile>
|
||||
/// <ClCompile Include="framework\dllmain.cpp">
|
||||
/// <Filter>framework</Filter>
|
||||
/// </ClCompile>
|
||||
/// <ClCompile Include="framework\helpers.cpp">
|
||||
/// <Filter>framework</Filter>
|
||||
/// </ClCompile>
|
||||
/// <ClCompile Include="framework\il2cpp-init.cpp">
|
||||
/// <Filter>framework< [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string CppProjFilters {
|
||||
get {
|
||||
return ResourceManager.GetString("CppProjFilters", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
|
||||
///<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
Reference in New Issue
Block a user