Skip to content

Commit

Permalink
Jwoo/template winrt strong name (#8807)
Browse files Browse the repository at this point in the history
* added a new project file

* added test app and c# winrt component

* mostly working?

* fix impl

* updated nuget path

* added c# runtime component

* updated

* updated

* updated

* updated

* updated

* updated

* updated

* updated

* update

* removed winrt prject from AC and added C++ console sample app and the AC project to visualizer

* removed nuget config changes

* added strong name

* added new property

---------

Co-authored-by: Paul Campbell <paulcam@microsoft.com>
  • Loading branch information
jwoo-msft and paulcam206 committed May 1, 2024
1 parent fcebb6d commit 372fd35
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<PropertyGroup>
<CsWinRTComponent>true</CsWinRTComponent>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFilePath>../../../../35MSSharedLib1024.snk</AssemblyOriginatorKeyFilePath>
<AssemblyOriginatorKeyFile>$(AssemblyOriginatorKeyFilePath)</AssemblyOriginatorKeyFile>
<DelaySign>True</DelaySign>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 372fd35

Please sign in to comment.