Files
zoizbot/zoizbot/zoizbot.njsproj

93 lines
3.9 KiB
Plaintext

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Name>zoizbot</Name>
<RootNamespace>zoizbot</RootNamespace>
<SaveNodeJsSettingsInProjectFile>True</SaveNodeJsSettingsInProjectFile>
<NodeExePath>
</NodeExePath>
<JavaScriptTestFramework>ExportRunner</JavaScriptTestFramework>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>b8d80089-6d3a-40c6-b875-8ef4a9cbd354</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>app.js</StartupFile>
<StartWebBrowser>False</StartWebBrowser>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
<StartWebBrowser>False</StartWebBrowser>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Compile Include="app.js" />
<AdditionalFiles Include="conf.json">
<SubType>Code</SubType>
</AdditionalFiles>
<Content Include="bootscreen.js">
<SubType>Code</SubType>
</Content>
<Content Include="commandhandler.js">
<SubType>Code</SubType>
</Content>
<Content Include="commandloader.js">
<SubType>Code</SubType>
</Content>
<Content Include="commands\fun\apiconfigs\joke.json">
<SubType>Code</SubType>
</Content>
<Content Include="commands\fun\joke.js">
<SubType>Code</SubType>
</Content>
<Content Include="commands\fun\reloadfun.js" />
<Content Include="commands\general\hello.js">
<SubType>Code</SubType>
</Content>
<Content Include="commands\general\ping.js">
<SubType>Code</SubType>
</Content>
<Content Include="commands\general\reloadgeneral.js" />
<Content Include="commands\moderation\addrole.js">
<SubType>Code</SubType>
</Content>
<Content Include="commands\moderation\ban.js">
<SubType>Code</SubType>
</Content>
<Content Include="commands\moderation\embeddedkick.js">
<SubType>Code</SubType>
</Content>
<Content Include="commands\moderation\kick.js">
<SubType>Code</SubType>
</Content>
<Content Include="commands\moderation\reloadmoderation.js" />
<Content Include="commands\reload.js">
<SubType>Code</SubType>
</Content>
<Content Include="Legacy Commands\examples.js" />
<Content Include="package.json" />
<Content Include="README.md" />
</ItemGroup>
<ItemGroup>
<Folder Include="commands\" />
<Folder Include="commands\fun\apiconfigs\" />
<Folder Include="commands\general\" />
<Folder Include="commands\moderation\" />
<Folder Include="commands\fun\" />
<Folder Include="Legacy Commands\" />
</ItemGroup>
<!-- Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them. -->
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
</Project>