|
23 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 24 | <ErrorReport>prompt</ErrorReport> |
25 | 25 | <WarningLevel>4</WarningLevel> |
| 26 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
26 | 27 | </PropertyGroup> |
27 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | 29 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
140 | 141 | <Reference Include="javaparser-1.0.11-SNAPSHOT"> |
141 | 142 | <HintPath>..\Lib\javaparser-1.0.11-SNAPSHOT.dll</HintPath> |
142 | 143 | </Reference> |
| 144 | + <Reference Include="MahApps.Metro"> |
| 145 | + <HintPath>..\packages\MahApps.Metro.0.10.1.1\lib\net45\MahApps.Metro.dll</HintPath> |
| 146 | + </Reference> |
143 | 147 | <Reference Include="Roslyn.Compilers, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
144 | 148 | <Private>True</Private> |
145 | 149 | <HintPath>..\packages\Roslyn.Compilers.Common.1.2.20906.2\lib\net45\Roslyn.Compilers.dll</HintPath> |
|
171 | 175 | <Reference Include="System" /> |
172 | 176 | <Reference Include="System.Data" /> |
173 | 177 | <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
174 | | - <HintPath>..\packages\Caliburn.Micro.1.5.2\lib\net45\System.Windows.Interactivity.dll</HintPath> |
| 178 | + <HintPath>..\packages\MahApps.Metro.0.10.1.1\lib\net45\System.Windows.Interactivity.dll</HintPath> |
175 | 179 | </Reference> |
176 | 180 | <Reference Include="System.Xml" /> |
177 | 181 | <Reference Include="Microsoft.CSharp" /> |
|
192 | 196 | </ApplicationDefinition> |
193 | 197 | <Compile Include="AppBootstrapper.cs" /> |
194 | 198 | <Compile Include="IShell.cs" /> |
| 199 | + <Compile Include="UrlLauncher\UrlLauncher.cs" /> |
195 | 200 | <Compile Include="ViewModels\ShellViewModel.cs" /> |
196 | 201 | <Compile Include="App.xaml.cs"> |
197 | 202 | <DependentUpon>App.xaml</DependentUpon> |
|
235 | 240 | <Project>{edce2f7c-299e-4fea-870f-87c201fb2e43}</Project> |
236 | 241 | <Name>JavaToCSharp</Name> |
237 | 242 | </ProjectReference> |
| 243 | + <ProjectReference Include="..\WebPageLauncher\WebPageLauncher.csproj"> |
| 244 | + <Project>{8c687ddf-1458-4918-b21e-e703dd971334}</Project> |
| 245 | + <Name>WebPageLauncher</Name> |
| 246 | + </ProjectReference> |
| 247 | + </ItemGroup> |
| 248 | + <ItemGroup> |
| 249 | + <Resource Include="JavaToCSharpIcon.ico" /> |
| 250 | + <Resource Include="JavaToCSharpIcon.png" /> |
238 | 251 | </ItemGroup> |
239 | 252 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
240 | 253 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments