ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj
Revision: 179
Committed: Mon May 28 09:42:27 2012 UTC (11 years, 6 months ago) by william
File size: 4197 byte(s)
Log Message:

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)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{DC27888E-E976-48B7-A422-12B39C0D3B65}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater.CorePlugins</RootNamespace>
12 <AssemblyName>RomCheater.CorePlugins</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <NoWarn>1607</NoWarn>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <NoWarn>1607</NoWarn>
34 </PropertyGroup>
35 <ItemGroup>
36 <Reference Include="System" />
37 <Reference Include="System.Core" />
38 <Reference Include="System.Xml.Linq" />
39 <Reference Include="System.Data.DataSetExtensions" />
40 <Reference Include="Microsoft.CSharp" />
41 <Reference Include="System.Data" />
42 <Reference Include="System.Xml" />
43 </ItemGroup>
44 <ItemGroup>
45 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
46 <Link>Properties\SharedAssemblyInfo.cs</Link>
47 </Compile>
48 <Compile Include="Config\DolphinConfig.cs" />
49 <Compile Include="Config\GenericConfig.cs" />
50 <Compile Include="Config\PCSX2Config.cs" />
51 <Compile Include="Properties\AssemblyInfo.cs" />
52 </ItemGroup>
53 <ItemGroup>
54 <None Include="Properties\AssemblyInfo.cs.tmpl" />
55 </ItemGroup>
56 <ItemGroup>
57 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
58 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
59 <Name>RomCheater.Core</Name>
60 </ProjectReference>
61 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
62 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
63 <Name>RomCheater.Logging</Name>
64 </ProjectReference>
65 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
66 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
67 <Name>RomCheater.PluginFramework</Name>
68 </ProjectReference>
69 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
70 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
71 <Name>Sojaner.MemoryScanner</Name>
72 </ProjectReference>
73 </ItemGroup>
74 <ItemGroup>
75 <Folder Include="Input\" />
76 <Folder Include="Window\" />
77 </ItemGroup>
78 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79 <PropertyGroup>
80 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
81 </PropertyGroup>
82 <PropertyGroup>
83 <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\$(TargetName).dll"
84 copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\$(TargetName).pdb"</PostBuildEvent>
85 </PropertyGroup>
86 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87 Other similar extension points exist, see Microsoft.Common.targets.
88 <Target Name="BeforeBuild">
89 </Target>
90 <Target Name="AfterBuild">
91 </Target>
92 -->
93 </Project>