/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
samples/snippets/visualbasic/VS_Snippets_Wpf/WindowMove/VisualBasic/WindowMove_VB.vbproj
102 строки
5 KB
Genevieve Warren
Remove CAS code from snippets (#29144)
25 апр 2022, 23:39
Не верифицирован
25 апр 2022, 23:39
5865521
Код
Авторство
О чём код?
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{4BCC6C5B-156D-441D-9111-1C88B2F2C6AA}</ProjectGuid> <OutputType>WinExe</OutputType> <TargetType>$(OutputType)</TargetType> <RootNamespace>WindowMove_VB</RootNamespace> <AssemblyName>WindowMove_VB</AssemblyName> <ProductVersion>10.0.20821</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids> <TargetFrameworkProfile> </TargetFrameworkProfile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <DefineDebug>true</DefineDebug> <DefineTrace>true</DefineTrace> <IncrementalBuild>true</IncrementalBuild> <OutputPath>bin\</OutputPath> <DocumentationFile>WindowMove_VB.xml</DocumentationFile> <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>false</DebugSymbols> <DefineDebug>false</DefineDebug> <DefineTrace>true</DefineTrace> <IncrementalBuild>false</IncrementalBuild> <Optimize>true</Optimize> <OutputPath>bin\</OutputPath> <DocumentationFile>WindowMove_VB.xml</DocumentationFile> <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <!-- Imports must come after all PropertyGroups and before ItemGroup --> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="UIAutomationClient, Version=6.0.5070.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>C:\WINDOWS\Microsoft.NET\Windows\v6.0.5070\UIAutomationClient.dll</HintPath> </Reference> <Reference Include="UIAutomationClientsideProviders, Version=6.0.5070.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>C:\WINDOWS\Microsoft.NET\Windows\v6.0.5070\UIAutomationClientsideProviders.dll</HintPath> </Reference> <Reference Include="UIAutomationProvider" /> <Reference Include="UIAutomationTypes, Version=6.0.5070.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>C:\WINDOWS\Microsoft.NET\Windows\v6.0.5070\UIAutomationTypes.dll</HintPath> </Reference> <Reference Include="WindowsBase" /> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> <Reference Include="System.Xaml"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> </ItemGroup> <ItemGroup> <Import Include="Microsoft.VisualBasic" /> <Import Include="System" /> <Import Include="System.Collections" /> <Import Include="System.Diagnostics" /> <Import Include="System.Windows" /> <Import Include="System.Windows.Controls" /> <Import Include="System.Windows.Documents" /> <Import Include="System.Windows.Shapes" /> <Import Include="System.Windows.Media" /> <Import Include="System.Windows.Navigation" /> <Import Include="System.Windows.Data" /> </ItemGroup> <ItemGroup> <Compile Include="My Project\AssemblyInfo.vb"> <SubType>Code</SubType> </Compile> <Compile Include="My Project\MyEvents.vb"> <SubType>Code</SubType> </Compile> <Compile Include="My Project\Settings.Designer.vb"> <AutoGen>True</AutoGen> <DesignTimeSharedInput>True</DesignTimeSharedInput> <DependentUpon>Settings.settings</DependentUpon> </Compile> <Compile Include="windowmove.vb" /> <None Include="app.config" /> <None Include="My Project\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.vb</LastGenOutput> </None> <AppDesigner Include="My Project\" /> </ItemGroup> <ItemGroup> <Resource Include="security.xml" /> </ItemGroup> </Project>