Skip to content

Commit 916f926

Browse files
authored
Merge pull request #402 from jlaanstra/user/jlaans/static-library-template
Add Static Library project template.
2 parents 74a0ce8 + 68888f3 commit 916f926

File tree

24 files changed

+335
-65
lines changed

24 files changed

+335
-65
lines changed

nuget/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ In addition, C++/WinRT generates templates and skeleton implementations for each
1818

1919
========================================================================
2020
For more information, visit:
21-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
21+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
2222
========================================================================

test/nuget/TestApp/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* select the C++/WinRT property page
1010
1111
For more advanced scenarios, and complete documentation, please see:
12-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
12+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
1313
-->
1414
<PropertyGroup />
1515
<ItemDefinitionGroup />

test/nuget/TestRuntimeComponent1/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* select the C++/WinRT property page
1010
1111
For more advanced scenarios, and complete documentation, please see:
12-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
12+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
1313
-->
1414
<PropertyGroup />
1515
<ItemDefinitionGroup />

test/nuget/TestRuntimeComponent2/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* select the C++/WinRT property page
1010
1111
For more advanced scenarios, and complete documentation, please see:
12-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
12+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
1313
-->
1414
<PropertyGroup />
1515
<ItemDefinitionGroup />

test/nuget/TestRuntimeComponent3/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* select the C++/WinRT property page
1010
1111
For more advanced scenarios, and complete documentation, please see:
12-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
12+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
1313
-->
1414
<PropertyGroup />
1515
<ItemDefinitionGroup />

test/nuget/TestRuntimeComponentEmpty/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* select the C++/WinRT property page
1010
1111
For more advanced scenarios, and complete documentation, please see:
12-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
12+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
1313
-->
1414
<PropertyGroup />
1515
<ItemDefinitionGroup />

vsix/ProjectTemplates/VC/Windows Desktop/ConsoleApplication/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* select the C++/WinRT property page
1010
1111
For more advanced scenarios, and complete documentation, please see:
12-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
12+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
1313
-->
1414
<PropertyGroup />
1515
<ItemDefinitionGroup />

vsix/ProjectTemplates/VC/Windows Desktop/WindowsApplication/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* select the C++/WinRT property page
1010
1111
For more advanced scenarios, and complete documentation, please see:
12-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
12+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
1313
-->
1414
<PropertyGroup />
1515
<ItemDefinitionGroup />

vsix/ProjectTemplates/VC/Windows Universal/BlankApp/BlankApp.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
<DisableSpecificWarnings></DisableSpecificWarnings>
8181
<PreprocessorDefinitions>WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8282
</ClCompile>
83+
<Link>
84+
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
85+
</Link>
8386
</ItemDefinitionGroup>
8487
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
8588
<ClCompile>

vsix/ProjectTemplates/VC/Windows Universal/BlankApp/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* select the C++/WinRT property page
1010
1111
For more advanced scenarios, and complete documentation, please see:
12-
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
12+
https://github.com/Microsoft/cppwinrt/tree/master/nuget
1313
-->
1414
<PropertyGroup />
1515
<ItemDefinitionGroup />

0 commit comments

Comments
 (0)