久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<legend id='the94'><style id='the94'><dir id='the94'><q id='the94'></q></dir></style></legend>
<i id='the94'><tr id='the94'><dt id='the94'><q id='the94'><span id='the94'><b id='the94'><form id='the94'><ins id='the94'></ins><ul id='the94'></ul><sub id='the94'></sub></form><legend id='the94'></legend><bdo id='the94'><pre id='the94'><center id='the94'></center></pre></bdo></b><th id='the94'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='the94'><tfoot id='the94'></tfoot><dl id='the94'><fieldset id='the94'></fieldset></dl></div>
    <bdo id='the94'></bdo><ul id='the94'></ul>

<small id='the94'></small><noframes id='the94'>

    <tfoot id='the94'></tfoot>

    1. 在構建期間自動化 xsd.exe

      Automate xsd.exe during build(在構建期間自動化 xsd.exe)
      <tfoot id='j4V44'></tfoot>
        <bdo id='j4V44'></bdo><ul id='j4V44'></ul>
          <tbody id='j4V44'></tbody>
      • <small id='j4V44'></small><noframes id='j4V44'>

        1. <i id='j4V44'><tr id='j4V44'><dt id='j4V44'><q id='j4V44'><span id='j4V44'><b id='j4V44'><form id='j4V44'><ins id='j4V44'></ins><ul id='j4V44'></ul><sub id='j4V44'></sub></form><legend id='j4V44'></legend><bdo id='j4V44'><pre id='j4V44'><center id='j4V44'></center></pre></bdo></b><th id='j4V44'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='j4V44'><tfoot id='j4V44'></tfoot><dl id='j4V44'><fieldset id='j4V44'></fieldset></dl></div>
          <legend id='j4V44'><style id='j4V44'><dir id='j4V44'><q id='j4V44'></q></dir></style></legend>
                本文介紹了在構建期間自動化 xsd.exe的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

                限時送ChatGPT賬號..

                我需要一種在構建過程中根據 *.xsd 文件自動重新生成 *.cs 文件的方法,最好不涉及任何自定義加載項.這也需要在 CI 構建上運行.

                I need a way to automatically regenerate *.cs files during build, based on *.xsd files, preferably without involving any custom add-ins. This needs to run on the CI build as well.

                我不確定我是否遺漏了一些明顯的東西,或者在我看來這真的很棘手嗎?

                I'm not sure if I'm missing something obvious, or is this really tricky as it seems to me?

                推薦答案

                我用這個腳本:

                @echo off
                cd %1
                call :treeProcess %2 "XSDs"
                cd ..
                goto :eof
                
                :treeProcess
                rem From http://stackoverflow.com/a/8398621/298754
                echo Processing %2
                for %%f in (*.xsd) do call :buildXSD %%f %1 %2 %%~nf
                for /D %%d in (*) do (
                    cd %%d
                    call :treeProcess %1 %2.%%d
                    cd ..
                )
                exit /b
                
                :buildXSD
                %2 %1 /c /n:%3.%4%
                

                帶有預構建事件

                call "$(ProjectDir)"XSDBuilder.bat "$(ProjectDir)"XSDs "$(Registry:HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SDKsWindowsv7.0A@InstallationFolder)binxsd.exe"
                

                這將遞歸解析項目根目錄中名為 XSDs 的文件夾中的每個 .xsd 文件,并根據文件夾結構分配命名空間.

                This will recursively parse every .xsd file in a folder in the project root called XSDs, and will assign a namespace based on the folder structure.

                這篇關于在構建期間自動化 xsd.exe的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                相關文檔推薦

                What are good algorithms for vehicle license plate detection?(車牌檢測有哪些好的算法?)
                onClick event for Image in Unity(Unity中圖像的onClick事件)
                Running Total C#(運行總 C#)
                Deleting a directory when clicked on a hyperlink with JAvascript.ASP.NET C#(單擊帶有 JAvascript.ASP.NET C# 的超鏈接時刪除目錄)
                asp.net listview highlight row on click(asp.net listview 在單擊時突出顯示行)
                Calling A Button OnClick from a function(從函數調用按鈕 OnClick)
                  <tfoot id='1ZEAp'></tfoot>
                  • <bdo id='1ZEAp'></bdo><ul id='1ZEAp'></ul>
                    <legend id='1ZEAp'><style id='1ZEAp'><dir id='1ZEAp'><q id='1ZEAp'></q></dir></style></legend>
                        <tbody id='1ZEAp'></tbody>

                      <i id='1ZEAp'><tr id='1ZEAp'><dt id='1ZEAp'><q id='1ZEAp'><span id='1ZEAp'><b id='1ZEAp'><form id='1ZEAp'><ins id='1ZEAp'></ins><ul id='1ZEAp'></ul><sub id='1ZEAp'></sub></form><legend id='1ZEAp'></legend><bdo id='1ZEAp'><pre id='1ZEAp'><center id='1ZEAp'></center></pre></bdo></b><th id='1ZEAp'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='1ZEAp'><tfoot id='1ZEAp'></tfoot><dl id='1ZEAp'><fieldset id='1ZEAp'></fieldset></dl></div>

                        1. <small id='1ZEAp'></small><noframes id='1ZEAp'>

                          主站蜘蛛池模板: 国产精品亚洲视频 | 国产一区 | 日韩毛片视频 | 亚洲v日韩v综合v精品v | 亚洲精品久久久久久久久久久 | 欧美久久久久久 | 亚洲一级毛片 | 在线观看av网站永久 | 精品一区二区在线观看 | 女朋友的闺蜜3韩国三级 | 综合精品 | 亚洲欧美一区二区三区情侣bbw | 国产精品不卡一区 | 日韩精品av | 一区二区三区视频 | 久久国内 | 人人99 | 国产在视频一区二区三区吞精 | 亚州精品天堂中文字幕 | 精品国产一区二区三区在线观看 | 天天干夜夜操 | 一区二区三区在线免费观看 | 中文字幕av高清 | 2022精品国偷自产免费观看 | 日本在线免费观看 | 日韩三区在线 | 国产精品久久久久久久久图文区 | 国产精品99999 | 国产麻豆一区二区三区 | 一区二区三区四区免费视频 | 亚洲精品一区中文字幕乱码 | 国产美女黄色片 | 国产aⅴ精品 | 国产欧美日韩一区 | 国产精品一区三区 | 日韩福利在线 | 国产高清一二三区 | 不卡一区| 九九av| 成人精品一区 | 亚洲国产一区二区三区 |