| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,5 +4,5 @@ prune src/runtime/bin | |||
| 4 | 4 | graft src/compat | |
| 5 | 5 | include src/pythonnet.snk | |
| 6 | 6 | include Directory.Build.* | |
| 7 | - include pythonnet.sln | ||
| 7 | + include pythonnet.slnx | ||
| 8 | 8 | include version.txt | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,49 @@ | |||
| 1 | + <Solution> | ||
| 2 | + <Configurations> | ||
| 3 | + <BuildType Name="Debug" /> | ||
| 4 | + <BuildType Name="Release" /> | ||
| 5 | + <BuildType Name="TraceAlloc" /> | ||
| 6 | + <Platform Name="Any CPU" /> | ||
| 7 | + <Platform Name="x64" /> | ||
| 8 | + <Platform Name="x86" /> | ||
| 9 | + </Configurations> | ||
| 10 | + <Folder Name="/Build/"> | ||
| 11 | + <File Path="Directory.Build.props" /> | ||
| 12 | + </Folder> | ||
| 13 | + <Folder Name="/CI/"> | ||
| 14 | + <File Path=".github/workflows/ARM.yml" /> | ||
| 15 | + <File Path=".github/workflows/main.yml" /> | ||
| 16 | + <File Path=".github/workflows/nuget-preview.yml" /> | ||
| 17 | + </Folder> | ||
| 18 | + <Folder Name="/Repo/"> | ||
| 19 | + <File Path=".editorconfig" /> | ||
| 20 | + <File Path=".gitignore" /> | ||
| 21 | + <File Path="CHANGELOG.md" /> | ||
| 22 | + <File Path="LICENSE" /> | ||
| 23 | + <File Path="README.rst" /> | ||
| 24 | + <File Path="shell.nix" /> | ||
| 25 | + <File Path="version.txt" /> | ||
| 26 | + </Folder> | ||
| 27 | + <Folder Name="/Solution Items/"> | ||
| 28 | + <File Path="setup.py" /> | ||
| 29 | + </Folder> | ||
| 30 | + <Folder Name="/Tools/"> | ||
| 31 | + <File Path="tools/geninterop/geninterop.py" /> | ||
| 32 | + </Folder> | ||
| 33 | + <Project Path="src/embed_tests/Python.EmbeddingTest.csproj"> | ||
| 34 | + <BuildType Solution="TraceAlloc|*" Project="Debug" /> | ||
| 35 | + </Project> | ||
| 36 | + <Project Path="src/python_tests_runner/Python.PythonTestsRunner.csproj"> | ||
| 37 | + <BuildType Solution="TraceAlloc|*" Project="Debug" /> | ||
| 38 | + </Project> | ||
| 39 | + <Project Path="src/runtime/Python.Runtime.csproj"> | ||
| 40 | + <BuildType Solution="TraceAlloc|x64" Project="Debug" /> | ||
| 41 | + <BuildType Solution="TraceAlloc|x86" Project="Debug" /> | ||
| 42 | + </Project> | ||
| 43 | + <Project Path="src/testing/Python.Test.csproj"> | ||
| 44 | + <BuildType Solution="TraceAlloc|*" Project="Debug" /> | ||
| 45 | + </Project> | ||
| 46 | + <Project Path="tests/domain_tests/Python.DomainReloadTests.csproj"> | ||
| 47 | + <BuildType Solution="TraceAlloc|*" Project="Debug" /> | ||
| 48 | + </Project> | ||
| 49 | + </Solution> | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments