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\Base64.cs" >
43+ <Link >Base64.cs</Link >
44+ </Compile >
45+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\HMAC\HMAC.cs" >
46+ <Link >Hash\HMAC\HMAC.cs</Link >
47+ </Compile >
48+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\HMAC\HMACMD5.cs" >
49+ <Link >Hash\HMAC\HMACMD5.cs</Link >
50+ </Compile >
51+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\HMAC\HMACRIPEMD160.cs" >
52+ <Link >Hash\HMAC\HMACRIPEMD160.cs</Link >
53+ </Compile >
54+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\HMAC\HMACSHA1.cs" >
55+ <Link >Hash\HMAC\HMACSHA1.cs</Link >
56+ </Compile >
57+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\HMAC\HMACSHA256.cs" >
58+ <Link >Hash\HMAC\HMACSHA256.cs</Link >
59+ </Compile >
60+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\HMAC\HMACSHA384.cs" >
61+ <Link >Hash\HMAC\HMACSHA384.cs</Link >
62+ </Compile >
63+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\HMAC\HMACSHA512.cs" >
64+ <Link >Hash\HMAC\HMACSHA512.cs</Link >
65+ </Compile >
66+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\MD5.cs" >
67+ <Link >Hash\MD5.cs</Link >
68+ </Compile >
69+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA\SHA.cs" >
70+ <Link >Hash\SHA\SHA.cs</Link >
71+ </Compile >
72+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA\SHA1.cs" >
73+ <Link >Hash\SHA\SHA1.cs</Link >
74+ </Compile >
75+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA\SHA256.cs" >
76+ <Link >Hash\SHA\SHA256.cs</Link >
77+ </Compile >
78+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA\SHA384.cs" >
79+ <Link >Hash\SHA\SHA384.cs</Link >
80+ </Compile >
81+ <Compile Include =" ..\GodSharp.Shared\Encryption\Hash\SHA\SHA512.cs" >
82+ <Link >Hash\SHA\SHA512.cs</Link >
83+ </Compile >
84+ <Compile Include =" ..\GodSharp.Shared\Encryption\Symmetric\AES.cs" >
85+ <Link >Symmetric\AES.cs</Link >
86+ </Compile >
87+ <Compile Include =" ..\GodSharp.Shared\Encryption\Symmetric\DES.cs" >
88+ <Link >Symmetric\DES.cs</Link >
89+ </Compile >
90+ <Compile Include =" ..\GodSharp.Shared\Encryption\Symmetric\TripleDES.cs" >
91+ <Link >Symmetric\TripleDES.cs</Link >
92+ </Compile >
93+ <Compile Include =" ..\GodSharp.Shared\Encryption\Symmetric\XES.cs" >
94+ <Link >Symmetric\XES.cs</Link >
95+ </Compile >
96+ <Compile Include =" ..\GodSharp.Shared\Encryption\Util\Util.cs" >
97+ <Link >Util\Util.cs</Link >
98+ </Compile >
99+ <Compile Include =" Properties\AssemblyInfo.cs" />
100+ </ItemGroup >
101+ <ItemGroup />
102+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103+ </Project >
0 commit comments