mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-11 15:07:11 +00:00
Update csproj
This commit is contained in:
parent
fed7bacac3
commit
3e320df47f
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,11 @@
|
||||||
<DependentUpon>f3-MemoryAmie.cs</DependentUpon>
|
<DependentUpon>f3-MemoryAmie.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Misc\ram2sav.cs" />
|
<Compile Include="Misc\ram2sav.cs" />
|
||||||
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="SAV\SAV_Database.cs">
|
<Compile Include="SAV\SAV_Database.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -266,6 +271,7 @@
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="SAV\SAV_BerryField.resx">
|
<EmbeddedResource Include="SAV\SAV_BerryField.resx">
|
||||||
<DependentUpon>SAV_BerryField.cs</DependentUpon>
|
<DependentUpon>SAV_BerryField.cs</DependentUpon>
|
||||||
|
|
Loading…
Reference in a new issue