<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<ProjectGuid>{0ab79c8b-649c-41ff-8f36-1da3995df5e4}</ProjectGuid>
<OutputPath>.</OutputPath>
<OutputType>Library</OutputType>
<AssemblyName>WsatConfig</AssemblyName>
<UseVSHostingProcess>False</UseVSHostingProcess>
<NoStdLib>True</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<DefineConstants>CODE_ANALYSIS_BASELINE;WSAT_CMDLINE;TRACE;RETAIL;WIN32</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\clr\src\bcl\mscorlib.csproj">
<Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\fx\src\System.csproj">
<Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
<Name>System</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\System.Data.csproj">
<Project>{50bf0abe-a7fe-40e6-8e95-ce5080b432af}</Project>
<Name>System.Data</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\fx\src\System.Drawing.csproj">
<Project>{2ccdab8f-9a51-4660-abb5-b42b005b5024}</Project>
<Name>System.Drawing</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\fx\src\wmi\managed\System\Management\System.Management.csproj">
<Project>{f0e68f65-b217-48bb-8b98-28fd3bdf9afe}</Project>
<Name>System.Management</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\clr\src\managedlibraries\security\System.Security.csproj">
<Project>{05d4e9cd-3a3a-461b-a895-b39e85f1969a}</Project>
<Name>System.Security</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\fx\src\System.Windows.Forms.csproj">
<Project>{e3f4bb6b-ba05-46a9-b3a0-db4fd00a92f1}</Project>
<Name>System.Windows.Forms</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="System.DirectoryServices" />
<Reference Include="System.ServiceProcess" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\WcfCommonResStrings\CommonResStrings.cs" />
<Compile Include="CommandLine\ArgumentsParser.cs" />
<Compile Include="CommandLine\ConsoleEntryPoint.cs" />
<Compile Include="CommandLine\OptionUsage.cs" />
<Compile Include="Configuration\CertificateManager.cs" />
<Compile Include="Configuration\ClusterRegistryConfigurationProvider.cs" />
<Compile Include="Configuration\ClusterSafeNativeMethods.cs" />
<Compile Include="Configuration\CommandLineOption.cs" />
<Compile Include="Configuration\ConfigurationProvider.cs" />
<Compile Include="Configuration\FirewallWrapper.cs" />
<Compile Include="Configuration\HttpWrapper.cs" />
<Compile Include="Configuration\MsdtcClusterUtils.cs" />
<Compile Include="Configuration\MsdtcWrapper.cs" />
<Compile Include="Configuration\NetFwTypeLib.cs" />
<Compile Include="Configuration\QfeChecker.cs" />
<Compile Include="Configuration\RegistryConfigurationProvider.cs" />
<Compile Include="Configuration\RegistryExceptionHelper.cs" />
<Compile Include="Configuration\RemoteHelper.cs" />
<Compile Include="Configuration\SafeCertificateContext.cs" />
<Compile Include="Configuration\SafeCertificateStore.cs" />
<Compile Include="Configuration\SafeIUnknown.cs" />
<Compile Include="Configuration\SafeLocalAllocation.cs" />
<Compile Include="Configuration\SafeNativeMethods.cs" />
<Compile Include="Configuration\SafeRegistryKey.cs" />
<Compile Include="Configuration\StdRegProviderWrapper.cs" />
<Compile Include="Configuration\Utilities.cs" />
<Compile Include="Configuration\WsatAdminErrorCode.cs" />
<Compile Include="Configuration\WsatAdminException.cs" />
<Compile Include="Configuration\WsatConfiguration.cs" />
<Compile Include="Configuration\WsatKeys.cs" />
<Compile Include="Configuration\WsatServiceAddress.cs" />
<Compile Include="Configuration\WsatServiceCertificate.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> |