diff --git a/vs2022/main.vcxproj b/vs2022/main.vcxproj new file mode 100644 index 0000000..2696f89 --- /dev/null +++ b/vs2022/main.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {ACAAE71B-AC38-4ADE-8352-E813182AF36D} + Win32Proj + whisper + 10.0 + main + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdc11 + None + + + Console + true + + + + + _CRT_SECURE_NO_WARNINGS + NotUsing + Level3 + MaxSpeed + true + true + false + NDEBUG;_CONSOLE;__AVX2__;%(PreprocessorDefinitions) + true + $(ProjectDir);$(ProjectDir)\sdl2\include;$(ProjectDir)\pthreads4w\include;%(AdditionalIncludeDirectories) + stdcpp20 + stdc11 + CompileAsCpp + + + Console + true + true + false + $(ProjectDir)\sdl2\lib\x64;$(ProjectDir)\pthreads4w\lib\x64;%(AdditionalLibraryDirectories) + SDL2.lib;SDL2main.lib;libpthreadVC3.lib;%(AdditionalDependencies) + MachineX64 + ..\$(TargetName)$(TargetExt) + + + copy $(ProjectDir)\sdl2\lib\x64\SDL2.dll $(SolutionDir)\..\ + + + + + CompileAsC + + + + + CompileAsC + Fast + None + true + /arch:AVX2 /FA %(AdditionalOptions) + + + + + + + + + + + \ No newline at end of file diff --git a/vs2022/whisper.vcxproj.user b/vs2022/main.vcxproj.user similarity index 100% rename from vs2022/whisper.vcxproj.user rename to vs2022/main.vcxproj.user diff --git a/vs2022/whisper.vcxproj b/vs2022/stream.vcxproj similarity index 100% rename from vs2022/whisper.vcxproj rename to vs2022/stream.vcxproj diff --git a/vs2022/stream.vcxproj.user b/vs2022/stream.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/vs2022/stream.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/vs2022/whisper.sln b/vs2022/whisper.sln index 839ce5e..ff18dd7 100644 --- a/vs2022/whisper.sln +++ b/vs2022/whisper.sln @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.3.32922.545 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "whisper", "whisper.vcxproj", "{ACAAE71B-AC38-4ADE-8352-E913182AF36D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stream", "stream.vcxproj", "{ACAAE71B-AC38-4ADE-8352-E913182AF36D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "main", "main.vcxproj", "{ACAAE71B-AC38-4ADE-8352-E813182AF36D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -12,6 +14,8 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {ACAAE71B-AC38-4ADE-8352-E913182AF36D}.Release|x64.ActiveCfg = Release|x64 {ACAAE71B-AC38-4ADE-8352-E913182AF36D}.Release|x64.Build.0 = Release|x64 + {ACAAE71B-AC38-4ADE-8352-E813182AF36D}.Release|x64.ActiveCfg = Release|x64 + {ACAAE71B-AC38-4ADE-8352-E813182AF36D}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE