Skip to content

Commit c202205

Browse files
author
Livar
authored
Merge pull request #2545 from sbomer/appCustomization
Add apphost customization
2 parents 073c98b + c3aba73 commit c202205

22 files changed

+917
-115
lines changed

src/Tasks/Common/Resources/Strings.resx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,20 @@ The following are names of parameters or literal values and should not be transl
413413
<value>NETSDK1073: The FrameworkReference '{0}' was not recognized</value>
414414
<comment>{StrBegin="NETSDK1073: "}</comment>
415415
</data>
416-
</root>
416+
<data name="AppHostCustomizationRequiresWindowsHostWarning" xml:space="preserve">
417+
<value>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</value>
418+
<comment>{StrBegin="NETSDK1074: "}</comment>
419+
</data>
420+
<data name="InvalidResourceUpdate" xml:space="preserve">
421+
<value>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</value>
422+
<comment>{StrBegin="NETSDK1075: "}</comment>
423+
</data>
424+
<data name="AddResourceWithNonIntegerResource" xml:space="preserve">
425+
<value>NETSDK1076: AddResource can only be used with integer resource types.</value>
426+
<comment>{StrBegin="NETSDK1076: "}</comment>
427+
</data>
428+
<data name="FailedToLockResource" xml:space="preserve">
429+
<value>NETSDK1077: Failed to lock resource.</value>
430+
<comment>{StrBegin="NETSDK1077: "}</comment>
431+
</data>
432+
</root>

src/Tasks/Common/Resources/xlf/Strings.cs.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="cs" original="../Strings.resx">
44
<body>
5+
<trans-unit id="FailedToLockResource">
6+
<source>NETSDK1077: Failed to lock resource.</source>
7+
<target state="new">NETSDK1077: Failed to lock resource.</target>
8+
<note>{StrBegin="NETSDK1077: "}</note>
9+
</trans-unit>
10+
<trans-unit id="AddResourceWithNonIntegerResource">
11+
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
12+
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
13+
<note>{StrBegin="NETSDK1076: "}</note>
14+
</trans-unit>
15+
<trans-unit id="InvalidResourceUpdate">
16+
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
17+
<target state="new">NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</target>
18+
<note>{StrBegin="NETSDK1075: "}</note>
19+
</trans-unit>
20+
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
21+
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</source>
22+
<target state="new">NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</target>
23+
<note>{StrBegin="NETSDK1074: "}</note>
24+
</trans-unit>
525
<trans-unit id="AppHostNotWindows">
626
<source>NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
727
<target state="new">NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</target>
@@ -373,4 +393,4 @@ The following are names of parameters or literal values and should not be transl
373393
</trans-unit>
374394
</body>
375395
</file>
376-
</xliff>
396+
</xliff>

src/Tasks/Common/Resources/xlf/Strings.de.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="de" original="../Strings.resx">
44
<body>
5+
<trans-unit id="FailedToLockResource">
6+
<source>NETSDK1077: Failed to lock resource.</source>
7+
<target state="new">NETSDK1077: Failed to lock resource.</target>
8+
<note>{StrBegin="NETSDK1077: "}</note>
9+
</trans-unit>
10+
<trans-unit id="AddResourceWithNonIntegerResource">
11+
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
12+
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
13+
<note>{StrBegin="NETSDK1076: "}</note>
14+
</trans-unit>
15+
<trans-unit id="InvalidResourceUpdate">
16+
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
17+
<target state="new">NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</target>
18+
<note>{StrBegin="NETSDK1075: "}</note>
19+
</trans-unit>
20+
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
21+
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</source>
22+
<target state="new">NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</target>
23+
<note>{StrBegin="NETSDK1074: "}</note>
24+
</trans-unit>
525
<trans-unit id="AppHostNotWindows">
626
<source>NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
727
<target state="new">NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</target>
@@ -373,4 +393,4 @@ The following are names of parameters or literal values and should not be transl
373393
</trans-unit>
374394
</body>
375395
</file>
376-
</xliff>
396+
</xliff>

