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