|
|
@ -59,7 +59,7 @@ |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
|
|
|
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> |
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\sigon\source\repos\hamster\bin\</OutDir> |
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\sigon\source\repos\hamster</OutDir> |
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">hamster.dir\Debug\</IntDir> |
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">hamster.dir\Debug\</IntDir> |
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">hamster</TargetName> |
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">hamster</TargetName> |
|
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt> |
|
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt> |
|
|
@ -339,6 +339,18 @@ if %errorlevel% neq 0 goto :VCEnd</Command> |
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<Text Include="src\CREDITS.txt" /> |
|
|
|
|
|
|
|
<Text Include="src\TODO.txt" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<ClInclude Include="src\HamsterGame.h" /> |
|
|
|
|
|
|
|
<ClInclude Include="src\miniaudio.h" /> |
|
|
|
|
|
|
|
<ClInclude Include="src\olcPGEX_MiniAudio.h" /> |
|
|
|
|
|
|
|
<ClInclude Include="src\olcPGEX_ViewPort.h" /> |
|
|
|
|
|
|
|
<ClInclude Include="src\olcPixelGameEngine.h" /> |
|
|
|
|
|
|
|
<ClInclude Include="src\olcUTIL_Geometry2D.h" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
</ImportGroup> |
|
|
|
</ImportGroup> |
|
|
|