PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Utilities/Cryptography/Delta.Utilities.Cryptography.csproj

#
MSBuild | 60 lines | 53 code | 0 blank | 7 comment | 0 complexity | 6b7f0188306aab5ddbd8d2f0282b2a74 MD5 | raw file
Possible License(s): Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{4711B0D1-2F43-4E64-8651-96F9FFD97F8F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Utilities.Cryptography</RootNamespace>
  12. <AssemblyName>Delta.Utilities.Cryptography</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <Compile Include="AES.cs" />
  39. <Compile Include="RSA.cs" />
  40. <Compile Include="Properties\AssemblyInfo.cs" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <ProjectReference Include="..\Delta.Utilities.csproj">
  44. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  45. <Name>Delta.Utilities</Name>
  46. </ProjectReference>
  47. <ProjectReference Include="..\Xml\Delta.Utilities.Xml.csproj">
  48. <Project>{BFA9D716-5FB2-42DA-987B-5EB0BAA24CE0}</Project>
  49. <Name>Delta.Utilities.Xml</Name>
  50. </ProjectReference>
  51. </ItemGroup>
  52. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  53. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  54. Other similar extension points exist, see Microsoft.Common.targets.
  55. <Target Name="BeforeBuild">
  56. </Target>
  57. <Target Name="AfterBuild">
  58. </Target>
  59. -->
  60. </Project>