diff --git a/.gitignore b/.gitignore index 329db73f9..c2507219c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,37 +15,6 @@ ArchiSteamFarm/debug/* # Ignore out out/ -################# -## Eclipse -################# - -*.pydevproject -.project -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.classpath -.settings/ -.loadpath - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# CDT-specific -.cproject - -# PDT-specific -.buildpath - - ################# ## Visual Studio ################# @@ -63,7 +32,6 @@ local.properties [Dd]ebug/ [Rr]elease/ x64/ -build/ [Bb]in/ [Oo]bj/ @@ -199,35 +167,3 @@ $RECYCLE.BIN/ # Mac crap .DS_Store - - -############# -## Python -############# - -*.py[cod] - -# Packages -*.egg -*.egg-info -dist/ -build/ -eggs/ -parts/ -var/ -sdist/ -develop-eggs/ -.installed.cfg - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -.tox - -#Translations -*.mo - -#Mr Developer -.mr.developer.cfg diff --git a/packages/Costura.Fody.2.0.0-beta0018/build/Costura.Fody.targets b/packages/Costura.Fody.2.0.0-beta0018/build/Costura.Fody.targets new file mode 100644 index 000000000..fb13d1cc4 --- /dev/null +++ b/packages/Costura.Fody.2.0.0-beta0018/build/Costura.Fody.targets @@ -0,0 +1,16 @@ + + + + + + + + + + \ No newline at end of file diff --git a/packages/Fody.1.30.0-beta01/build/dotnet/Fody.targets b/packages/Fody.1.30.0-beta01/build/dotnet/Fody.targets new file mode 100644 index 000000000..53eacd676 --- /dev/null +++ b/packages/Fody.1.30.0-beta01/build/dotnet/Fody.targets @@ -0,0 +1,98 @@ + + + + + + $(NCrunchOriginalSolutionDir) + + + + + $(SolutionDir) + + + + + $(MSBuildProjectDirectory)..\..\..\ + + + + + + + $(KeyOriginatorFile) + + + + + $(AssemblyOriginatorKeyFile) + + + + + + + + + + $(ProjectDir)FodyWeavers.xml + $(ProjectDir)$(IntermediateOutputPath) + $(SignAssembly) + $(MSBuildThisFileDirectory)..\..\ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/Fody.1.30.0-beta01/build/portable-net+sl+win+wpa+wp/Fody.targets b/packages/Fody.1.30.0-beta01/build/portable-net+sl+win+wpa+wp/Fody.targets new file mode 100644 index 000000000..53eacd676 --- /dev/null +++ b/packages/Fody.1.30.0-beta01/build/portable-net+sl+win+wpa+wp/Fody.targets @@ -0,0 +1,98 @@ + + + + + + $(NCrunchOriginalSolutionDir) + + + + + $(SolutionDir) + + + + + $(MSBuildProjectDirectory)..\..\..\ + + + + + + + $(KeyOriginatorFile) + + + + + $(AssemblyOriginatorKeyFile) + + + + + + + + + + $(ProjectDir)FodyWeavers.xml + $(ProjectDir)$(IntermediateOutputPath) + $(SignAssembly) + $(MSBuildThisFileDirectory)..\..\ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file