166 lines
6.6 KiB
Plaintext
166 lines
6.6 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||
|
<ProductVersion>
|
||
|
</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{119957D1-CAF8-488E-8262-17AC3692C20F}</ProjectGuid>
|
||
|
<OutputType>WinExe</OutputType>
|
||
|
<StartupObject>SKYPE_BOT_ONE.My.MyApplication</StartupObject>
|
||
|
<RootNamespace>SKYPE_BOT_ONE</RootNamespace>
|
||
|
<AssemblyName>SKYPE BOT ONE</AssemblyName>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
<MyType>WindowsForms</MyType>
|
||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||
|
<TargetFrameworkProfile>
|
||
|
</TargetFrameworkProfile>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<DefineDebug>true</DefineDebug>
|
||
|
<DefineTrace>true</DefineTrace>
|
||
|
<OutputPath>bin\Debug\</OutputPath>
|
||
|
<DocumentationFile>SKYPE BOT ONE.xml</DocumentationFile>
|
||
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
||
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
||
|
<WarningsAsErrors>
|
||
|
</WarningsAsErrors>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<DebugType>Full</DebugType>
|
||
|
<DefineDebug>false</DefineDebug>
|
||
|
<DefineTrace>true</DefineTrace>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release\</OutputPath>
|
||
|
<DocumentationFile>SKYPE BOT ONE.xml</DocumentationFile>
|
||
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
|
||
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||
|
<WarningsAsErrors>
|
||
|
</WarningsAsErrors>
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<OptionExplicit>On</OptionExplicit>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<OptionCompare>Binary</OptionCompare>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<OptionStrict>Off</OptionStrict>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<OptionInfer>On</OptionInfer>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="Interop.SKYPE4COMLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
||
|
<SpecificVersion>False</SpecificVersion>
|
||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||
|
<HintPath>lib\Interop.SKYPE4COMLib.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="Microsoft.Speech, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||
|
<SpecificVersion>False</SpecificVersion>
|
||
|
<HintPath>lib\Microsoft.Speech.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||
|
<SpecificVersion>False</SpecificVersion>
|
||
|
<HintPath>lib\Newtonsoft.Json.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Data" />
|
||
|
<Reference Include="System.Deployment" />
|
||
|
<Reference Include="System.Drawing" />
|
||
|
<Reference Include="System.Speech" />
|
||
|
<Reference Include="System.Web" />
|
||
|
<Reference Include="System.Windows.Forms" />
|
||
|
<Reference Include="System.Xml" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="System.Xml.Linq" />
|
||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Import Include="Microsoft.VisualBasic" />
|
||
|
<Import Include="System" />
|
||
|
<Import Include="System.Collections" />
|
||
|
<Import Include="System.Collections.Generic" />
|
||
|
<Import Include="System.Data" />
|
||
|
<Import Include="System.Drawing" />
|
||
|
<Import Include="System.Diagnostics" />
|
||
|
<Import Include="System.Web" />
|
||
|
<Import Include="System.Windows.Forms" />
|
||
|
<Import Include="System.Linq" />
|
||
|
<Import Include="System.Xml.Linq" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="Form1.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="Form1.Designer.vb">
|
||
|
<DependentUpon>Form1.vb</DependentUpon>
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
||
|
<Compile Include="My Project\Application.Designer.vb">
|
||
|
<AutoGen>True</AutoGen>
|
||
|
<DependentUpon>Application.myapp</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="My Project\Resources.Designer.vb">
|
||
|
<AutoGen>True</AutoGen>
|
||
|
<DesignTime>True</DesignTime>
|
||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="My Project\Settings.Designer.vb">
|
||
|
<AutoGen>True</AutoGen>
|
||
|
<DependentUpon>Settings.settings</DependentUpon>
|
||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<EmbeddedResource Include="Form1.resx">
|
||
|
<DependentUpon>Form1.vb</DependentUpon>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="My Project\Resources.resx">
|
||
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="App.config" />
|
||
|
<None Include="My Project\Application.myapp">
|
||
|
<Generator>MyApplicationCodeGenerator</Generator>
|
||
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||
|
</None>
|
||
|
<None Include="My Project\Settings.settings">
|
||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||
|
<CustomToolNamespace>My</CustomToolNamespace>
|
||
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||
|
</None>
|
||
|
<Content Include="skypebot.dat">
|
||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||
|
</Content>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Content Include="lib\Interop.SKYPE4COMLib.dll" />
|
||
|
<Content Include="lib\Newtonsoft.Json.dll" />
|
||
|
<Content Include="lib\Skype4COM.dll" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup />
|
||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||
|
<PropertyGroup>
|
||
|
<PostBuildEvent>
|
||
|
</PostBuildEvent>
|
||
|
</PropertyGroup>
|
||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||
|
<Target Name="BeforeBuild">
|
||
|
</Target>
|
||
|
<Target Name="AfterBuild">
|
||
|
</Target>
|
||
|
-->
|
||
|
</Project>
|