This repository was archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWaypoint.wowproj
More file actions
38 lines (37 loc) · 1.44 KB
/
Waypoint.wowproj
File metadata and controls
38 lines (37 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project DefaultTargets="Deploy" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Default</Configuration>
<Name>Waypoint</Name>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{ba31e0c8-b1f5-449b-b127-f0f523675a1f}</ProjectGuid>
<AssemblyName>Waypoint</AssemblyName>
<RootNamespace>Waypoint</RootNamespace>
<WowPath>C:\Program Files\World of Warcraft\</WowPath>
<AddonTitle>Waypoint</AddonTitle>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Default' ">
<OutputPath>.</OutputPath>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WowAddonStudio\2.0\WowAddonStudio.targets" />
<ItemGroup>
<Content Include="Waypoint.toc">
<SubType>TableOfContents</SubType>
</Content>
<Content Include="wpFrame.xml">
<SubType>Frame</SubType>
</Content>
<Content Include="wpFrame.lua">
<SubType>Code</SubType>
<DependentUpon>wpFrame.xml</DependentUpon>
</Content>
</ItemGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
<Target Name="BeforeClean"></Target>
<Target Name="AfterClean"></Target>
<Target Name="BeforeRebuild"></Target>
<Target Name="AfterRebuild"></Target>
<Target Name="BeforeDeploy"></Target>
<Target Name="AfterDeploy"></Target>
-->
</Project>