src/Tasks/Common/Resources/xlf/Strings.es.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="es" original="../Strings.resx">
44
<body>
5+
<trans-unit id="FailedToLockResource">
6+
<source>NETSDK1077: Failed to lock resource.</source>
7+
<target state="new">NETSDK1077: Failed to lock resource.</target>
8+
<note>{StrBegin="NETSDK1077: "}</note>
9+
</trans-unit>
10+
<trans-unit id="AddResourceWithNonIntegerResource">
11+
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
12+
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
13+
<note>{StrBegin="NETSDK1076: "}</note>
14+
</trans-unit>
15+
<trans-unit id="InvalidResourceUpdate">
16+
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
17+
<target state="new">NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</target>
18+
<note>{StrBegin="NETSDK1075: "}</note>
19+
</trans-unit>
20+
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
21+
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</source>
22+
<target state="new">NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</target>
23+
<note>{StrBegin="NETSDK1074: "}</note>
24+
</trans-unit>
525
<trans-unit id="AppHostNotWindows">
626
<source>NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
727
<target state="new">NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</target>
@@ -373,4 +393,4 @@ The following are names of parameters or literal values and should not be transl
373393
</trans-unit>
374394
</body>
375395
</file>
376-
</xliff>
396+
</xliff>

src/Tasks/Common/Resources/xlf/Strings.fr.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="fr" original="../Strings.resx">
44
<body>
5+
<trans-unit id="FailedToLockResource">
6+
<source>NETSDK1077: Failed to lock resource.</source>
7+
<target state="new">NETSDK1077: Failed to lock resource.</target>
8+
<note>{StrBegin="NETSDK1077: "}</note>
9+
</trans-unit>
10+
<trans-unit id="AddResourceWithNonIntegerResource">
11+
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
12+
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
13+
<note>{StrBegin="NETSDK1076: "}</note>
14+
</trans-unit>
15+
<trans-unit id="InvalidResourceUpdate">
16+
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
17+
<target state="new">NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</target>
18+
<note>{StrBegin="NETSDK1075: "}</note>
19+
</trans-unit>
20+
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
21+
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</source>
22+
<target state="new">NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</target>
23+
<note>{StrBegin="NETSDK1074: "}</note>
24+
</trans-unit>
525
<trans-unit id="AppHostNotWindows">
626
<source>NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
727
<target state="new">NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</target>
@@ -373,4 +393,4 @@ The following are names of parameters or literal values and should not be transl
373393
</trans-unit>
374394
</body>
375395
</file>
376-
</xliff>
396+
</xliff>

src/Tasks/Common/Resources/xlf/Strings.it.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="it" original="../Strings.resx">
44
<body>
5+
<trans-unit id="FailedToLockResource">
6+
<source>NETSDK1077: Failed to lock resource.</source>
7+
<target state="new">NETSDK1077: Failed to lock resource.</target>
8+
<note>{StrBegin="NETSDK1077: "}</note>
9+
</trans-unit>
10+
<trans-unit id="AddResourceWithNonIntegerResource">
11+
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
12+
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
13+
<note>{StrBegin="NETSDK1076: "}</note>
14+
</trans-unit>
15+
<trans-unit id="InvalidResourceUpdate">
16+
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
17+
<target state="new">NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</target>
18+
<note>{StrBegin="NETSDK1075: "}</note>
19+
</trans-unit>
20+
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
21+
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</source>
22+
<target state="new">NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</target>
23+
<note>{StrBegin="NETSDK1074: "}</note>
24+
</trans-unit>
525
<trans-unit id="AppHostNotWindows">
626
<source>NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
727
<target state="new">NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</target>
@@ -373,4 +393,4 @@ The following are names of parameters or literal values and should not be transl
373393
</trans-unit>
374394
</body>
375395
</file>
376-
</xliff>
396+
</xliff>

