File: WsatUI.csproj
<?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>{d1869b18-ddfa-4267-b812-3e8d8232557c}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>WsatUI</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;WSAT_UI;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="Configuration\CertificateManager.cs" />
    <Compile Include="Configuration\ClusterRegistryConfigurationProvider.cs" />
    <Compile Include="Configuration\ClusterSafeNativeMethods.cs" />
    <Compile Include="Configuration\ETWSafeNativeMethods.cs" />
    <Compile Include="Configuration\ETWWsatTraceSession.cs" />
    <Compile Include="Configuration\FirewallWrapper.cs" />
    <Compile Include="Configuration\HttpWrapper.cs" />
    <Compile Include="Configuration\MsdtcClusterUtils.cs" />
    <Compile Include="Configuration\MsdtcWrapper.cs" />
    <Compile Include="Configuration\QfeChecker.cs" />
    <Compile Include="Configuration\RegistryConfigurationProvider.cs" />
    <Compile Include="Configuration\RegistryExceptionHelper.cs" />
    <Compile Include="Configuration\RegistryHelper.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\SafeRegistryKey.cs" />
    <Compile Include="Configuration\StdRegProviderWrapper.cs" />
    <Compile Include="Configuration\Utilities.cs" />
    <Compile Include="Configuration\WsatAdminException.cs" />
    <Compile Include="Configuration\WsatConfiguration.cs" />
    <Compile Include="Configuration\WsatServiceAddress.cs" />
    <Compile Include="Configuration\WsatServiceCertificate.cs" />
    <Compile Include="MMCUI\AcceptedCertificatesForm.cs" />
    <Compile Include="MMCUI\AcceptedCertificatesForm.designer.cs" />
    <Compile Include="MMCUI\ACLWrapper.cs" />
    <Compile Include="MMCUI\MMCSafeNativeMethods.cs" />
    <Compile Include="MMCUI\MMCWrapper.cs" />
    <Compile Include="MMCUI\SafePropertyPage.cs" />
    <Compile Include="MMCUI\TraceOptionsForm.cs" />
    <Compile Include="MMCUI\TraceOptionsForm.designer.cs" />
    <Compile Include="MMCUI\WSATControl.cs" />
    <Compile Include="MMCUI\WSATControl.designer.cs" />
    <Compile Include="MMCUI\WSATPropertySheet.cs" />
    <Compile Include="MMCUI\WsatSecurityModel.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>