csproj
This commit is contained in:
21
inf3.csproj
21
inf3.csproj
@@ -58,6 +58,7 @@
|
|||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="src\QuickSortDaniel.cs" />
|
||||||
<Compile Include="src\Receiver.cs" />
|
<Compile Include="src\Receiver.cs" />
|
||||||
<Compile Include="src\Sender.cs" />
|
<Compile Include="src\Sender.cs" />
|
||||||
<Compile Include="src\Dragon.cs" />
|
<Compile Include="src\Dragon.cs" />
|
||||||
@@ -79,7 +80,9 @@
|
|||||||
<Compile Include="src\Time.cs" />
|
<Compile Include="src\Time.cs" />
|
||||||
<Compile Include="src\Coordinate.cs" />
|
<Compile Include="src\Coordinate.cs" />
|
||||||
<Compile Include="src\Pathwalker.cs" />
|
<Compile Include="src\Pathwalker.cs" />
|
||||||
<Compile Include="src\Gui\Gui.cs" />
|
<Compile Include="src\Gui\Gui.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="src\Gui\IBackend.cs" />
|
<Compile Include="src\Gui\IBackend.cs" />
|
||||||
<Compile Include="src\Gui\Program.cs" />
|
<Compile Include="src\Gui\Program.cs" />
|
||||||
<Compile Include="src\Gui\ITile.cs" />
|
<Compile Include="src\Gui\ITile.cs" />
|
||||||
@@ -92,13 +95,21 @@
|
|||||||
<Compile Include="src\Gui\ChatInputBox.cs">
|
<Compile Include="src\Gui\ChatInputBox.cs">
|
||||||
<SubType>Component</SubType>
|
<SubType>Component</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="src\Gui\ChatOutputBox.cs" />
|
<Compile Include="src\Gui\ChatOutputBox.cs">
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="src\Gui\IChatMessage.cs" />
|
<Compile Include="src\Gui\IChatMessage.cs" />
|
||||||
<Compile Include="src\Gui\MapPanel.cs" />
|
<Compile Include="src\Gui\MapPanel.cs">
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="src\Pathfinder.cs" />
|
<Compile Include="src\Pathfinder.cs" />
|
||||||
<Compile Include="src\Gui\IEntity.cs" />
|
<Compile Include="src\Gui\IEntity.cs" />
|
||||||
<Compile Include="src\Gui\SplashScreen.cs" />
|
<Compile Include="src\Gui\SplashScreen.cs">
|
||||||
<Compile Include="src\Gui\OnlinePlayerList.cs" />
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="src\Gui\OnlinePlayerList.cs">
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="src\Gui\IPlayer.cs" />
|
<Compile Include="src\Gui\IPlayer.cs" />
|
||||||
<Compile Include="src\Music.cs" />
|
<Compile Include="src\Music.cs" />
|
||||||
<Compile Include="src\Gui\Dummytile.cs" />
|
<Compile Include="src\Gui\Dummytile.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user