Skip to content

Commit

Permalink
20180410.2246
Browse files Browse the repository at this point in the history
  • Loading branch information
flagoop committed Apr 10, 2018
1 parent befc508 commit 3475992
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions ConsoleApplication2/ConsoleApplication2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleApplication2", "ConsoleApplication2\ConsoleApplication2.vcxproj", "{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleApplication2", "ConsoleApplication2\ConsoleApplication2.vcxproj", "{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -13,19 +13,19 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}.Debug|x64.ActiveCfg = Debug|x64
{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}.Debug|x64.Build.0 = Debug|x64
{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}.Debug|x86.ActiveCfg = Debug|Win32
{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}.Debug|x86.Build.0 = Debug|Win32
{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}.Release|x64.ActiveCfg = Release|x64
{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}.Release|x64.Build.0 = Release|x64
{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}.Release|x86.ActiveCfg = Release|Win32
{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}.Release|x86.Build.0 = Release|Win32
{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}.Debug|x64.ActiveCfg = Debug|x64
{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}.Debug|x64.Build.0 = Debug|x64
{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}.Debug|x86.ActiveCfg = Debug|Win32
{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}.Debug|x86.Build.0 = Debug|Win32
{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}.Release|x64.ActiveCfg = Release|x64
{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}.Release|x64.Build.0 = Release|x64
{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}.Release|x86.ActiveCfg = Release|Win32
{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73798B63-50B0-412F-ABE1-006F6AADF511}
SolutionGuid = {D781032A-D79F-4D29-8EF6-AA754BA1867B}
EndGlobalSection
EndGlobal
Binary file modified ConsoleApplication2/ConsoleApplication2/ConsoleApplication2.cpp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{B6AB211B-708D-481C-B3CD-2EFFF8F5A466}</ProjectGuid>
<ProjectGuid>{DA0B702B-34E4-4DAD-BFD1-182F98541FBB}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>ConsoleApplication2</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
Expand Down
Binary file modified ConsoleApplication2/ConsoleApplication2/stdafx.h
Binary file not shown.

0 comments on commit 3475992

Please sign in to comment.