ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj
Revision: 177
Committed: Mon May 28 09:37:16 2012 UTC (11 years, 4 months ago) by william
File size: 6331 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 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
36 <DebugSymbols>true</DebugSymbols>
37 <OutputPath>bin\Debug\x86\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <DebugType>full</DebugType>
40 <PlatformTarget>x86</PlatformTarget>
41 <ErrorReport>prompt</ErrorReport>
42 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
43 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
44 <NoWarn>1607</NoWarn>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
47 <OutputPath>bin\x86\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <Optimize>true</Optimize>
50 <DebugType>pdbonly</DebugType>
51 <PlatformTarget>x86</PlatformTarget>
52 <ErrorReport>prompt</ErrorReport>
53 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
54 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
57 <DebugSymbols>true</DebugSymbols>
58 <OutputPath>bin\Debug\x64\</OutputPath>
59 <DefineConstants>DEBUG;TRACE</DefineConstants>
60 <DebugType>full</DebugType>
61 <PlatformTarget>x64</PlatformTarget>
62 <ErrorReport>prompt</ErrorReport>
63 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
64 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
65 <NoWarn>1607</NoWarn>
66 </PropertyGroup>
67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
68 <OutputPath>bin\x64\Release\</OutputPath>
69 <DefineConstants>TRACE</DefineConstants>
70 <Optimize>true</Optimize>
71 <DebugType>pdbonly</DebugType>
72 <PlatformTarget>x64</PlatformTarget>
73 <ErrorReport>prompt</ErrorReport>
74 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
75 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
76 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
77 </PropertyGroup>
78 <ItemGroup>
79 <Reference Include="System" />
80 <Reference Include="System.Core" />
81 <Reference Include="System.Xml.Linq" />
82 <Reference Include="System.Data.DataSetExtensions" />
83 <Reference Include="Microsoft.CSharp" />
84 <Reference Include="System.Data" />
85 <Reference Include="System.Xml" />
86 </ItemGroup>
87 <ItemGroup>
88 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
89 <Link>Properties\SharedAssemblyInfo.cs</Link>
90 </Compile>
91 <Compile Include="Config\DolphinConfig.cs" />
92 <Compile Include="Config\GenericConfig.cs" />
93 <Compile Include="Config\PCSX2Config.cs" />
94 <Compile Include="Properties\AssemblyInfo.cs" />
95 </ItemGroup>
96 <ItemGroup>
97 <None Include="Properties\AssemblyInfo.cs.tmpl" />
98 </ItemGroup>
99 <ItemGroup>
100 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
101 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
102 <Name>RomCheater.Core</Name>
103 </ProjectReference>
104 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
105 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
106 <Name>RomCheater.Logging</Name>
107 </ProjectReference>
108 <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj">
109 <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project>
110 <Name>RomCheater.PluginFramework</Name>
111 </ProjectReference>
112 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
113 <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
114 <Name>Sojaner.MemoryScanner</Name>
115 </ProjectReference>
116 </ItemGroup>
117 <ItemGroup>
118 <Folder Include="Input\" />
119 <Folder Include="Window\" />
120 </ItemGroup>
121 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122 <PropertyGroup>
123 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
124 </PropertyGroup>
125 <PropertyGroup>
126 <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\$(TargetName).dll"
127 copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\$(TargetName).pdb"</PostBuildEvent>
128 </PropertyGroup>
129 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130 Other similar extension points exist, see Microsoft.Common.targets.
131 <Target Name="BeforeBuild">
132 </Target>
133 <Target Name="AfterBuild">
134 </Target>
135 -->
136 </Project>