Skip to content

Commit 5dd42c2

Browse files
committed
Windows build scripts
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
1 parent 27d0fd9 commit 5dd42c2

17 files changed

+173
-1064
lines changed

Project/MSVC2022/AVI_MetaEdit.sln

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ VisualStudioVersion = 15.0.26730.16
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AVI_MetaEdit_CLI", "CLI\AVI_MetaEdit_CLI.vcxproj", "{8A1AE679-131A-493C-86CA-91179B0955A4}"
66
EndProject
7-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AVI_MetaEdit_GUI", "GUI\AVI_MetaEdit_GUI.vcxproj", "{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}"
8-
EndProject
97
Global
108
GlobalSection(SolutionConfigurationPlatforms) = preSolution
119
Debug|Win32 = Debug|Win32
@@ -22,14 +20,6 @@ Global
2220
{8A1AE679-131A-493C-86CA-91179B0955A4}.Release|Win32.Build.0 = Release|Win32
2321
{8A1AE679-131A-493C-86CA-91179B0955A4}.Release|x64.ActiveCfg = Release|x64
2422
{8A1AE679-131A-493C-86CA-91179B0955A4}.Release|x64.Build.0 = Release|x64
25-
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Debug|Win32.ActiveCfg = Debug|Win32
26-
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Debug|Win32.Build.0 = Debug|Win32
27-
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Debug|x64.ActiveCfg = Debug|x64
28-
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Debug|x64.Build.0 = Debug|x64
29-
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Release|Win32.ActiveCfg = Release|Win32
30-
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Release|Win32.Build.0 = Release|Win32
31-
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Release|x64.ActiveCfg = Release|x64
32-
{E3711417-8DF9-47DE-AADE-EA3832EA6BDC}.Release|x64.Build.0 = Release|x64
3323
EndGlobalSection
3424
GlobalSection(SolutionProperties) = preSolution
3525
HideSolutionNode = FALSE

Project/MSVC2022/CLI/AVI_MetaEdit_CLI.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<ProjectGuid>{8A1AE679-131A-493C-86CA-91179B0955A4}</ProjectGuid>
2323
<RootNamespace>AVI_MetaEdit</RootNamespace>
2424
<Keyword>Win32Proj</Keyword>
25-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2625
</PropertyGroup>
2726
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2827
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

Project/MSVC2022/GUI/AVI_MetaEdit_GUI.rc

Lines changed: 0 additions & 34 deletions
This file was deleted.

Project/MSVC2022/GUI/AVI_MetaEdit_GUI.vcxproj

Lines changed: 0 additions & 336 deletions
This file was deleted.

0 commit comments

Comments
 (0)