Advertisement
r4j

Project properties

r4j
Jun 28th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.98 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6.     <ProductVersion>8.0.30703</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{DE658597-8A81-4468-9999-58FC57CB893C}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>WpfApplication4</RootNamespace>
  12.     <AssemblyName>WpfApplication4</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  15.     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16.     <WarningLevel>4</WarningLevel>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19.     <PlatformTarget>x86</PlatformTarget>
  20.     <DebugSymbols>true</DebugSymbols>
  21.     <DebugType>full</DebugType>
  22.     <Optimize>false</Optimize>
  23.     <OutputPath>bin\Debug\</OutputPath>
  24.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  25.     <ErrorReport>prompt</ErrorReport>
  26.     <WarningLevel>4</WarningLevel>
  27.   </PropertyGroup>
  28.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29.     <PlatformTarget>x86</PlatformTarget>
  30.     <DebugType>pdbonly</DebugType>
  31.     <Optimize>true</Optimize>
  32.     <OutputPath>bin\Release\</OutputPath>
  33.     <DefineConstants>TRACE</DefineConstants>
  34.     <ErrorReport>prompt</ErrorReport>
  35.     <WarningLevel>4</WarningLevel>
  36.   </PropertyGroup>
  37.   <ItemGroup>
  38.     <Reference Include="System" />
  39.     <Reference Include="System.Data" />
  40.     <Reference Include="System.Xml" />
  41.     <Reference Include="System.Core" />
  42.     <Reference Include="System.Xml.Linq" />
  43.     <Reference Include="System.Data.DataSetExtensions" />
  44.     <Reference Include="WindowsBase" />
  45.     <Reference Include="PresentationCore" />
  46.     <Reference Include="PresentationFramework" />
  47.   </ItemGroup>
  48.   <ItemGroup>
  49.     <ApplicationDefinition Include="App.xaml">
  50.       <Generator>MSBuild:Compile</Generator>
  51.       <SubType>Designer</SubType>
  52.     </ApplicationDefinition>
  53.     <Page Include="MainWindow.xaml">
  54.       <Generator>MSBuild:Compile</Generator>
  55.       <SubType>Designer</SubType>
  56.     </Page>
  57.     <Compile Include="App.xaml.cs">
  58.       <DependentUpon>App.xaml</DependentUpon>
  59.       <SubType>Code</SubType>
  60.     </Compile>
  61.     <Compile Include="MainWindow.xaml.cs">
  62.       <DependentUpon>MainWindow.xaml</DependentUpon>
  63.       <SubType>Code</SubType>
  64.     </Compile>
  65.   </ItemGroup>
  66.   <ItemGroup>
  67.     <Compile Include="Properties\AssemblyInfo.cs">
  68.       <SubType>Code</SubType>
  69.     </Compile>
  70.     <Compile Include="Properties\Resources.Designer.cs">
  71.       <AutoGen>True</AutoGen>
  72.       <DesignTime>True</DesignTime>
  73.       <DependentUpon>Resources.resx</DependentUpon>
  74.     </Compile>
  75.     <Compile Include="Properties\Settings.Designer.cs">
  76.       <AutoGen>True</AutoGen>
  77.       <DependentUpon>Settings.settings</DependentUpon>
  78.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  79.     </Compile>
  80.     <EmbeddedResource Include="Properties\Resources.resx">
  81.       <Generator>ResXFileCodeGenerator</Generator>
  82.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83.     </EmbeddedResource>
  84.     <None Include="Properties\Settings.settings">
  85.       <Generator>SettingsSingleFileGenerator</Generator>
  86.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  87.     </None>
  88.     <AppDesigner Include="Properties\" />
  89.   </ItemGroup>
  90.   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92.       Other similar extension points exist, see Microsoft.Common.targets.
  93.  <Target Name="BeforeBuild">
  94.  </Target>
  95.  <Target Name="AfterBuild">
  96.  </Target>
  97.  -->
  98. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement