ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj
Revision: 171
Committed: Mon May 28 08:56:42 2012 UTC (11 years, 4 months ago) by william
File size: 5624 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>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>RomCheater.PluginFramework</RootNamespace>
12 <AssemblyName>RomCheater.PluginFramework</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 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
35 <DebugSymbols>true</DebugSymbols>
36 <OutputPath>bin\Debug\x86\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <NoWarn>1607</NoWarn>
39 <DebugType>full</DebugType>
40 <PlatformTarget>x86</PlatformTarget>
41 <ErrorReport>prompt</ErrorReport>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
44 <OutputPath>bin\x86\Release\</OutputPath>
45 <DefineConstants>TRACE</DefineConstants>
46 <Optimize>true</Optimize>
47 <DebugType>pdbonly</DebugType>
48 <PlatformTarget>x86</PlatformTarget>
49 <ErrorReport>prompt</ErrorReport>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
52 <DebugSymbols>true</DebugSymbols>
53 <OutputPath>bin\Debug\x64\</OutputPath>
54 <DefineConstants>DEBUG;TRACE</DefineConstants>
55 <NoWarn>1607</NoWarn>
56 <DebugType>full</DebugType>
57 <PlatformTarget>x64</PlatformTarget>
58 <ErrorReport>prompt</ErrorReport>
59 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
60 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
61 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
63 <OutputPath>bin\x64\Release\</OutputPath>
64 <DefineConstants>TRACE</DefineConstants>
65 <Optimize>true</Optimize>
66 <DebugType>pdbonly</DebugType>
67 <PlatformTarget>x64</PlatformTarget>
68 <ErrorReport>prompt</ErrorReport>
69 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
70 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
71 </PropertyGroup>
72 <ItemGroup>
73 <Reference Include="System" />
74 <Reference Include="System.Core" />
75 <Reference Include="System.Drawing" />
76 <Reference Include="System.Xml.Linq" />
77 <Reference Include="System.Data.DataSetExtensions" />
78 <Reference Include="Microsoft.CSharp" />
79 <Reference Include="System.Data" />
80 <Reference Include="System.Xml" />
81 </ItemGroup>
82 <ItemGroup>
83 <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
84 <Link>Properties\SharedAssemblyInfo.cs</Link>
85 </Compile>
86 <Compile Include="Core\ConfigPlugin.cs" />
87 <Compile Include="Core\GuidGenerator.cs" />
88 <Compile Include="Core\InputPlugin.cs" />
89 <Compile Include="Core\PluginBase.cs" />
90 <Compile Include="Core\PluginLoader.cs" />
91 <Compile Include="Core\ProcContainer.cs" />
92 <Compile Include="Core\WindowPlugin.cs" />
93 <Compile Include="dummy.cs" />
94 <Compile Include="Interfaces\PluginInterfaces.cs" />
95 <Compile Include="Properties\AssemblyInfo.cs" />
96 </ItemGroup>
97 <ItemGroup>
98 <None Include="Properties\AssemblyInfo.cs.tmpl" />
99 </ItemGroup>
100 <ItemGroup>
101 <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
102 <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
103 <Name>RomCheater.Core</Name>
104 </ProjectReference>
105 <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
106 <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
107 <Name>RomCheater.Logging</Name>
108 </ProjectReference>
109 <ProjectReference Include="..\Win32\libWin32\libWin32.csproj">
110 <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
111 <Name>libWin32</Name>
112 </ProjectReference>
113 </ItemGroup>
114 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115 <PropertyGroup>
116 <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
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>