Skip to content

Commit adca291

Browse files
author
ayan kashif
committed
Improved embeds
1 parent c6d1a11 commit adca291

File tree

6 files changed

+817
-282
lines changed

6 files changed

+817
-282
lines changed

CSCord App.csproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<Reference Include="CSCord">
3838
<HintPath>C:\Users\ayank\source\repos\CSCord\bin\Debug\CSCord.dll</HintPath>
3939
</Reference>
40+
<Reference Include="DiscordMessenger, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
41+
<SpecificVersion>False</SpecificVersion>
42+
<HintPath>D:\DiscordMessenger.dll</HintPath>
43+
</Reference>
4044
<Reference Include="System" />
4145
<Reference Include="System.Core" />
4246
<Reference Include="System.Xml.Linq" />
@@ -68,6 +72,12 @@
6872
<Compile Include="Form3.Designer.cs">
6973
<DependentUpon>Form3.cs</DependentUpon>
7074
</Compile>
75+
<Compile Include="Form4.cs">
76+
<SubType>Form</SubType>
77+
</Compile>
78+
<Compile Include="Form4.Designer.cs">
79+
<DependentUpon>Form4.cs</DependentUpon>
80+
</Compile>
7181
<Compile Include="Program.cs" />
7282
<Compile Include="Properties\AssemblyInfo.cs" />
7383
<EmbeddedResource Include="Form1.resx">
@@ -79,6 +89,9 @@
7989
<EmbeddedResource Include="Form3.resx">
8090
<DependentUpon>Form3.cs</DependentUpon>
8191
</EmbeddedResource>
92+
<EmbeddedResource Include="Form4.resx">
93+
<DependentUpon>Form4.cs</DependentUpon>
94+
</EmbeddedResource>
8295
<EmbeddedResource Include="Properties\Resources.resx">
8396
<Generator>ResXFileCodeGenerator</Generator>
8497
<LastGenOutput>Resources.Designer.cs</LastGenOutput>

0 commit comments

Comments
 (0)