10 |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
|
<RootNamespace>Sojaner.MemoryScanner</RootNamespace> |
12 |
|
<AssemblyName>Sojaner.MemoryScanner</AssemblyName> |
13 |
< |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
13 |
> |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
|
<FileAlignment>512</FileAlignment> |
15 |
|
<FileUpgradeFlags> |
16 |
|
</FileUpgradeFlags> |
31 |
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
32 |
|
<UseApplicationTrust>false</UseApplicationTrust> |
33 |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
34 |
+ |
<TargetFrameworkProfile /> |
35 |
|
</PropertyGroup> |
36 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
37 |
|
<DebugSymbols>true</DebugSymbols> |
79 |
|
<Compile Include="..\..\VersioningSupport\SharedAssemblyInfo.cs"> |
80 |
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
81 |
|
</Compile> |
82 |
+ |
<Compile Include="dummy.cs" /> |
83 |
|
<Compile Include="MemoryScanner.cs" /> |
84 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
85 |
|
</ItemGroup> |
103 |
|
<Install>true</Install> |
104 |
|
</BootstrapperPackage> |
105 |
|
</ItemGroup> |
106 |
+ |
<ItemGroup> |
107 |
+ |
<ProjectReference Include="..\..\RomCheater.Core\RomCheater.Core.csproj"> |
108 |
+ |
<Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> |
109 |
+ |
<Name>RomCheater.Core</Name> |
110 |
+ |
</ProjectReference> |
111 |
+ |
</ItemGroup> |
112 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
113 |
|
<PropertyGroup> |
114 |
|
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
115 |
|
</PropertyGroup> |
116 |
+ |
<PropertyGroup> |
117 |
+ |
<PostBuildEvent> |
118 |
+ |
</PostBuildEvent> |
119 |
+ |
</PropertyGroup> |
120 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
121 |
|
Other similar extension points exist, see Microsoft.Common.targets. |
122 |
|
<Target Name="BeforeBuild"> |