64 |
|
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
65 |
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
66 |
|
</Compile> |
67 |
+ |
<Compile Include="Config\GenericConfig.cs" /> |
68 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
69 |
|
</ItemGroup> |
70 |
|
<ItemGroup> |
80 |
|
<Name>RomCheater.PluginFramework</Name> |
81 |
|
</ProjectReference> |
82 |
|
</ItemGroup> |
83 |
+ |
<ItemGroup> |
84 |
+ |
<Folder Include="Input\" /> |
85 |
+ |
<Folder Include="Window\" /> |
86 |
+ |
</ItemGroup> |
87 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
88 |
|
<PropertyGroup> |
89 |
|
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |