workflows

This commit is contained in:
ilya 2023-04-02 03:23:53 +05:00
parent e9b39c45e1
commit d385a349b3
3 changed files with 14 additions and 6 deletions

View File

@ -42,3 +42,11 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
with:
name: overlay.exe
path: ${{env.SOLUTION_FILE_PATH}}x64/Release/overlay.exe

View File

@ -70,6 +70,9 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<VcpkgUseStatic>true</VcpkgUseStatic>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>

View File

@ -24,11 +24,8 @@
<ClInclude Include="Include\Options.h">
<Filter>Include</Filter>
</ClInclude>
<ClInclude Include="Include\Overlay.h">
<Filter>Include</Filter>
</ClInclude>
<ClInclude Include="functions\screenRecoder.h">
<Filter>functions</Filter>
</ClInclude>
<ClInclude Include="functions\screenRecorder.h" />
<ClInclude Include="functions\timeAdd.h" />
<ClInclude Include="Include\stdafx.h" />
</ItemGroup>
</Project>