久久久久久久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'>

                          主站蜘蛛池模板: 日韩在线观看网站 | 亚洲一区毛片 | 美女在线视频一区二区三区 | 亚洲狠狠爱 | 精品无码久久久久久久动漫 | 午夜激情视频 | 日日摸夜夜爽人人添av | a级黄色网 | 蜜桃视频在线观看免费视频网站www | 久久久精品综合 | 久久精品99 | 欧美在线播放一区 | 久久精品国产99国产精品 | 日韩视频在线观看中文字幕 | 国产精品久久久久久吹潮 | 成人小视频在线观看 | 国产情侣久久 | 欧美日韩综合 | 中文字幕精品一区 | 日本高清不卡视频 | 亚洲h色| 日韩免费av | 四虎最新视频 | 少妇黄色 | 亚洲精品无 | 中文字幕av一区 | 久久精品二区 | 国产一级视频在线观看 | 欧美亚州综合 | 免费成人在线网站 | 秋霞a级毛片在线看 | 国产精品178页 | 男人天堂99 | av黄色在线观看 | 亚洲视频在线观看 | 欧美激情精品久久久久久变态 | julia中文字幕久久一区二区 | 欧美久久一区二区三区 | 精品欧美一区免费观看α√ | 日韩电影在线 | 国产精品日本一区二区不卡视频 |