1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <!-- /-:cnd -->
4
+ <PropertyGroup >
5
+ <MinimumVisualStudioVersion >15.0</MinimumVisualStudioVersion >
6
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
7
+ <StartAction >Program</StartAction >
8
+ <StartProgram >$(DevEnvDir)\devenv.exe</StartProgram >
9
+ <StartArguments >/rootsuffix Exp</StartArguments >
10
+ </PropertyGroup >
11
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
12
+ <PropertyGroup >
13
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
14
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
15
+ <SchemaVersion >2.0</SchemaVersion >
16
+ <ProjectTypeGuids >{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17
+ <ProjectGuid >{A5926428-D707-4D5E-B785-82DFE8C5AC85}</ProjectGuid >
18
+ <OutputType >Library</OutputType >
19
+ <AppDesignerFolder >Properties</AppDesignerFolder >
20
+ <RootNamespace >OATemplate</RootNamespace >
21
+ <AssemblyName >OATemplate</AssemblyName >
22
+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
23
+ <GeneratePkgDefFile >false</GeneratePkgDefFile >
24
+ <IncludeAssemblyInVSIXContainer >false</IncludeAssemblyInVSIXContainer >
25
+ <IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
26
+ <IncludeDebugSymbolsInLocalVSIXDeployment >false</IncludeDebugSymbolsInLocalVSIXDeployment >
27
+ <CopyBuildOutputToOutputDirectory >false</CopyBuildOutputToOutputDirectory >
28
+ <CopyOutputSymbolsToOutputDirectory >false</CopyOutputSymbolsToOutputDirectory >
29
+ </PropertyGroup >
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31
+ <DebugSymbols >true</DebugSymbols >
32
+ <DebugType >full</DebugType >
33
+ <Optimize >false</Optimize >
34
+ <OutputPath >bin\Debug\</OutputPath >
35
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
40
+ <DebugType >pdbonly</DebugType >
41
+ <Optimize >true</Optimize >
42
+ <OutputPath >bin\Release\</OutputPath >
43
+ <DefineConstants >TRACE</DefineConstants >
44
+ <ErrorReport >prompt</ErrorReport >
45
+ <WarningLevel >4</WarningLevel >
46
+ </PropertyGroup >
47
+ <ItemGroup >
48
+ <Compile Include =" Properties\AssemblyInfo.cs" />
49
+ </ItemGroup >
50
+ <ItemGroup >
51
+ <None Include =" Properties\wafflebuilder.targets" >
52
+ <SubType >Designer</SubType >
53
+ </None >
54
+ <None Include =" source.extension.vsixmanifest" >
55
+ <SubType >Designer</SubType >
56
+ </None >
57
+ <None Include =" template\templatepack.OATemplate.proj" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Content Include =" LICENSE.txt" >
61
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
62
+ <IncludeInVSIX >true</IncludeInVSIX >
63
+ </Content >
64
+ <Content Include =" OnionArchitecture_icon.png" >
65
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
66
+ <IncludeInVSIX >true</IncludeInVSIX >
67
+ </Content >
68
+ <Content Include =" Properties\project-icon.png" />
69
+ <Content Include =" Resources\OnionArchitecture_icon.png" >
70
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
71
+ <IncludeInVSIX >true</IncludeInVSIX >
72
+ </Content >
73
+ <Content Include =" stylesheet.css" />
74
+ <Content Include =" template.pkgdef" >
75
+ <IncludeInVSIX >true</IncludeInVSIX >
76
+ </Content >
77
+ </ItemGroup >
78
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79
+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
80
+ <PropertyGroup >
81
+ <WaffleBuilderTargetsPath Condition =" '$(WaffleBuilderTargetsPath)'=='' " >$(MSBuildProjectDirectory)\Properties\wafflebuilder.targets</WaffleBuilderTargetsPath >
82
+ </PropertyGroup >
83
+ <Import Project =" $(WaffleBuilderTargetsPath)" Condition =" Exists('$(WaffleBuilderTargetsPath)')" />
84
+ <Target Name =" WarnOnMissingWaffleBuilderTargets" BeforeTargets =" PrepareForBuild" >
85
+ <PropertyGroup >
86
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
87
+ </PropertyGroup >
88
+ <Warn Condition =" !Exists('$(WaffleBuilderTargetsPath)')" Text =" wafflebuilder.targets not found at [$(WaffleBuilderTargetsPath)]" />
89
+ </Target >
90
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91
+ Other similar extension points exist, see Microsoft.Common.targets.
92
+ <Target Name="BeforeBuild">
93
+ </Target>
94
+ <Target Name="AfterBuild">
95
+ </Target>
96
+ -->
97
+ </Project >
0 commit comments