ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/trunk/EmuXPortal/EmuXPortal.csproj
Revision: 238
Committed: Tue Aug 5 04:50:39 2014 UTC (9 years, 4 months ago) by william
File size: 5567 byte(s)
Log Message:
+ use Enterprise.Logging instead of EmuXPortal.Logging

File Contents

# Content
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>{C6A57BE4-A8B6-4298-B022-62F40FB1CB18}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>EmuXPortal</RootNamespace>
12 <AssemblyName>EmuXPortal</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19 <PlatformTarget>x86</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>true</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 <UseVSHostingProcess>false</UseVSHostingProcess>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30 <PlatformTarget>x86</PlatformTarget>
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="Enterprise.Logging">
40 <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
41 </Reference>
42 <Reference Include="System" />
43 <Reference Include="System.Core" />
44 <Reference Include="System.Xml.Linq" />
45 <Reference Include="System.Data.DataSetExtensions" />
46 <Reference Include="System.Data" />
47 <Reference Include="System.Deployment" />
48 <Reference Include="System.Drawing" />
49 <Reference Include="System.Windows.Forms" />
50 <Reference Include="System.Xml" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="Api\ConfigLoader.cs" />
54 <Compile Include="Api\DisplayHelper.cs" />
55 <Compile Include="Api\EmuConfig.cs" />
56 <Compile Include="Api\PlatformParser.cs" />
57 <Compile Include="Api\RomConfig.cs" />
58 <Compile Include="Api\RomFavorite.cs" />
59 <Compile Include="Api\RomParser.cs" />
60 <Compile Include="Form1.cs">
61 <SubType>Form</SubType>
62 </Compile>
63 <Compile Include="Form1.Designer.cs">
64 <DependentUpon>Form1.cs</DependentUpon>
65 </Compile>
66 <Compile Include="GameControl.cs">
67 <SubType>UserControl</SubType>
68 </Compile>
69 <Compile Include="GameControl.Designer.cs">
70 <DependentUpon>GameControl.cs</DependentUpon>
71 </Compile>
72 <Compile Include="PlatformControl.cs">
73 <SubType>UserControl</SubType>
74 </Compile>
75 <Compile Include="PlatformControl.Designer.cs">
76 <DependentUpon>PlatformControl.cs</DependentUpon>
77 </Compile>
78 <Compile Include="Program.cs" />
79 <Compile Include="Properties\AssemblyInfo.cs" />
80 <EmbeddedResource Include="Form1.resx">
81 <DependentUpon>Form1.cs</DependentUpon>
82 </EmbeddedResource>
83 <EmbeddedResource Include="GameControl.resx">
84 <DependentUpon>GameControl.cs</DependentUpon>
85 </EmbeddedResource>
86 <EmbeddedResource Include="PlatformControl.resx">
87 <DependentUpon>PlatformControl.cs</DependentUpon>
88 </EmbeddedResource>
89 <EmbeddedResource Include="Properties\Resources.resx">
90 <Generator>ResXFileCodeGenerator</Generator>
91 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
92 <SubType>Designer</SubType>
93 </EmbeddedResource>
94 <Compile Include="Properties\Resources.Designer.cs">
95 <AutoGen>True</AutoGen>
96 <DependentUpon>Resources.resx</DependentUpon>
97 <DesignTime>True</DesignTime>
98 </Compile>
99 <None Include="app.config" />
100 <None Include="Properties\Settings.settings">
101 <Generator>SettingsSingleFileGenerator</Generator>
102 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
103 </None>
104 <Compile Include="Properties\Settings.Designer.cs">
105 <AutoGen>True</AutoGen>
106 <DependentUpon>Settings.settings</DependentUpon>
107 <DesignTimeSharedInput>True</DesignTimeSharedInput>
108 </Compile>
109 </ItemGroup>
110 <ItemGroup>
111 <None Include="Resources\games.png" />
112 </ItemGroup>
113 <ItemGroup>
114 <None Include="Resources\game.png" />
115 </ItemGroup>
116 <ItemGroup>
117 <ProjectReference Include="..\deps\TransparentControls\Utilities.TransparentControls.csproj">
118 <Project>{dd4d2205-3308-4e1a-a5d9-c01129564566}</Project>
119 <Name>Utilities.TransparentControls</Name>
120 </ProjectReference>
121 </ItemGroup>
122 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123 <PropertyGroup>
124 <PostBuildEvent>copy "$(SolutionDir)config.ini" "$(TargetDir)"
125 copy "$(SolutionDir)config-dbg.ini" "$(TargetDir)"
126 copy "$(SolutionDir)emu.config" "$(TargetDir)"</PostBuildEvent>
127 </PropertyGroup>
128 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
129 Other similar extension points exist, see Microsoft.Common.targets.
130 <Target Name="BeforeBuild">
131 </Target>
132 <Target Name="AfterBuild">
133 </Target>
134 -->
135 </Project>