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> |
71 |
|
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
72 |
|
</ItemGroup> |
73 |
+ |
<ItemGroup> |
74 |
+ |
<ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> |
75 |
+ |
<Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> |
76 |
+ |
<Name>RomCheater.Logging</Name> |
77 |
+ |
</ProjectReference> |
78 |
+ |
<ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj"> |
79 |
+ |
<Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> |
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> |