diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:11:09 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:11:09 -0700 |
commit | 0e989fe5111ca879584e1594804422b9b4ae0c1a (patch) | |
tree | 8464620decc60e812aecd4b7e060131e7afcfa57 /Source/Source.vcxproj | |
parent | 2776822ef185836b33eab96e25e12393d2c0d859 (diff) | |
download | witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.tar.gz witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.tar.bz2 witness-tutorializer-0e989fe5111ca879584e1594804422b9b4ae0c1a.zip |
Small renames
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 6492749..d4b3a2b 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -81,6 +81,7 @@ | |||
81 | </PropertyGroup> | 81 | </PropertyGroup> |
82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
83 | <LinkIncremental>false</LinkIncremental> | 83 | <LinkIncremental>false</LinkIncremental> |
84 | <TargetName>WitnessRandomizer</TargetName> | ||
84 | </PropertyGroup> | 85 | </PropertyGroup> |
85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 86 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
86 | <ClCompile> | 87 | <ClCompile> |