ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/branches/mono/EmuXPortal/EmuXPortal.csproj
(Generate patch)

Comparing branches/mono/EmuXPortal/EmuXPortal.csproj (file contents):
Revision 263 by william, Thu Mar 17 03:56:46 2016 UTC vs.
Revision 264 by william, Thu Mar 17 04:23:49 2016 UTC

# Line 3 | Line 3
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>
6      <ProjectGuid>{C6A57BE4-A8B6-4298-B022-62F40FB1CB18}</ProjectGuid>
7      <OutputType>WinExe</OutputType>
8      <AppDesignerFolder>Properties</AppDesignerFolder>
9      <RootNamespace>EmuXPortal</RootNamespace>
10      <AssemblyName>EmuXPortal</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11      <TargetFrameworkProfile>
12      </TargetFrameworkProfile>
13      <FileAlignment>512</FileAlignment>
14 +    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15    </PropertyGroup>
16    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
17      <PlatformTarget>x86</PlatformTarget>
18 <    <DebugSymbols>true</DebugSymbols>
19 <    <DebugType>full</DebugType>
22 <    <Optimize>true</Optimize>
23 <    <OutputPath>bin\Debug\</OutputPath>
24 <    <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <    <ErrorReport>prompt</ErrorReport>
18 >    <Optimize>false</Optimize>
19 >    <OutputPath>bin\x86\Debug</OutputPath>
20      <WarningLevel>4</WarningLevel>
21      <UseVSHostingProcess>false</UseVSHostingProcess>
22    </PropertyGroup>
23    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
24      <PlatformTarget>x86</PlatformTarget>
25 <    <DebugType>pdbonly</DebugType>
26 <    <Optimize>true</Optimize>
33 <    <OutputPath>bin\Release\</OutputPath>
34 <    <DefineConstants>TRACE</DefineConstants>
35 <    <ErrorReport>prompt</ErrorReport>
25 >    <Optimize>false</Optimize>
26 >    <OutputPath>bin\x86\Release</OutputPath>
27      <WarningLevel>4</WarningLevel>
28    </PropertyGroup>
29    <ItemGroup>
39    <Reference Include="Enterprise.Logging">
40      <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
41    </Reference>
30      <Reference Include="System" />
31      <Reference Include="System.Core" />
32      <Reference Include="System.Xml.Linq" />
33      <Reference Include="System.Data.DataSetExtensions" />
34      <Reference Include="System.Data" />
47    <Reference Include="System.Deployment" />
35      <Reference Include="System.Drawing" />
36      <Reference Include="System.Windows.Forms" />
37      <Reference Include="System.Xml" />
38 +    <Reference Include="Enterprise.Logging">
39 +      <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
40 +    </Reference>
41 +    <Reference Include="Utilities.TransparentControls">
42 +      <HintPath>..\deps\TransparentControls\Utilities.TransparentControls.dll</HintPath>
43 +    </Reference>
44    </ItemGroup>
45    <ItemGroup>
46      <Compile Include="Api\ConfigLoader.cs" />
# Line 106 | Line 99
99        <DependentUpon>Settings.settings</DependentUpon>
100        <DesignTimeSharedInput>True</DesignTimeSharedInput>
101      </Compile>
102 +    <None Include="..\config.ini">
103 +      <Link>config.ini</Link>
104 +      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
105 +    </None>
106 +    <None Include="..\config-dbg.ini">
107 +      <Link>config-dbg.ini</Link>
108 +      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
109 +    </None>
110 +    <None Include="..\emu.config">
111 +      <Link>emu.config</Link>
112 +      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
113 +    </None>
114    </ItemGroup>
115    <ItemGroup>
116      <None Include="Resources\games.png" />
# Line 113 | Line 118
118    <ItemGroup>
119      <None Include="Resources\game.png" />
120    </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>
121    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122    <PropertyGroup>
123 <    <PostBuildEvent>copy "$(SolutionDir)config.ini" "$(TargetDir)"
124 < copy "$(SolutionDir)config-dbg.ini" "$(TargetDir)"
126 < copy "$(SolutionDir)emu.config" "$(TargetDir)"</PostBuildEvent>
123 >    <PostBuildEvent>
124 >    </PostBuildEvent>
125    </PropertyGroup>
126    <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
127         Other similar extension points exist, see Microsoft.Common.targets.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines