|
9 | 9 | <Folder Name="/configuration/"> |
10 | 10 | <File Path=".editorconfig" /> |
11 | 11 | <File Path=".gitignore" /> |
12 | | - <File Path="Directory.Build.props" /> |
13 | 12 | <File Path="exclusion.dic" /> |
14 | | - <File Path="Framework.props" /> |
15 | | - <File Path="Version.props" /> |
16 | 13 | </Folder> |
17 | 14 | <Folder Name="/docs/"> |
18 | 15 | <File Path="README.md" /> |
|
28 | 25 | <File Path="localization/uk-UA.json" /> |
29 | 26 | <File Path="localization/zh-TW.json" /> |
30 | 27 | </Folder> |
| 28 | + <Folder Name="/props/"> |
| 29 | + <File Path="Directory.Build.props" /> |
| 30 | + <File Path="Framework.props" /> |
| 31 | + <File Path="Version.props" /> |
| 32 | + </Folder> |
31 | 33 | <Folder Name="/scripts/" /> |
32 | 34 | <Folder Name="/scripts/linux/"> |
33 | 35 | <File Path="scripts/linux/ba.blazor.service" /> |
|
55 | 57 | <Project Path="src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj" /> |
56 | 58 | <Project Path="src/BootstrapBlazor/BootstrapBlazor.csproj" /> |
57 | 59 | </Folder> |
| 60 | + <Folder Name="/src/props/"> |
| 61 | + <File Path="src/Directory.Build.props" /> |
| 62 | + <File Path="src/Logo.props" /> |
| 63 | + <File Path="src/SourceLink.targets" /> |
| 64 | + </Folder> |
58 | 65 | <Folder Name="/test/"> |
59 | 66 | <Project Path="test/UniTest.Sass/UniTest.Sass.csproj" /> |
60 | 67 | <Project Path="test/UnitTest.Localization/UnitTest.Localization.csproj" /> |
61 | 68 | <Project Path="test/UnitTest/UnitTest.csproj" /> |
62 | 69 | <Project Path="test/UnitTestDocs/UnitTestDocs.csproj" /> |
63 | 70 | </Folder> |
| 71 | + <Folder Name="/test/props/"> |
| 72 | + <File Path="test/Directory.Build.props" /> |
| 73 | + </Folder> |
64 | 74 | <Folder Name="/tools/"> |
65 | 75 | <Project Path="tools/Benchmarks/UnitTest.Benchmarks.csproj" /> |
66 | 76 | </Folder> |
|
0 commit comments