summaryrefslogtreecommitdiff
path: root/src/classlibnative/cryptography/cryptography.nativeproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/classlibnative/cryptography/cryptography.nativeproj')
-rw-r--r--src/classlibnative/cryptography/cryptography.nativeproj36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/classlibnative/cryptography/cryptography.nativeproj b/src/classlibnative/cryptography/cryptography.nativeproj
new file mode 100644
index 0000000000..44b8f93aea
--- /dev/null
+++ b/src/classlibnative/cryptography/cryptography.nativeproj
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="dogfood">
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" />
+ <Import Project="$(ClrBase)\src\debug\SetDebugTargetLocal.props" />
+ <PropertyGroup Label="Globals">
+ <SccProjectName>SAK</SccProjectName>
+ <SccAuxPath>SAK</SccAuxPath>
+ <SccLocalPath>SAK</SccLocalPath>
+ <SccProvider>SAK</SccProvider>
+ </PropertyGroup>
+ <PropertyGroup>
+ <BuildCoreBinaries>true</BuildCoreBinaries>
+ <BuildSysBinaries>true</BuildSysBinaries>
+ <NoWarningDotH>true</NoWarningDotH>
+ <ClWarningLevel>4</ClWarningLevel>
+ <UserIncludes>
+ $(UserIncludes);
+ .;
+ ..\inc;
+ $(Clrbase)\src\vm;
+ $(Clrbase)\src\vm\$(TargetCpu);
+ $(VCToolsIncPath);
+ $(Clrbase)\src\strongname\inc;
+ ..\bcltype
+ </UserIncludes>
+ <OutputName>comcrypt_wks</OutputName>
+ <OutputPath>$(ClrLibDest)</OutputPath>
+ <TargetType>LIBRARY</TargetType>
+ <CDefines>$(CDefines);UNICODE;_UNICODE</CDefines>
+ </PropertyGroup>
+ <ItemGroup>
+ <CppCompile Include="Cryptography.cpp" />
+ <CppCompile Include="X509Certificate.cpp" />
+ </ItemGroup>
+ <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.targets" />
+</Project>