Rename to match InternalName
This commit is contained in:
parent
3a87c02da6
commit
c011712239
20 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.3.32505.426
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomResolution", "CustomResolution\CustomResolution.csproj", "{13C812E9-0D42-4B95-8646-40EEBF30636F}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomResolution2782", "CustomResolution2782\CustomResolution2782.csproj", "{13C812E9-0D42-4B95-8646-40EEBF30636F}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5ECEDCE5-D60F-4A8A-AB33-4131F5C7371C}"
|
||||
ProjectSection(SolutionItems) = preProject
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
@ -1,10 +1,10 @@
|
|||
@set src=.\CustomResolution\bin\x64\Release\CustomResolution
|
||||
@set src=.\CustomResolution2782\bin\x64\Release\CustomResolution2782
|
||||
@set dst=O:\home\ade\wwwext\xiv\CustomResolution
|
||||
|
||||
dotnet build -c Release
|
||||
|
||||
rmdir /s /q %dst%
|
||||
xcopy %src%\ %dst%\ /E
|
||||
xcopy .\CustomResolution\images\icon.png %dst%\
|
||||
xcopy .\CustomResolution2782\images\icon.png %dst%\
|
||||
|
||||
pause
|
Loading…
Add table
Reference in a new issue