|
20 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
21 | 21 | </PropertyGroup>
|
22 | 22 | <ItemGroup>
|
23 |
| - <Compile Include="..\..\Common\src\Microsoft\Internal\Assumes.cs"> |
| 23 | + <Compile Include="$(CommonPath)\Microsoft\Internal\Assumes.cs"> |
24 | 24 | <Link>Microsoft\Internal\Assumes.cs</Link>
|
25 | 25 | </Compile>
|
26 |
| - <Compile Include="..\..\Common\src\Microsoft\Internal\Assumes.InternalErrorException.cs"> |
| 26 | + <Compile Include="$(CommonPath)\Microsoft\Internal\Assumes.InternalErrorException.cs"> |
27 | 27 | <Link>Microsoft\Internal\Assumes.InternalErrorException.cs</Link>
|
28 | 28 | </Compile>
|
29 |
| - <Compile Include="..\..\Common\src\Microsoft\Internal\CommonStrings.Designer.cs"> |
| 29 | + <Compile Include="$(CommonPath)\Microsoft\Internal\CommonStrings.Designer.cs"> |
30 | 30 | <Link>Microsoft\Internal\CommonStrings.Designer.cs</Link>
|
31 | 31 | <AutoGen>True</AutoGen>
|
32 | 32 | <DesignTime>True</DesignTime>
|
33 | 33 | <DependentUpon>CommonStrings.resx</DependentUpon>
|
34 | 34 | </Compile>
|
35 |
| - <Compile Include="..\..\Common\src\Microsoft\Internal\EmptyArray.cs"> |
| 35 | + <Compile Include="$(CommonPath)\Microsoft\Internal\EmptyArray.cs"> |
36 | 36 | <Link>Microsoft\Internal\EmptyArray.cs</Link>
|
37 | 37 | </Compile>
|
38 |
| - <Compile Include="..\..\Common\src\Microsoft\Internal\Requires.cs"> |
| 38 | + <Compile Include="$(CommonPath)\Microsoft\Internal\Requires.cs"> |
39 | 39 | <Link>Microsoft\Internal\Requires.cs</Link>
|
40 | 40 | </Compile>
|
41 | 41 | <Compile Include="Microsoft\Composition\Diagnostics\CompositionTrace.cs" />
|
|
60 | 60 | <Compile Include="System\Composition\ExceptionBuilder.cs" />
|
61 | 61 | </ItemGroup>
|
62 | 62 | <ItemGroup>
|
63 |
| - <EmbeddedResource Include="..\..\Common\src\Microsoft\Internal\CommonStrings.resx"> |
| 63 | + <EmbeddedResource Include="$(CommonPath)\Microsoft\Internal\CommonStrings.resx"> |
64 | 64 | <Link>Microsoft\Internal\CommonStrings.resx</Link>
|
65 | 65 | <Generator>ResXFileCodeGenerator</Generator>
|
66 | 66 | <LastGenOutput>CommonStrings.Designer.cs</LastGenOutput>
|
|
0 commit comments