ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/branches/mono/EmuXPortal/EmuXPortal.csproj
Revision: 265
Committed: Thu Mar 17 04:31:50 2016 UTC (7 years, 6 months ago) by william
File size: 5653 byte(s)
Log Message:
update build for mono

File Contents

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