зеркало из https://github.com/microsoft/QBASHER.git
adding some missing items
This commit is contained in:
Родитель
c5d425dcb5
Коммит
c16c3e07e5
|
@ -0,0 +1,7 @@
|
|||
This project has adopted the [Microsoft Open Source Code of
|
||||
Conduct](https://opensource.microsoft.com/codeofconduct/).
|
||||
For more information see the [Code of Conduct
|
||||
FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com)
|
||||
with any additional questions or comments.
|
||||
|
Двоичный файл не отображается.
26
src/Makefile
26
src/Makefile
|
@ -64,7 +64,31 @@ cleanest: cleaner
|
|||
/bin/rm -rf imported/pcre2/x64 imported/pcre2/Debug imported/pcre2/Release imported/pcre2/ipch imported/pcre2/JIT # all the VS PCRE stuff
|
||||
|
||||
git:
|
||||
git add Makefile ../scripts/*.pl */*.c */*.cs */*.txt */*.h */*.sln */*.vcxproj imported/*/*.c imported/*/*.txt imported/*/*.h imported/*/*.sln imported/*/*.vcxproj imported/*/Makefile QBASHQsharpNative/QBASHQsharpNative.csproj ../*.TXT ../test_data/wikipedia_titles*/QBASH.forward.bz2 ../test_data/[a-vx-zA-VX-Z]*/QBASH.forward ../test_data/*/QBASH.substitution_rules* ../test_queries/*.q ../*/README.txt ../doc/*.tex #*/*.csproj */App.config */Properties/AssemblyInfo.cs
|
||||
git add `find . -iname \*.pl`
|
||||
git add `find . -iname \*.c`
|
||||
git add `find . -iname \*.h`
|
||||
git add `find . -iname \*.cs`
|
||||
git add `find . -iname \*.csproj`
|
||||
git add `find . -iname App.config`
|
||||
git add `find . -iname \*.sln`
|
||||
git add `find . -iname \*.vcxproj`
|
||||
git add `find . -iname \*.txt`
|
||||
git add `find .. -iname \*README\*`
|
||||
git add `find .. -iname \*LICENSE\*`
|
||||
git add `find .. -iname \*VERSION\*`
|
||||
git add `find .. -iname \*CONTRIBUTING\*`
|
||||
git add `find .. -name Makefile\*`
|
||||
git add `find ../doc -iname \*.tex`
|
||||
git add `find ../doc -iname \*.pdf`
|
||||
git add ../test_data/wikipedia_titles/QBASH.forward.bz2
|
||||
git add ../test_data/[a-vx-zA-VX-Z]*/QBASH.forward
|
||||
git add ../test_data/*/QBASH.substitution_rules*
|
||||
git add ../test_queries/*.q
|
||||
|
||||
|
||||
|
||||
|
||||
#git add Makefile ../scripts/*.pl */*.c */*.cs */*.txt */*.h */*.sln */*.vcxproj imported/*/*.c imported/*/*.txt imported/*/*.h imported/*/*.sln imported/*/*.vcxproj imported/*/Makefile QBASHQsharpNative/QBASHQsharpNative.csproj ../*.TXT ../test_data/wikipedia_titles*/QBASH.forward.bz2 ../test_data/[a-vx-zA-VX-Z]*/QBASH.forward ../test_data/*/QBASH.substitution_rules* ../test_queries/*.q ../*/README.txt ../doc/*.tex #*/*.csproj */App.config */Properties/AssemblyInfo.cs
|
||||
#
|
||||
# Please run "grep 'if (1' */*.c" and check output for unwanted output
|
||||
# ... now run git commit -m \"<commit message>\" and git push"
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
</configuration>
|
|
@ -0,0 +1,36 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("QBASHQsharpNative")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("QBASHQsharpNative")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2016")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("319b2d38-1fb0-4b8d-bd91-2105650b80a9")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
@ -0,0 +1,12 @@
|
|||
C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.exe.config
|
||||
C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.exe
|
||||
C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.pdb
|
||||
C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.csprojResolveAssemblyReference.cache
|
||||
C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.exe
|
||||
C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.pdb
|
||||
C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.exe.config
|
||||
C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.exe
|
||||
C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.pdb
|
||||
C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.csprojResolveAssemblyReference.cache
|
||||
C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.exe
|
||||
C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.pdb
|
|
@ -0,0 +1 @@
|
|||
Used by one of the build tests.
|
Загрузка…
Ссылка в новой задаче