70 |
|
<DependentUpon>LogWriter.cs</DependentUpon> |
71 |
|
</Compile> |
72 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
73 |
+ |
<Compile Include="Properties\Settings.Designer.cs"> |
74 |
+ |
<AutoGen>True</AutoGen> |
75 |
+ |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
76 |
+ |
<DependentUpon>Settings.settings</DependentUpon> |
77 |
+ |
</Compile> |
78 |
|
</ItemGroup> |
79 |
|
<ItemGroup> |
80 |
|
<EmbeddedResource Include="LogWriter.resx"> |
81 |
|
<DependentUpon>LogWriter.cs</DependentUpon> |
82 |
|
</EmbeddedResource> |
83 |
|
</ItemGroup> |
84 |
+ |
<ItemGroup> |
85 |
+ |
<None Include="app.config" /> |
86 |
+ |
<None Include="Properties\Settings.settings"> |
87 |
+ |
<Generator>SettingsSingleFileGenerator</Generator> |
88 |
+ |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
89 |
+ |
</None> |
90 |
+ |
</ItemGroup> |
91 |
+ |
<ItemGroup> |
92 |
+ |
<ProjectReference Include="..\RomCheater.UserSettingsSupport\RomCheater.UserSettingsSupport.csproj"> |
93 |
+ |
<Project>{2AE2F089-C470-442E-9AA4-19487B3ADBE6}</Project> |
94 |
+ |
<Name>RomCheater.UserSettingsSupport</Name> |
95 |
+ |
</ProjectReference> |
96 |
+ |
</ItemGroup> |
97 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
98 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
99 |
|
Other similar extension points exist, see Microsoft.Common.targets. |