ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/branches/mono-xml-linq/EmuXPortal.Versioning/EmuXPortal.Versioning.csproj
Revision: 329
Committed: Tue Dec 19 00:57:24 2017 UTC (5 years, 11 months ago) by william
File size: 1596 byte(s)
Log Message:
+ creating a branch to load xml data using linq

File Contents

# User Rev Content
1 william 302 <?xml version="1.0" encoding="utf-8"?>
2     <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3     <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectGuid>{C3DDF869-7910-4F12-AAA4-C2DD96539D3D}</ProjectGuid>
7     <OutputType>Library</OutputType>
8 william 303 <RootNamespace>EmuXPortal.Versioning</RootNamespace>
9 william 304 <AssemblyName>EmuXPortal.Versioning</AssemblyName>
10 william 302 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11     </PropertyGroup>
12     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13     <DebugSymbols>true</DebugSymbols>
14     <DebugType>full</DebugType>
15     <Optimize>false</Optimize>
16     <OutputPath>bin\Debug</OutputPath>
17     <DefineConstants>DEBUG;</DefineConstants>
18     <ErrorReport>prompt</ErrorReport>
19     <WarningLevel>4</WarningLevel>
20     <ConsolePause>false</ConsolePause>
21     </PropertyGroup>
22     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23     <DebugType>full</DebugType>
24     <Optimize>true</Optimize>
25     <OutputPath>bin\Release</OutputPath>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28     <ConsolePause>false</ConsolePause>
29     </PropertyGroup>
30     <ItemGroup>
31     <Reference Include="System" />
32     </ItemGroup>
33     <ItemGroup>
34     <Compile Include="Properties\AssemblyInfo.cs" />
35 william 303 <Compile Include="VersionInformation.cs" />
36 william 302 </ItemGroup>
37     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
38     </Project>