summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-02 20:32:47 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-02 20:32:47 -0400
commit652c154759579c4d5c804e6e26bd56657aa48449 (patch)
treee0c9d34bfdc91ef741ac97cf92b74172d0110473 /cryptest.vcxproj
parent277b8a3c4ea2c458bb0d0b377498aba70ef6c96d (diff)
downloadcryptopp-git-652c154759579c4d5c804e6e26bd56657aa48449.tar.gz
Change UUIDs for VS solution and projects
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj18
1 files changed, 9 insertions, 9 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 3f1c509f..9cdabb21 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -9,6 +9,14 @@
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="DLL-Import Debug|Win32">
<Configuration>DLL-Import Debug</Configuration>
<Platform>Win32</Platform>
@@ -25,17 +33,9 @@
<Configuration>DLL-Import Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectGuid>{9EAFA456-89B4-4879-AD4F-C2C341184CF5}</ProjectGuid>
+ <ProjectGuid>{09cdac08-e6ae-48a9-8de7-0fbc779eebde}</ProjectGuid>
<RootNamespace>cryptest</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />