Advertisement
Guest User

Untitled

a guest
Apr 7th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{499A02F7-C145-418D-A2AA-B49928204861}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>pokus</RootNamespace>
  11.     <AssemblyName>pokus</AssemblyName>
  12.     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13.     <FileAlignment>512</FileAlignment>
  14.     <TargetFrameworkProfile />
  15.   </PropertyGroup>
  16.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17.     <PlatformTarget>AnyCPU</PlatformTarget>
  18.     <DebugSymbols>true</DebugSymbols>
  19.     <DebugType>full</DebugType>
  20.     <Optimize>false</Optimize>
  21.     <OutputPath>bin\Debug\</OutputPath>
  22.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  23.     <ErrorReport>prompt</ErrorReport>
  24.     <WarningLevel>4</WarningLevel>
  25.     <Prefer32Bit>false</Prefer32Bit>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28.     <PlatformTarget>AnyCPU</PlatformTarget>
  29.     <DebugType>pdbonly</DebugType>
  30.     <Optimize>true</Optimize>
  31.     <OutputPath>bin\Release\</OutputPath>
  32.     <DefineConstants>TRACE</DefineConstants>
  33.     <ErrorReport>prompt</ErrorReport>
  34.     <WarningLevel>4</WarningLevel>
  35.     <Prefer32Bit>false</Prefer32Bit>
  36.   </PropertyGroup>
  37.   <ItemGroup>
  38.     <Reference Include="System" />
  39.     <Reference Include="System.Core" />
  40.     <Reference Include="System.Xml.Linq" />
  41.     <Reference Include="System.Data.DataSetExtensions" />
  42.     <Reference Include="Microsoft.CSharp" />
  43.     <Reference Include="System.Data" />
  44.     <Reference Include="System.Deployment" />
  45.     <Reference Include="System.Drawing" />
  46.     <Reference Include="System.Windows.Forms" />
  47.     <Reference Include="System.Xml" />
  48.   </ItemGroup>
  49.   <ItemGroup>
  50.     <Compile Include="Form1.cs">
  51.       <SubType>Form</SubType>
  52.     </Compile>
  53.     <Compile Include="Form1.Designer.cs">
  54.       <DependentUpon>Form1.cs</DependentUpon>
  55.     </Compile>
  56.     <Compile Include="Program.cs" />
  57.     <Compile Include="Properties\AssemblyInfo.cs" />
  58.     <EmbeddedResource Include="Properties\Resources.resx">
  59.       <Generator>ResXFileCodeGenerator</Generator>
  60.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  61.       <SubType>Designer</SubType>
  62.     </EmbeddedResource>
  63.     <Compile Include="Properties\Resources.Designer.cs">
  64.       <AutoGen>True</AutoGen>
  65.       <DependentUpon>Resources.resx</DependentUpon>
  66.       <DesignTime>True</DesignTime>
  67.     </Compile>
  68.     <None Include="Properties\Settings.settings">
  69.       <Generator>SettingsSingleFileGenerator</Generator>
  70.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  71.     </None>
  72.     <Compile Include="Properties\Settings.Designer.cs">
  73.       <AutoGen>True</AutoGen>
  74.       <DependentUpon>Settings.settings</DependentUpon>
  75.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  76.     </Compile>
  77.   </ItemGroup>
  78.   <ItemGroup>
  79.     <None Include="App.config" />
  80.   </ItemGroup>
  81.   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  82.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83.       Other similar extension points exist, see Microsoft.Common.targets.
  84.  <Target Name="BeforeBuild">
  85.  </Target>
  86.  <Target Name="AfterBuild">
  87.  </Target>
  88.  -->
  89. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement