Advertisement
FlyFar

SideEffect.vbproj

Dec 29th, 2023
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 5.11 KB | Cybersecurity | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4.   <PropertyGroup>
  5.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7.     <ProjectGuid>{582225DA-7CE8-4CA7-B42A-26C62C4AA08B}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <StartupObject>SideEffect.My.MyApplication</StartupObject>
  10.     <RootNamespace>SideEffect</RootNamespace>
  11.     <AssemblyName>SideEffect</AssemblyName>
  12.     <FileAlignment>512</FileAlignment>
  13.     <MyType>WindowsForms</MyType>
  14.     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15.   </PropertyGroup>
  16.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17.     <PlatformTarget>AnyCPU</PlatformTarget>
  18.     <DebugSymbols>true</DebugSymbols>
  19.     <DebugType>full</DebugType>
  20.     <DefineDebug>true</DefineDebug>
  21.     <DefineTrace>true</DefineTrace>
  22.     <OutputPath>bin\Debug\</OutputPath>
  23.     <DocumentationFile>SideEffect.xml</DocumentationFile>
  24.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  25.   </PropertyGroup>
  26.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27.     <PlatformTarget>AnyCPU</PlatformTarget>
  28.     <DebugType>pdbonly</DebugType>
  29.     <DefineDebug>false</DefineDebug>
  30.     <DefineTrace>true</DefineTrace>
  31.     <Optimize>true</Optimize>
  32.     <OutputPath>bin\Release\</OutputPath>
  33.     <DocumentationFile>SideEffect.xml</DocumentationFile>
  34.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  35.   </PropertyGroup>
  36.   <PropertyGroup>
  37.     <OptionExplicit>On</OptionExplicit>
  38.   </PropertyGroup>
  39.   <PropertyGroup>
  40.     <OptionCompare>Binary</OptionCompare>
  41.   </PropertyGroup>
  42.   <PropertyGroup>
  43.     <OptionStrict>Off</OptionStrict>
  44.   </PropertyGroup>
  45.   <PropertyGroup>
  46.     <OptionInfer>On</OptionInfer>
  47.   </PropertyGroup>
  48.   <ItemGroup>
  49.     <Reference Include="System" />
  50.     <Reference Include="System.Data" />
  51.     <Reference Include="System.Deployment" />
  52.     <Reference Include="System.Drawing" />
  53.     <Reference Include="System.Windows.Forms" />
  54.     <Reference Include="System.Xml" />
  55.     <Reference Include="System.Core" />
  56.     <Reference Include="System.Xml.Linq" />
  57.     <Reference Include="System.Data.DataSetExtensions" />
  58.   </ItemGroup>
  59.   <ItemGroup>
  60.     <Import Include="Microsoft.VisualBasic" />
  61.     <Import Include="System" />
  62.     <Import Include="System.Collections" />
  63.     <Import Include="System.Collections.Generic" />
  64.     <Import Include="System.Data" />
  65.     <Import Include="System.Drawing" />
  66.     <Import Include="System.Diagnostics" />
  67.     <Import Include="System.Windows.Forms" />
  68.     <Import Include="System.Linq" />
  69.     <Import Include="System.Xml.Linq" />
  70.   </ItemGroup>
  71.   <ItemGroup>
  72.     <Compile Include="FrmMain.vb">
  73.       <SubType>Form</SubType>
  74.     </Compile>
  75.     <Compile Include="FrmMain.Designer.vb">
  76.       <DependentUpon>FrmMain.vb</DependentUpon>
  77.       <SubType>Form</SubType>
  78.     </Compile>
  79.     <Compile Include="My Project\AssemblyInfo.vb" />
  80.     <Compile Include="My Project\Application.Designer.vb">
  81.       <AutoGen>True</AutoGen>
  82.       <DependentUpon>Application.myapp</DependentUpon>
  83.     </Compile>
  84.     <Compile Include="My Project\Resources.Designer.vb">
  85.       <AutoGen>True</AutoGen>
  86.       <DesignTime>True</DesignTime>
  87.       <DependentUpon>Resources.resx</DependentUpon>
  88.     </Compile>
  89.     <Compile Include="My Project\Settings.Designer.vb">
  90.       <AutoGen>True</AutoGen>
  91.       <DependentUpon>Settings.settings</DependentUpon>
  92.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93.     </Compile>
  94.   </ItemGroup>
  95.   <ItemGroup>
  96.     <EmbeddedResource Include="FrmMain.resx">
  97.       <DependentUpon>FrmMain.vb</DependentUpon>
  98.     </EmbeddedResource>
  99.     <EmbeddedResource Include="My Project\Resources.resx">
  100.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  101.       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  102.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  103.       <SubType>Designer</SubType>
  104.     </EmbeddedResource>
  105.   </ItemGroup>
  106.   <ItemGroup>
  107.     <None Include="My Project\Application.myapp">
  108.       <Generator>MyApplicationCodeGenerator</Generator>
  109.       <LastGenOutput>Application.Designer.vb</LastGenOutput>
  110.     </None>
  111.     <None Include="My Project\Settings.settings">
  112.       <Generator>SettingsSingleFileGenerator</Generator>
  113.       <CustomToolNamespace>My</CustomToolNamespace>
  114.       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  115.     </None>
  116.   </ItemGroup>
  117.   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  118.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119.        Other similar extension points exist, see Microsoft.Common.targets.
  120.   <Target Name="BeforeBuild">
  121.   </Target>
  122.   <Target Name="AfterBuild">
  123.   </Target>
  124.   -->
  125. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement