Compare commits
	
		
			No commits in common. "main" and "develop" have entirely different histories.
		
	
	
		
	
		
@ -7,9 +7,9 @@ root = true
 | 
			
		||||
#### Core EditorConfig Options ####
 | 
			
		||||
 | 
			
		||||
# Indentation and spacing
 | 
			
		||||
indent_size = 3
 | 
			
		||||
indent_size = 4
 | 
			
		||||
indent_style = tab
 | 
			
		||||
tab_width = 3
 | 
			
		||||
tab_width = 4
 | 
			
		||||
 | 
			
		||||
# New line preferences
 | 
			
		||||
end_of_line = crlf
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -425,6 +425,5 @@ FodyWeavers.xsd
 | 
			
		||||
!/examples
 | 
			
		||||
!/src
 | 
			
		||||
!/tests
 | 
			
		||||
!/dependencies
 | 
			
		||||
!/tools
 | 
			
		||||
!/*.[Ss][Ll][Nn]
 | 
			
		||||
@ -1,22 +0,0 @@
 | 
			
		||||
@echo off
 | 
			
		||||
 | 
			
		||||
SET root=%cd%
 | 
			
		||||
 | 
			
		||||
echo "Syncing submodules"
 | 
			
		||||
git submodule sync
 | 
			
		||||
git submodule update --init --remote
 | 
			
		||||
echo "Submodules up to date"
 | 
			
		||||
 | 
			
		||||
FOR /F "delims=" %%a IN ('DIR "../dependencies" /A:d /B') DO (
 | 
			
		||||
    echo Handling %%a
 | 
			
		||||
    cd "../dependencies/%%a/build"
 | 
			
		||||
    echo %cd%
 | 
			
		||||
    IF EXIST init.bat  (
 | 
			
		||||
        echo "found init.bat"
 | 
			
		||||
	call init
 | 
			
		||||
    )    
 | 
			
		||||
    cd %root%
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
cd ../
 | 
			
		||||
dotnet build
 | 
			
		||||
							
								
								
									
										0
									
								
								dependencies/.gitkeep
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										0
									
								
								dependencies/.gitkeep
									
									
									
									
										vendored
									
									
								
							
							
								
								
									
										16
									
								
								nuget.config
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								nuget.config
									
									
									
									
									
								
							@ -1,16 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<configuration>
 | 
			
		||||
    <config>
 | 
			
		||||
        <add key="repositoryPath" value="%PACKAGEHOME%/External" />
 | 
			
		||||
    </config>
 | 
			
		||||
 | 
			
		||||
    <packageRestore>
 | 
			
		||||
        <add key="enabled" value="True" />
 | 
			
		||||
        <add key="automatic" value="True" />
 | 
			
		||||
    </packageRestore>
 | 
			
		||||
    <packageSources>
 | 
			
		||||
        <add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
 | 
			
		||||
    </packageSources>
 | 
			
		||||
 | 
			
		||||
    <disabledPackageSources />
 | 
			
		||||
</configuration>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user