This commit is contained in:
@@ -78,7 +78,7 @@ RUN set -x -e; \
|
|||||||
fi \
|
fi \
|
||||||
done; \
|
done; \
|
||||||
# Install proper NET Framework so that tlbexp.exe works
|
# Install proper NET Framework so that tlbexp.exe works
|
||||||
winetricks -q dotnet472; \
|
winetricks -q dotnet48; \
|
||||||
# Install obfuscator
|
# Install obfuscator
|
||||||
# Note: We use the executables from nuget as it allows EAZFUSCATOR_NET_LICENSE. There is no
|
# 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.
|
# alternative to set the license key in the MSI delivered binaries using command line.
|
||||||
@@ -115,4 +115,4 @@ ENTRYPOINT ["/usr/bin/entrypoint"]
|
|||||||
# xhost +local:docker
|
# xhost +local:docker
|
||||||
# docker run --rm -it --env DISPLAY=$DISPLAY --volume /tmp/.X11-unix:/tmp/.X11-unix <image name> bash
|
# docker run --rm -it --env DISPLAY=$DISPLAY --volume /tmp/.X11-unix:/tmp/.X11-unix <image name> bash
|
||||||
# wine explorer
|
# wine explorer
|
||||||
# problems with wine packages: iptables -t nat -A PREROUTING -d 151.101.194.217/32 -p tcp -m tcp --dport 443 -j DNAT --to-destination 151.101.66.217:443
|
# problems with wine packages: iptables -t nat -A PREROUTING -d 151.101.194.217/32 -p tcp -m tcp --dport 443 -j DNAT --to-destination 151.101.66.217:443
|
||||||
|
|||||||
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