1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{F76A3BDA-82F9-44ED-9917-75929CE98CD8}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>SM64O</RootNamespace>
11 <AssemblyName>SM64O</AssemblyName>
12 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
36 <ApplicationIcon>Net64_Unofficial_Logo_Second_version.ico</ApplicationIcon>
42 <Reference Include="System" />
43 <Reference Include="System.Core" />
44 <Reference Include="System.Xml.Linq" />
45 <Reference Include="System.Data.DataSetExtensions" />
46 <Reference Include="Microsoft.CSharp" />
47 <Reference Include="System.Data" />
48 <Reference Include="System.Deployment" />
49 <Reference Include="System.Drawing" />
50 <Reference Include="System.Net.Http" />
51 <Reference Include="System.Windows.Forms" />
52 <Reference Include="System.Xml" />
55 <Compile Include="Characters.cs" />
56 <Compile Include="ServerConnection.cs" />
57 <Compile Include="Form1.cs">
58 <SubType>Form</SubType>
60 <Compile Include="Form1.Designer.cs">
61 <DependentUpon>Form1.cs</DependentUpon>
63 <Compile Include="IEmulatorAccessor.cs" />
64 <Compile Include="KickBanForm.cs">
65 <SubType>Form</SubType>
67 <Compile Include="KickBanForm.Designer.cs">
68 <DependentUpon>KickBanForm.cs</DependentUpon>
70 <Compile Include="NetworkHelper.cs" />
71 <Compile Include="Client.cs" />
72 <Compile Include="WebSocketConnection.cs" />
73 <Compile Include="PacketType.cs" />
74 <Compile Include="Program.cs" />
75 <Compile Include="Properties\AssemblyInfo.cs" />
76 <Compile Include="ReadWritingMemory.cs" />
77 <Compile Include="Settings.cs" />
78 <Compile Include="UPnPWrapper.cs" />
79 <Compile Include="WindowsEmulatorAccessor.cs" />
80 <EmbeddedResource Include="Form1.resx">
81 <DependentUpon>Form1.cs</DependentUpon>
83 <EmbeddedResource Include="KickBanForm.resx">
84 <DependentUpon>KickBanForm.cs</DependentUpon>
86 <EmbeddedResource Include="Properties\Resources.resx">
87 <Generator>ResXFileCodeGenerator</Generator>
88 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
89 <SubType>Designer</SubType>
91 <Compile Include="Properties\Resources.Designer.cs">
92 <AutoGen>True</AutoGen>
93 <DependentUpon>Resources.resx</DependentUpon>
94 <DesignTime>True</DesignTime>
96 <None Include="Properties\Settings.settings">
97 <Generator>SettingsSingleFileGenerator</Generator>
98 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
100 <Compile Include="Properties\Settings.Designer.cs">
101 <AutoGen>True</AutoGen>
102 <DependentUpon>Settings.settings</DependentUpon>
103 <DesignTimeSharedInput>True</DesignTimeSharedInput>
107 <None Include="App.config" />
110 <Content Include="1707.ico" />
111 <Content Include="head_wario - Copy.ico" />
112 <Content Include="Net64_Unofficial_Logo_Second_version.ico" />
113 <Content Include="Untitled.ico" />
114 <None Include="Resources\yahoo.wav" />
115 <None Include="Resources\woo.wav" />
116 <None Include="Resources\imthebest.wav" />
117 <None Include="Resources\herewego.wav" />
118 <None Include="Resources\aaaaah.wav" />
119 <None Include="Resources\okay.wav" />
120 <None Include="Resources\toad.png" />
123 <Content Include="..\Patches\**\*.*">
124 <Link>Patches\%(RecursiveDir)%(Filename)%(Extension)</Link>
125 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
127 <Content Include="..\Ressources\**\*.*">
128 <Link>Ressources\%(RecursiveDir)%(Filename)%(Extension)</Link>
129 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
133 <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
134 <Project>{a0f2353d-730f-4f67-bea3-ad5de270c72d}</Project>
135 <Name>Mono.Nat</Name>
137 <ProjectReference Include="..\websocket-sharp\websocket-sharp.csproj">
138 <Project>{B357BAC7-529E-4D81-A0D2-71041B19C8DE}</Project>
139 <Name>WebSocketSharp</Name>
142 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
144 Other similar extension points exist, see Microsoft.Common.targets.
145 <Target Name="BeforeBuild">
147 <Target Name="AfterBuild">