parent
437816c25b
commit
f7e81c8d95
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<!-- Microsoft documentation for VCXPROJ file format is located at the following URL. -->
|
||||||
|
<!-- The documentation leaves a lot to be desired. -->
|
||||||
|
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
|
|
@ -18,6 +21,9 @@
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<!-- Microsoft documentation clearly shows the Global property group -->
|
||||||
|
<!-- preceeds the import of Cpp.Default.props and Cpp.props -->
|
||||||
|
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{94a428a1-9ba8-4db2-b76e-bd2e3c08f257}</ProjectGuid>
|
<ProjectGuid>{94a428a1-9ba8-4db2-b76e-bd2e3c08f257}</ProjectGuid>
|
||||||
<RootNamespace>cryptdll</RootNamespace>
|
<RootNamespace>cryptdll</RootNamespace>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<!-- Microsoft documentation for VCXPROJ file format is located at the following URL. -->
|
||||||
|
<!-- The documentation leaves a lot to be desired. -->
|
||||||
|
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
|
|
@ -39,6 +42,9 @@
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<DefaultPlatformToolset>v100</DefaultPlatformToolset>
|
<DefaultPlatformToolset>v100</DefaultPlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<!-- Microsoft documentation clearly shows the Global property group -->
|
||||||
|
<!-- preceeds the import of Cpp.Default.props and Cpp.props -->
|
||||||
|
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{09cdac08-e6ae-48a9-8de7-0fbc779eebde}</ProjectGuid>
|
<ProjectGuid>{09cdac08-e6ae-48a9-8de7-0fbc779eebde}</ProjectGuid>
|
||||||
<RootNamespace>cryptest</RootNamespace>
|
<RootNamespace>cryptest</RootNamespace>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<!-- Microsoft documentation for VCXPROJ file format is located at the following URL. -->
|
||||||
|
<!-- The documentation leaves a lot to be desired. -->
|
||||||
|
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
|
|
@ -39,6 +42,9 @@
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<DefaultPlatformToolset>v100</DefaultPlatformToolset>
|
<DefaultPlatformToolset>v100</DefaultPlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<!-- Microsoft documentation clearly shows the Global property group -->
|
||||||
|
<!-- preceeds the import of Cpp.Default.props and Cpp.props -->
|
||||||
|
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{c39f4b46-6e89-4074-902e-ca57073044d2}</ProjectGuid>
|
<ProjectGuid>{c39f4b46-6e89-4074-902e-ca57073044d2}</ProjectGuid>
|
||||||
<RootNamespace>cryptlib</RootNamespace>
|
<RootNamespace>cryptlib</RootNamespace>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<!-- Microsoft documentation for VCXPROJ file format is located at the following URL. -->
|
||||||
|
<!-- The documentation leaves a lot to be desired. -->
|
||||||
|
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
|
|
@ -18,6 +21,9 @@
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<!-- Microsoft documentation clearly shows the Global property group -->
|
||||||
|
<!-- preceeds the import of Cpp.Default.props and Cpp.props -->
|
||||||
|
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{1974a53a-9863-41c9-886d-b2b8c2fc3c8b}</ProjectGuid>
|
<ProjectGuid>{1974a53a-9863-41c9-886d-b2b8c2fc3c8b}</ProjectGuid>
|
||||||
<RootNamespace>dlltest</RootNamespace>
|
<RootNamespace>dlltest</RootNamespace>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue