Skip to content

Commit 5441297

Browse files
committed
Add a vcxproj file for qtest and add to the sln
1 parent deee465 commit 5441297

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

src/doors/clans-src/src/clans.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcedit", "pcedit.vcxproj",
7070
{11C46149-475D-60D3-7122-E25F9B3EF1A4} = {11C46149-475D-60D3-7122-E25F9B3EF1A4}
7171
EndProjectSection
7272
EndProject
73+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qtest", "qtest.vcxproj", "{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}"
74+
ProjectSection(ProjectDependencies) = postProject
75+
{11C46149-475D-60D3-7122-E25F9B3EF1A4} = {11C46149-475D-60D3-7122-E25F9B3EF1A4}
76+
EndProjectSection
77+
EndProject
7378
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reset", "reset.vcxproj", "{5C915E27-9E41-4EF5-850D-F7A00BE8D30C}"
7479
ProjectSection(ProjectDependencies) = postProject
7580
{11C46149-475D-60D3-7122-E25F9B3EF1A4} = {11C46149-475D-60D3-7122-E25F9B3EF1A4}
@@ -107,6 +112,14 @@ Global
107112
{53FD16D9-126D-4A5E-BCF3-19E870CD569D}.Release|x64.Build.0 = Release|x64
108113
{53FD16D9-126D-4A5E-BCF3-19E870CD569D}.Release|x86.ActiveCfg = Release|Win32
109114
{53FD16D9-126D-4A5E-BCF3-19E870CD569D}.Release|x86.Build.0 = Release|Win32
115+
{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}.Debug|x64.ActiveCfg = Debug|x64
116+
{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}.Debug|x64.Build.0 = Debug|x64
117+
{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}.Debug|x86.ActiveCfg = Debug|Win32
118+
{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}.Debug|x86.Build.0 = Debug|Win32
119+
{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}.Release|x64.ActiveCfg = Release|x64
120+
{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}.Release|x64.Build.0 = Release|x64
121+
{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}.Release|x86.ActiveCfg = Release|Win32
122+
{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}.Release|x86.Build.0 = Release|Win32
110123
{B4A178D4-EB7D-420D-986A-8019C96116D6}.Debug|x64.ActiveCfg = Debug|x64
111124
{B4A178D4-EB7D-420D-986A-8019C96116D6}.Debug|x64.Build.0 = Debug|x64
112125
{B4A178D4-EB7D-420D-986A-8019C96116D6}.Debug|x86.ActiveCfg = Debug|Win32
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Label="Globals">
4+
<ProjectGuid>{DFC3074C-DA50-6EA6-4205-5AEC6C6F6093}</ProjectGuid>
5+
</PropertyGroup>
6+
<Import Project="clans.props" />
7+
<Import Project="clanslib.props" />
8+
<ItemGroup>
9+
<ClCompile Include="qtest.c" />
10+
</ItemGroup>
11+
<ItemGroup>
12+
<CInclude Include="ctype.h" />
13+
<CInclude Include="inttypes.h" />
14+
<CInclude Include="stdio.h" />
15+
<CInclude Include="stdlib.h" />
16+
<CInclude Include="string.h" />
17+
<CInclude Include="platform.h" />
18+
<CInclude Include="clansini.h" />
19+
<CInclude Include="console.h" />
20+
<CInclude Include="help.h" />
21+
<CInclude Include="language.h" />
22+
<CInclude Include="myopen.h" />
23+
<CInclude Include="npc.h" />
24+
</ItemGroup>
25+
</Project>

0 commit comments

Comments
 (0)