This commit is contained in:
@@ -78,7 +78,7 @@ RUN set -x -e; \
|
||||
fi \
|
||||
done; \
|
||||
# Install proper NET Framework so that tlbexp.exe works
|
||||
winetricks -q dotnet472; \
|
||||
winetricks -q dotnet48; \
|
||||
# Install obfuscator
|
||||
# Note: We use the executables from nuget as it allows EAZFUSCATOR_NET_LICENSE. There is no
|
||||
# alternative to set the license key in the MSI delivered binaries using command line.
|
||||
|
||||
36
WineDotnet.sln
Normal file
36
WineDotnet.sln
Normal file
@@ -0,0 +1,36 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.5.2.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eazfuscator-Launcher", "Eazfuscator-Launcher\Eazfuscator-Launcher.csproj", "{91D3ED43-DA22-E282-F255-D97D6C1E6CE5}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualStudioMock", "VisualStudioMock\VisualStudioMock.csproj", "{FC12CD02-454C-4FAB-A634-825F9F5E67C5}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualStudioMockTest", "VisualStudioMockTest\VisualStudioMockTest.csproj", "{E610C7F0-45B1-4F9A-8D0F-BD6F5A8C15A2}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{91D3ED43-DA22-E282-F255-D97D6C1E6CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{91D3ED43-DA22-E282-F255-D97D6C1E6CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{91D3ED43-DA22-E282-F255-D97D6C1E6CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{91D3ED43-DA22-E282-F255-D97D6C1E6CE5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{FC12CD02-454C-4FAB-A634-825F9F5E67C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FC12CD02-454C-4FAB-A634-825F9F5E67C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FC12CD02-454C-4FAB-A634-825F9F5E67C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FC12CD02-454C-4FAB-A634-825F9F5E67C5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E610C7F0-45B1-4F9A-8D0F-BD6F5A8C15A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E610C7F0-45B1-4F9A-8D0F-BD6F5A8C15A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E610C7F0-45B1-4F9A-8D0F-BD6F5A8C15A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E610C7F0-45B1-4F9A-8D0F-BD6F5A8C15A2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {968CB88B-C0C3-48B4-8F1C-698373067101}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user