Output: Add .csproj template resource
This commit is contained in:
31
Il2CppDumper/Properties/Resources.Designer.cs
generated
31
Il2CppDumper/Properties/Resources.Designer.cs
generated
@@ -61,10 +61,31 @@ namespace Il2CppDumper.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {%PROJECTGUID%}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
|
||||
///<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
/// <PropertyGroup>
|
||||
/// <LangVersion>latest</LangVersion>
|
||||
/// </PropertyGroup>
|
||||
/// <PropertyGroup>
|
||||
/// <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
/// <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
/// <ProjectGuid>%PROJECTGUID%</ProjectGuid>
|
||||
/// <!--<ProductVersion/>-->
|
||||
/// <!--<SchemaVersion/>-->
|
||||
/// <Outp [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string CsProjTemplate {
|
||||
get {
|
||||
return ResourceManager.GetString("CsProjTemplate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {%PROJECTGUID%}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
/// {%PROJECTGUID%}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
/// {%PROJECTGUID%}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
/// {%PROJECTGUID%}.Release|Any CPU.Build.0 = Release|Any CPU.
|
||||
/// {%PROJECTGUID%}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
///.
|
||||
/// </summary>
|
||||
internal static string SlnProjectConfiguration {
|
||||
get {
|
||||
@@ -74,7 +95,8 @@ namespace Il2CppDumper.Properties {
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "%PROJECTNAME%", "%CSPROJRELATIVEPATH%", "{%PROJECTGUID%}"
|
||||
///EndProject.
|
||||
///EndProject
|
||||
///.
|
||||
/// </summary>
|
||||
internal static string SlnProjectDefinition {
|
||||
get {
|
||||
@@ -97,7 +119,8 @@ namespace Il2CppDumper.Properties {
|
||||
/// GlobalSection(SolutionProperties) = preSolution
|
||||
/// HideSolutionNode = FALSE
|
||||
/// EndGlobalSection
|
||||
///EndGlobal.
|
||||
///EndGlobal
|
||||
///.
|
||||
/// </summary>
|
||||
internal static string SlnTemplate {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user