1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{778633B1-7023-4975-8028-EB8645CD9BA9}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >GodSharp</RootNamespace >
11+ <AssemblyName >GodSharp.Encryption</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" System" />
35+ <Reference Include =" System.Core" />
36+ <Reference Include =" System.Data" />
37+ </ItemGroup >
38+ <ItemGroup >
39+ <Compile Include =" ..\GodSharp.Shared\Encryption\Asymmetric\RSA.cs" >
40+ <Link >Asymmetric\RSA.cs</Link >
41+ </Compile >
42+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\Base64.cs" >
43+ <Link >Hash\Base64.cs</Link >
44+ </Compile >
45+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\MD5.cs" >
46+ <Link >Hash\MD5.cs</Link >
47+ </Compile >
48+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA1.cs" >
49+ <Link >Hash\SHA1.cs</Link >
50+ </Compile >
51+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA256.cs" >
52+ <Link >Hash\SHA256.cs</Link >
53+ </Compile >
54+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA384.cs" >
55+ <Link >Hash\SHA384.cs</Link >
56+ </Compile >
57+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA512.cs" >
58+ <Link >Hash\SHA512.cs</Link >
59+ </Compile >
60+ <Compile Include =" ..\GodSharp.Shared\Encryption\Symmetric\AES.cs" >
61+ <Link >Symmetric\AES.cs</Link >
62+ </Compile >
63+ <Compile Include =" ..\GodSharp.Shared\Encryption\Symmetric\DES.cs" >
64+ <Link >Symmetric\DES.cs</Link >
65+ </Compile >
66+ <Compile Include =" Properties\AssemblyInfo.cs" />
67+ </ItemGroup >
68+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69+ </Project >
0 commit comments