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 |
<ProjectGuid>{C6A57BE4-A8B6-4298-B022-62F40FB1CB18}</ProjectGuid> |
7 |
<OutputType>WinExe</OutputType> |
8 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
9 |
<RootNamespace>EmuXPortal</RootNamespace> |
10 |
<AssemblyName>EmuXPortal</AssemblyName> |
11 |
<TargetFrameworkProfile> |
12 |
</TargetFrameworkProfile> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
</PropertyGroup> |
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
16 |
<PlatformTarget>x86</PlatformTarget> |
17 |
<Optimize>false</Optimize> |
18 |
<OutputPath>bin\Debug</OutputPath> |
19 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
20 |
<WarningLevel>4</WarningLevel> |
21 |
<UseVSHostingProcess>false</UseVSHostingProcess> |
22 |
<DebugSymbols>true</DebugSymbols> |
23 |
<DebugType>full</DebugType> |
24 |
</PropertyGroup> |
25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
26 |
<DebugType></DebugType> |
27 |
<Optimize>false</Optimize> |
28 |
<OutputPath>bin\Release</OutputPath> |
29 |
<WarningLevel>4</WarningLevel> |
30 |
<PlatformTarget>x86</PlatformTarget> |
31 |
</PropertyGroup> |
32 |
<ItemGroup> |
33 |
<Reference Include="System" /> |
34 |
<Reference Include="System.Core" /> |
35 |
<Reference Include="System.Xml.Linq" /> |
36 |
<Reference Include="System.Data.DataSetExtensions" /> |
37 |
<Reference Include="System.Data" /> |
38 |
<Reference Include="System.Drawing" /> |
39 |
<Reference Include="System.Windows.Forms" /> |
40 |
<Reference Include="System.Xml" /> |
41 |
<Reference Include="Enterprise.Logging"> |
42 |
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
43 |
</Reference> |
44 |
<Reference Include="Utilities.TransparentControls"> |
45 |
<HintPath>..\deps\TransparentControls\Utilities.TransparentControls.dll</HintPath> |
46 |
</Reference> |
47 |
<Reference Include="Enterprise.CrossPlatform"> |
48 |
<HintPath>..\deps\Enterprise.CrossPlatform\Enterprise.CrossPlatform.dll</HintPath> |
49 |
</Reference> |
50 |
<Reference Include="Enterprise.Plugins"> |
51 |
<HintPath>..\deps\Enterprise.Plugins\Enterprise.Plugins.dll</HintPath> |
52 |
</Reference> |
53 |
<Reference Include="Enterprise.Extensions"> |
54 |
<HintPath>..\deps\Enterprise.Extensions\Enterprise.Extensions.dll</HintPath> |
55 |
</Reference> |
56 |
<Reference Include="irexec_api"> |
57 |
<HintPath>..\deps\irexec_api\irexec_api.dll</HintPath> |
58 |
</Reference> |
59 |
</ItemGroup> |
60 |
<ItemGroup> |
61 |
<Compile Include="Form1.cs"> |
62 |
<SubType>Form</SubType> |
63 |
</Compile> |
64 |
<Compile Include="Form1.Designer.cs"> |
65 |
<DependentUpon>Form1.cs</DependentUpon> |
66 |
</Compile> |
67 |
<Compile Include="Program.cs" /> |
68 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
69 |
<EmbeddedResource Include="Form1.resx"> |
70 |
<DependentUpon>Form1.cs</DependentUpon> |
71 |
</EmbeddedResource> |
72 |
<EmbeddedResource Include="Properties\Resources.resx"> |
73 |
<Generator>ResXFileCodeGenerator</Generator> |
74 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
75 |
<SubType>Designer</SubType> |
76 |
</EmbeddedResource> |
77 |
<Compile Include="Properties\Resources.Designer.cs"> |
78 |
<AutoGen>True</AutoGen> |
79 |
<DependentUpon>Resources.resx</DependentUpon> |
80 |
<DesignTime>True</DesignTime> |
81 |
</Compile> |
82 |
<None Include="app.config" /> |
83 |
<None Include="Properties\Settings.settings"> |
84 |
<Generator>SettingsSingleFileGenerator</Generator> |
85 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
86 |
</None> |
87 |
<Compile Include="Properties\Settings.Designer.cs"> |
88 |
<AutoGen>True</AutoGen> |
89 |
<DependentUpon>Settings.settings</DependentUpon> |
90 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
91 |
</Compile> |
92 |
<None Include="..\config.ini"> |
93 |
<Link>config.ini</Link> |
94 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
95 |
</None> |
96 |
<None Include="..\config-dbg.ini"> |
97 |
<Link>config-dbg.ini</Link> |
98 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
99 |
</None> |
100 |
<None Include="..\emu.config"> |
101 |
<Link>emu.config</Link> |
102 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
103 |
</None> |
104 |
<None Include="..\deps\Enterprise.Logging\Enterprise.Logging.pdb"> |
105 |
<Link>Enterprise.Logging.pdb</Link> |
106 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
107 |
</None> |
108 |
<None Include="..\deps\Enterprise.CrossPlatform\Enterprise.CrossPlatform.pdb"> |
109 |
<Link>Enterprise.CrossPlatform.pdb</Link> |
110 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
111 |
</None> |
112 |
<None Include="..\deps\TransparentControls\Utilities.TransparentControls.pdb"> |
113 |
<Link>Utilities.TransparentControls.pdb</Link> |
114 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
115 |
</None> |
116 |
<None Include="game_example.config"> |
117 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
118 |
</None> |
119 |
<Compile Include="UI\FileProgressCopier.cs" /> |
120 |
<Compile Include="UI\RenderControls\Constants.cs" /> |
121 |
<None Include="..\deps\miguel28-SDLJoystick\SDL.dll"> |
122 |
<Link>SDL.dll</Link> |
123 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
124 |
</None> |
125 |
<Compile Include="KeyConverter.cs" /> |
126 |
<Compile Include="UI\RenderControls\GridContainer.cs" /> |
127 |
<Compile Include="UI\RenderControls\GridControl.cs" /> |
128 |
<Compile Include="UI\RenderControls\PlatformGridContrainer.cs" /> |
129 |
<Compile Include="UI\RenderControls\GameGridContainer.cs" /> |
130 |
<Compile Include="UI\RenderControls\BitmapCache.cs" /> |
131 |
<Compile Include="RomLaunchArgs.cs" /> |
132 |
<None Include="emuxportal.lircrc"> |
133 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
134 |
</None> |
135 |
<Compile Include="Splash.cs" /> |
136 |
</ItemGroup> |
137 |
<ItemGroup> |
138 |
<None Include="Resources\game.png" /> |
139 |
</ItemGroup> |
140 |
<ItemGroup> |
141 |
<None Include="Resources\games.png" /> |
142 |
</ItemGroup> |
143 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
144 |
<PropertyGroup> |
145 |
<PostBuildEvent> |
146 |
</PostBuildEvent> |
147 |
</PropertyGroup> |
148 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
149 |
Other similar extension points exist, see Microsoft.Common.targets. |
150 |
<Target Name="BeforeBuild"> |
151 |
</Target> |
152 |
<Target Name="AfterBuild"> |
153 |
</Target> |
154 |
--> |
155 |
|
156 |
|
157 |
<ItemGroup> |
158 |
<ProjectReference Include="..\EmuXPortal.Api\EmuXPortal.Api.csproj"> |
159 |
<Project>{E3E705C1-2051-4332-AE10-0D31F24AE40C}</Project> |
160 |
<Name>EmuXPortal.Api</Name> |
161 |
</ProjectReference> |
162 |
<ProjectReference Include="..\EmuXPortal.Versioning\EmuXPortal.Versioning.csproj"> |
163 |
<Project>{C3DDF869-7910-4F12-AAA4-C2DD96539D3D}</Project> |
164 |
<Name>EmuXPortal.Versioning</Name> |
165 |
</ProjectReference> |
166 |
<ProjectReference Include="..\EmuXPortal.Plugins\EmuXPortal.Plugins.csproj"> |
167 |
<Project>{FBF8A8BA-CE41-42E9-8E99-95C0DE88EE4F}</Project> |
168 |
<Name>EmuXPortal.Plugins</Name> |
169 |
</ProjectReference> |
170 |
<ProjectReference Include="..\deps\miguel28-SDLJoystick\SDLJoystick.csproj"> |
171 |
<Project>{0DD0F441-F25B-41B4-BD1C-4A4C16A363CB}</Project> |
172 |
<Name>SDLJoystick</Name> |
173 |
</ProjectReference> |
174 |
<ProjectReference Include="..\EmuXPortal.Cacher\EmuXPortal.Cacher.csproj"> |
175 |
<Project>{8F6A9667-F208-4D6D-A959-08292A61EA27}</Project> |
176 |
<Name>EmuXPortal.Cacher</Name> |
177 |
</ProjectReference> |
178 |
</ItemGroup> |
179 |
<ItemGroup> |
180 |
<Folder Include="UI\" /> |
181 |
<Folder Include="UI\RenderControls\" /> |
182 |
</ItemGroup> |
183 |
</Project> |