Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <michals@microsoft.com>2015-11-18 05:21:16 +0300
committerMichal Strehovský <michals@microsoft.com>2015-11-18 05:21:16 +0300
commit5db36406c997eb6c7e984e53900b4a4c2215b2ef (patch)
tree682159f8f288fb2c01c8b8b3ab7ca87fe05c8487 /src/ILCompiler.Compiler
parent2338d24f50196821422ef546c5bb67a077de511b (diff)
Replace CommonPath with relative path
The CommonPath is pretty, but this break IntelliSense in Visual Studio 2015. Fixes #292
Diffstat (limited to 'src/ILCompiler.Compiler')
-rw-r--r--src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj b/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
index 8933667a5..7213aa62e 100644
--- a/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
+++ b/src/ILCompiler.Compiler/src/ILCompiler.Compiler.csproj
@@ -83,45 +83,45 @@
<Compile Include="CppCodeGen\CppWriter.cs" />
</ItemGroup>
<ItemGroup>
- <Compile Include="$(CommonPath)\System\Collections\Generic\ArrayBuilder.cs">
+ <Compile Include="..\..\Common\src\System\Collections\Generic\ArrayBuilder.cs">
<Link>Common\ArrayBuilder.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
- <Compile Include="$(CommonPath)\TypeSystem\IL\EcmaMethodIL.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\EcmaMethodIL.cs">
<Link>IL\EcmaMethodIL.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\ILOpcode.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\ILOpcode.cs">
<Link>IL\ILOpcode.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\ILProvider.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\ILProvider.cs">
<Link>IL\ILProvider.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\InstantiatedMethodIL.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\InstantiatedMethodIL.cs">
<Link>IL\InstantiatedMethodIL.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\MethodIL.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\MethodIL.cs">
<Link>IL\MethodIL.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\MethodILDebugView.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\MethodILDebugView.cs">
<Link>IL\MethodILDebugView.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\ILDisassember.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\ILDisassember.cs">
<Link>IL\ILDisassember.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\ILImporter.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\ILImporter.cs">
<Link>IL\ILImporter.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs">
<Link>IL\Stubs\ArrayMethodILEmitter.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\Stubs\CalliIntrinsic.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\CalliIntrinsic.cs">
<Link>IL\Stubs\CalliIntrinsic.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\Stubs\DelegateThunks.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\DelegateThunks.cs">
<Link>IL\Stubs\DelegateThunks.cs</Link>
</Compile>
- <Compile Include="$(CommonPath)\TypeSystem\IL\Stubs\ILEmitter.cs">
+ <Compile Include="..\..\Common\src\TypeSystem\IL\Stubs\ILEmitter.cs">
<Link>IL\Stubs\ILEmitter.cs</Link>
</Compile>
</ItemGroup>