Skip to content

Commit

Permalink
Add Verision Control...
Browse files Browse the repository at this point in the history
  • Loading branch information
Toys0125 committed May 16, 2019
1 parent 2fa27b0 commit 8ba5e85
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 1 deletion.
Binary file added Dino Time/Dino Time/Dino Time.rc
Binary file not shown.
12 changes: 12 additions & 0 deletions Dino Time/Dino Time/Dino Time.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>$(ProjectName) x64</TargetName>
<IntDir>$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetName>$(ProjectName) x86</TargetName>
Expand Down Expand Up @@ -110,6 +112,8 @@
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<Version>
</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -124,11 +128,19 @@
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<Version>
</Version>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Source.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Dino Time.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
10 changes: 10 additions & 0 deletions Dino Time/Dino Time/Dino Time.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,14 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Dino Time.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Dino Time/Dino Time/Source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ int main() {
if (input3 == '1') {
cin >> input4;
PushUp(input4);
CaculateGrowth(30, 1000, 0, input4, 320);
CaculateGrowth(30, 1000, 0, input4, 420);
}//Juve .5/.8
if (input3 == '2') {
cin >> input4;
Expand Down
14 changes: 14 additions & 0 deletions Dino Time/Dino Time/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Dino Time.rc

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit 8ba5e85

Please sign in to comment.