You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

85 lines
3.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DE60760F-53BD-4C54-9469-BD96DF0C2B20}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>TestClient</RootNamespace>
  12. <AssemblyName>TestClient</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <UseVSHostingProcess>false</UseVSHostingProcess>
  32. <Prefer32Bit>false</Prefer32Bit>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  46. <HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\WindowsPowerShell\v1.0\System.Management.Automation.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Program.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ProjectReference Include="..\NTFSSecurity\NTFSSecurity.csproj">
  58. <Project>{17768e1a-1422-4bd2-a9a5-42ba9feb82b8}</Project>
  59. <Name>NTFSSecurity</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\PrivilegeControl\PrivilegeControl.csproj">
  62. <Project>{01EAB41B-B2CE-49FE-AB5A-0F0FF0A9A7EE}</Project>
  63. <Name>PrivilegeControl</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\ProcessPrivileges\ProcessPrivileges.csproj">
  66. <Project>{410CAEE5-D287-4A18-9B38-BB87397D218D}</Project>
  67. <Name>ProcessPrivileges</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\Security2\Security2.csproj">
  70. <Project>{B437C364-5BC7-42E4-93F7-0F459A5DF0D0}</Project>
  71. <Name>Security2</Name>
  72. </ProjectReference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="app.config" />
  76. </ItemGroup>
  77. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  78. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  79. Other similar extension points exist, see Microsoft.Common.targets.
  80. <Target Name="BeforeBuild">
  81. </Target>
  82. <Target Name="AfterBuild">
  83. </Target>
  84. -->
  85. </Project>