Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<None Include="Properties/GenerateClang-LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
<None Include="Properties/GenerateClangSharp.rsp" />
<None Include="Properties/GenerateClangSharp-LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
<None Include="Properties/GenerateLLVM.rsp" />
<None Include="Properties/GenerateLLVM-LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
<None Include="Properties/launchsettings.json" />
</ItemGroup>

Expand All @@ -30,7 +28,6 @@
<PropertyGroup>
<LibClangName Condition="'$(LibClangName)' == ''">libclang</LibClangName>
<LibClangSharpName Condition="'$(LibClangSharpName)' == ''">libClangSharp</LibClangSharpName>
<LibLLVMName Condition="'$(LibLLVMName)' == ''">libLLVM</LibLLVMName>
</PropertyGroup>

<!-- Auto-detect LLVM... more or less -->
Expand Down

This file was deleted.

101 changes: 0 additions & 101 deletions sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVM.rsp

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"commandName": "Project",
"commandLineArgs": "\"@$(MSBuildProjectDirectory)/Properties/GenerateClangSharp.rsp\" --file-directory \"$(MSBuildProjectDirectory)/..\" --include-directory \"$(LLVMIncludePath)\" --libraryPath $(LibClangSharpName)"
},
"GenerateLLVM": {
"commandName": "Project",
"commandLineArgs": "\"@$(MSBuildProjectDirectory)/Properties/GenerateLLVM.rsp\" --file-directory \"$(LLVMIncludePath)\" --include-directory \"$(LLVMIncludePath)\" --libraryPath $(LibLLVMName)"
},
"GenerateLocal": {
"commandName": "Project",
"commandLineArgs": "@generate.rsp",
Expand Down
Loading