src/Tasks/Common/Resources/xlf/Strings.ja.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="ja" original="../Strings.resx">
44
<body>
5+
<trans-unit id="FailedToLockResource">
6+
<source>NETSDK1077: Failed to lock resource.</source>
7+
<target state="new">NETSDK1077: Failed to lock resource.</target>
8+
<note>{StrBegin="NETSDK1077: "}</note>
9+
</trans-unit>
10+
<trans-unit id="AddResourceWithNonIntegerResource">
11+
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
12+
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
13+
<note>{StrBegin="NETSDK1076: "}</note>
14+
</trans-unit>
15+
<trans-unit id="InvalidResourceUpdate">
16+
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
17+
<target state="new">NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</target>
18+
<note>{StrBegin="NETSDK1075: "}</note>
19+
</trans-unit>
20+
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
21+
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</source>
22+
<target state="new">NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</target>
23+
<note>{StrBegin="NETSDK1074: "}</note>
24+
</trans-unit>
525
<trans-unit id="AppHostNotWindows">
626
<source>NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
727
<target state="new">NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</target>
@@ -373,4 +393,4 @@ The following are names of parameters or literal values and should not be transl
373393
</trans-unit>
374394
</body>
375395
</file>
376-
</xliff>
396+
</xliff>

src/Tasks/Common/Resources/xlf/Strings.ko.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="ko" original="../Strings.resx">
44
<body>
5+
<trans-unit id="FailedToLockResource">
6+
<source>NETSDK1077: Failed to lock resource.</source>
7+
<target state="new">NETSDK1077: Failed to lock resource.</target>
8+
<note>{StrBegin="NETSDK1077: "}</note>
9+
</trans-unit>
10+
<trans-unit id="AddResourceWithNonIntegerResource">
11+
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
12+
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
13+
<note>{StrBegin="NETSDK1076: "}</note>
14+
</trans-unit>
15+
<trans-unit id="InvalidResourceUpdate">
16+
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
17+
<target state="new">NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</target>
18+
<note>{StrBegin="NETSDK1075: "}</note>
19+
</trans-unit>
20+
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
21+
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</source>
22+
<target state="new">NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</target>
23+
<note>{StrBegin="NETSDK1074: "}</note>
24+
</trans-unit>
525
<trans-unit id="AppHostNotWindows">
626
<source>NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
727
<target state="new">NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</target>
@@ -373,4 +393,4 @@ The following are names of parameters or literal values and should not be transl
373393
</trans-unit>
374394
</body>
375395
</file>
376-
</xliff>
396+
</xliff>

src/Tasks/Common/Resources/xlf/Strings.pl.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
33
<file datatype="xml" source-language="en" target-language="pl" original="../Strings.resx">
44
<body>
5+
<trans-unit id="FailedToLockResource">
6+
<source>NETSDK1077: Failed to lock resource.</source>
7+
<target state="new">NETSDK1077: Failed to lock resource.</target>
8+
<note>{StrBegin="NETSDK1077: "}</note>
9+
</trans-unit>
10+
<trans-unit id="AddResourceWithNonIntegerResource">
11+
<source>NETSDK1076: AddResource can only be used with integer resource types.</source>
12+
<target state="new">NETSDK1076: AddResource can only be used with integer resource types.</target>
13+
<note>{StrBegin="NETSDK1076: "}</note>
14+
</trans-unit>
15+
<trans-unit id="InvalidResourceUpdate">
16+
<source>NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</source>
17+
<target state="new">NETSDK1075: Update handle is invalid. This instance may not be used for further updates.</target>
18+
<note>{StrBegin="NETSDK1075: "}</note>
19+
</trans-unit>
20+
<trans-unit id="AppHostCustomizationRequiresWindowsHostWarning">
21+
<source>NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</source>
22+
<target state="new">NETSDK1074: The application host executable will not be customized because adding resources requires that the build be performed on Windows.</target>
23+
<note>{StrBegin="NETSDK1074: "}</note>
24+
</trans-unit>
525
<trans-unit id="AppHostNotWindows">
626
<source>NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</source>
727
<target state="new">NETSDK1071: Unable to use '{0}' as application host executable because it's not a Windows PE file.</target>
@@ -373,4 +393,4 @@ The following are names of parameters or literal values and should not be transl
373393
</trans-unit>
374394
</body>
375395
</file>
376-
</xliff>
396+
</xliff>

0 commit comments

Comments
 (0)