ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.RVACheatList/RomCheater.RVACheatList.csproj
Revision: 857
Committed: Tue Sep 16 21:32:29 2014 UTC (8 years, 8 months ago) by william
File size: 6749 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 857 <?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>{62B1B448-C119-487C-9EC3-5F48D9BE339D}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>RomCheater.RVACheatList</RootNamespace>
12     <AssemblyName>RomCheater.RVACheatList</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <TargetFrameworkProfile />
16     </PropertyGroup>
17     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
18     <DebugSymbols>true</DebugSymbols>
19     <OutputPath>bin\x64\Debug\</OutputPath>
20     <DefineConstants>DEBUG;TRACE</DefineConstants>
21     <NoWarn>1607,0436</NoWarn>
22     <DebugType>full</DebugType>
23     <PlatformTarget>x64</PlatformTarget>
24     <ErrorReport>prompt</ErrorReport>
25     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
26     </PropertyGroup>
27     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
28     <OutputPath>bin\x64\Release\</OutputPath>
29     <DefineConstants>TRACE;RELEASE</DefineConstants>
30     <Optimize>true</Optimize>
31     <DebugType>pdbonly</DebugType>
32     <PlatformTarget>x64</PlatformTarget>
33     <ErrorReport>prompt</ErrorReport>
34     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
35     <NoWarn>1607,0436</NoWarn>
36     </PropertyGroup>
37     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
38     <DebugSymbols>true</DebugSymbols>
39     <OutputPath>bin\x86\Debug\</OutputPath>
40     <DefineConstants>DEBUG;TRACE</DefineConstants>
41     <NoWarn>1607,0436</NoWarn>
42     <DebugType>full</DebugType>
43     <PlatformTarget>x86</PlatformTarget>
44     <ErrorReport>prompt</ErrorReport>
45     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46     </PropertyGroup>
47     <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
48     <OutputPath>bin\x86\Release\</OutputPath>
49     <DefineConstants>TRACE;RELEASE</DefineConstants>
50     <Optimize>true</Optimize>
51     <DebugType>pdbonly</DebugType>
52     <PlatformTarget>x86</PlatformTarget>
53     <ErrorReport>prompt</ErrorReport>
54     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55     <NoWarn>1607,0436</NoWarn>
56     </PropertyGroup>
57     <ItemGroup>
58     <Reference Include="Enterprise.Logging">
59     <HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath>
60     </Reference>
61     <Reference Include="Microsoft.CSharp" />
62     <Reference Include="Microsoft.VisualBasic" />
63     <Reference Include="System" />
64     <Reference Include="System.Data" />
65     <Reference Include="System.Data.DataSetExtensions" />
66     <Reference Include="System.Drawing" />
67     <Reference Include="System.Windows.Forms" />
68     <Reference Include="System.Xml" />
69     <Reference Include="System.Xml.Linq" />
70     <Reference Include="WindowsBase" />
71     </ItemGroup>
72     <ItemGroup>
73     <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
74     <Link>Properties\SharedAssemblyInfo.cs</Link>
75     </Compile>
76     <Compile Include="CheatInputDialog.cs">
77     <SubType>Form</SubType>
78     </Compile>
79     <Compile Include="CheatInputDialog.Designer.cs">
80     <DependentUpon>CheatInputDialog.cs</DependentUpon>
81     </Compile>
82     <Compile Include="Properties\AssemblyInfo.cs" />
83     <Compile Include="RVACheatListDockControl.cs">
84     <SubType>Form</SubType>
85     </Compile>
86     <Compile Include="RVACheatListDockControl.Designer.cs">
87     <DependentUpon>RVACheatListDockControl.cs</DependentUpon>
88     </Compile>
89     <Compile Include="RVACheatListPlugin.cs" />
90     </ItemGroup>
91     <ItemGroup>
92     <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj">
93     <Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project>
94     <Name>Be.Windows.Forms.HexBox</Name>
95     </ProjectReference>
96     <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
97     <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
98     <Name>WinFormsUI</Name>
99     </ProjectReference>
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\libWin32\libWin32.csproj">
113     <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project>
114     <Name>libWin32</Name>
115     </ProjectReference>
116     </ItemGroup>
117     <ItemGroup>
118     <None Include="Properties\AssemblyInfo.cs.tmpl" />
119     </ItemGroup>
120     <ItemGroup>
121     <EmbeddedResource Include="CheatInputDialog.resx">
122     <DependentUpon>CheatInputDialog.cs</DependentUpon>
123     </EmbeddedResource>
124     <EmbeddedResource Include="RVACheatListDockControl.resx">
125     <DependentUpon>RVACheatListDockControl.cs</DependentUpon>
126     </EmbeddedResource>
127     </ItemGroup>
128     <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129     <PropertyGroup>
130     <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
131     </PropertyGroup>
132     <PropertyGroup>
133     <PostBuildEvent>mkdir "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\"
134     copy /Y "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\$(TargetName).dll"
135     copy /Y "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb"</PostBuildEvent>
136     </PropertyGroup>
137     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138     Other similar extension points exist, see Microsoft.Common.targets.
139     <Target Name="BeforeBuild">
140     </Target>
141     <Target Name="AfterBuild">
142     </Target>
143     -->
144     </Project>