ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj
Revision: 889
Committed: Wed Sep 17 04:55:52 2014 UTC (8 years, 6 months ago) by william
File size: 6046 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 77 <?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 william 791 <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 william 826 <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 william 77 <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 william 93 <Compile Include="Config\DolphinConfig.cs" />
80 william 81 <Compile Include="Config\GenericConfig.cs" />
81 william 92 <Compile Include="Config\PCSX2Config.cs" />
82 william 77 <Compile Include="Properties\AssemblyInfo.cs" />
83     </ItemGroup>
84     <ItemGroup>
85     <None Include="Properties\AssemblyInfo.cs.tmpl" />
86     </ItemGroup>
87 william 78 <ItemGroup>
88 william 889 <ProjectReference Include="..\RomCheater.Interfaces\RomCheater.Interfaces.csproj">
89     <Project>{54256714-e7c5-416a-9e69-d93315619b54}</Project>
90     <Name>RomCheater.Interfaces</Name>
91 william 117 </ProjectReference>
92 william 78 <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 william 92 <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj">
101     <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project>
102     <Name>Sojaner.MemoryScanner</Name>
103     </ProjectReference>
104 william 78 </ItemGroup>
105 william 80 <ItemGroup>
106     <Folder Include="Input\" />
107     <Folder Include="Window\" />
108     </ItemGroup>
109 william 77 <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 william 177 <PropertyGroup>
114 william 845 <PostBuildEvent>mkdir "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\"
115 william 847 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 william 177 </PropertyGroup>
118 william 77 <!-- 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>