More stable path for SNK file

Should be consistent for the current solution and any other solutions that may include UIX as a subfolder/submodule.
This commit is contained in:
Yoshi Askharoun
2023-05-22 14:24:12 -05:00
parent e285a34196
commit 2045b7ccb9
2 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\36MSApp1024.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\36MSApp1024.snk</AssemblyOriginatorKeyFile>
<DelaySign>True</DelaySign>
</PropertyGroup>
+5
View File
@@ -13,6 +13,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDebugClient", "Tests\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleIrisApp", "Tests\SimpleIrisApp\SimpleIrisApp.csproj", "{96FB9772-5619-47AD-93FC-F26319EC6BB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49D932ED-87EE-46FA-B374-9C30B26DF06C}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU