37 lines
2.0 KiB
Plaintext
37 lines
2.0 KiB
Plaintext
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<Import Project="..\Paths.targets" />
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="CLRProfiler\CLRProfiler.csproj"/>
|
||
|
<ProjectReference Include="Chore\Chore.csproj"/>
|
||
|
<ProjectReference Include="CredentialsManager\CredentialsManager.Library.csproj"/>
|
||
|
<ProjectReference Include="Crypto\Crypto.csproj"/>
|
||
|
<ProjectReference Include="DirectoryService.AclUtils\DirectoryService.AclUtils.csproj"/>
|
||
|
<ProjectReference Include="DirectoryService.Utils\DirectoryService.Utils.csproj"/>
|
||
|
<ProjectReference Include="Drivers.Net\Drivers.Net.csproj"/>
|
||
|
<ProjectReference Include="FileSystem.Utils\FileSystem.Utils.csproj"/>
|
||
|
<ProjectReference Include="Manifest\Manifest.csproj"/>
|
||
|
<ProjectReference Include="NetStack.Channels.Public\NetStack.Channels.Public.csproj"/>
|
||
|
<ProjectReference Include="Ntlm\Ntlm.csproj"/>
|
||
|
<ProjectReference Include="Policy\Policy.csproj"/>
|
||
|
<ProjectReference Include="Promise\Promise.csproj"/>
|
||
|
<ProjectReference Include="ProtoLisp\ProtoLisp.csproj"/>
|
||
|
<ProjectReference Include="Security\Security.csproj"/>
|
||
|
<ProjectReference Include="Security\SecurityDiagnostics.csproj"/>
|
||
|
<ProjectReference Include="Services\Services.Utils.csproj"/>
|
||
|
<ProjectReference Include="Singularity.V1\Singularity.V1.csproj"/>
|
||
|
<ProjectReference Include="System.IO\System.IO.csproj"/>
|
||
|
<ProjectReference Include="System.Net\System.Net.csproj"/>
|
||
|
<ProjectReference Include="System.Net.IP\System.Net.IP.csproj"/>
|
||
|
<ProjectReference Include="System.Web\System.Web.csproj"/>
|
||
|
<ProjectReference Include="Tpm\Tpm.csproj"/>
|
||
|
<ProjectReference Include="TpmClient\TpmClient.csproj"/>
|
||
|
<ProjectReference Include="UnitTest\UnitTestLib.csproj"/>
|
||
|
<ProjectReference Include="WebApps\WebAppsLib.csproj"/>
|
||
|
<ProjectReference Include="Xml\Xml.csproj"/>
|
||
|
<ProjectReference Include="Xml2\Singularity.Xml2.csproj"/>
|
||
|
</ItemGroup>
|
||
|
|
||
|
<Import Project="$(SINGULARITY_ROOT)\Targets\Dirs.targets" />
|
||
|
</Project>
|