blob: 2925186a6292396a3a0ea598aedf832b296d7739 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="14.0">
<Import Project="..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.props" Condition="Exists('..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.props')"/>
<PropertyGroup Label="Globals">
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<Import Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"/>
<PropertyGroup>
<ProjectGuid>{1153F70C-80E9-469A-952F-5117DAEE71A9}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IceGrid</AssemblyName>
<ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\IceGrid.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45\</OutputPath>
<NoWarn>1591</NoWarn>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\..\..\..\msbuild\ice.common.props"/>
<ItemGroup>
<Reference Include="System"/>
<Reference Include="System.Core"/>
<Reference Include="Microsoft.CSharp"/>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\AssemblyInfo.cs">
<Link>AssemblyInfo.cs</Link>
</Compile>
<Compile Include="generated\Admin.cs"/>
<Compile Include="generated\Descriptor.cs"/>
<Compile Include="generated\Exception.cs"/>
<Compile Include="generated\FileParser.cs"/>
<Compile Include="generated\PluginFacade.cs"/>
<Compile Include="generated\Registry.cs"/>
<Compile Include="generated\Session.cs"/>
<Compile Include="generated\UserAccountMapper.cs"/>
</ItemGroup>
<ItemGroup>
<SliceCompile Include="..\..\..\..\..\slice\IceGrid\Admin.ice">
<Link>Admin.ice</Link>
</SliceCompile>
<SliceCompile Include="..\..\..\..\..\slice\IceGrid\Descriptor.ice">
<Link>Descriptor.ice</Link>
</SliceCompile>
<SliceCompile Include="..\..\..\..\..\slice\IceGrid\Exception.ice">
<Link>Exception.ice</Link>
</SliceCompile>
<SliceCompile Include="..\..\..\..\..\slice\IceGrid\FileParser.ice">
<Link>FileParser.ice</Link>
</SliceCompile>
<SliceCompile Include="..\..\..\..\..\slice\IceGrid\PluginFacade.ice">
<Link>PluginFacade.ice</Link>
</SliceCompile>
<SliceCompile Include="..\..\..\..\..\slice\IceGrid\Registry.ice">
<Link>Registry.ice</Link>
</SliceCompile>
<SliceCompile Include="..\..\..\..\..\slice\IceGrid\Session.ice">
<Link>Session.ice</Link>
</SliceCompile>
<SliceCompile Include="..\..\..\..\..\slice\IceGrid\UserAccountMapper.ice">
<Link>UserAccountMapper.ice</Link>
</SliceCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Glacier2\msbuild\net45\glacier2.csproj">
<Project>{d765a8a0-01c2-4eee-b6c0-5dd6f9c1087a}</Project>
<Name>glacier2</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\Ice\msbuild\net45\ice.csproj">
<Project>{7cb4715e-dd8b-48f8-b478-27b8bd4008c7}</Project>
<Name>ice</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config"/>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
<Import Project="$(MSBuildThisFileDirectory)..\..\..\..\msbuild\ice.sign.targets"/>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.props'))"/>
<Error Condition="!Exists('..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.targets'))"/>
</Target>
<Import Project="..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.targets" Condition="Exists('..\..\..\..\msbuild\packages\zeroc.icebuilder.msbuild.5.0.4\build\zeroc.icebuilder.msbuild.targets')"/>
</Project>
|